1. Home
  2. Developers
  3. SDK
  4. Adobe
  5. Adobe Digital Publishing Suite Integration
  1. Home
  2. Developers
  3. Adobe Digital Publishing Suite Integration
  1. Home
  2. SDK
  3. Adobe Digital Publishing Suite Integration

Adobe Digital Publishing Suite Integration

INTEGRATION NOTE: Adobe Digital Publishing Suite has been sunsetted. For more information please refer to Digital Publishing Suite Classic End-of-Life FAQ

The Kochava SDK allows advertisers to integrate a single SDK to leverage the hundreds of ad network and publisher partners integrated with Kochava. This limits the number of 3rd party SDKs required to run a successful UA strategy and greatly reduces complexity during update cycles. Find documentation for other SDKs, plugins, and Server-to-Server Integrations here.

NOTE: The integration described in the following document supports customers using DPS Classic.


Integrating the SDK

  1. Download the Adobe-Integration-Files.

NOTE: Banner.html references the Kochava startup API endpoint, which is designed for installs.

NOTE: Pixel.html references the Kochava event API endpoint, which is designed for post-install events.

  1. Within banner.html replace dummy_app_guid_insert_your_own_here with your Kochava app GUID.
var deviceId;
var os="ios";
var appId="dummy_app_guid_insert_your_own_here";
  1. Within pixel.html replace dummy_app_guid_insert_your_own_here with your Kochava app GUID.
var deviceId;
var os="ios";
var appId="dummy_app_guid_insert_your_own_here";
  1. Place the associated (installs and/or event tracking) files in the appropriate places within the project.

Files for Download

Adobe-Integration-Files


Testing the Integration

For more information on testing the integration with Kochava, refer to our Testing an Integration with Kochava support documentation.

Updated on December 19, 2024

Was this article helpful?