Support Home > SDK Integration > 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.
  2. 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.

  3. Within banner.html replace “dummy_app_guid_insert_your_own_here” with your Kochava app GUID.
  4.  

    var deviceId;
    var os="ios";
    var appId="dummy_app_guid_insert_your_own_here";

     

  5. Within pixel.html replace “dummy_app_guid_insert_your_own_here” with your Kochava app GUID.
  6. var deviceId;
    var os="ios";
    var appId="dummy_app_guid_insert_your_own_here";

     

  7. 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.

 
 

Last Modified: Oct 17, 2023 at 1:31 pm