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
- Download the Adobe-Integration-Files.
- Within banner.html replace
dummy_app_guid_insert_your_own_here
with your Kochava app GUID. - Within pixel.html replace
dummy_app_guid_insert_your_own_here
with your Kochava app GUID. - Place the associated (installs and/or event tracking) files in the appropriate places within the project.
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.
var deviceId;
var os="ios";
var appId="dummy_app_guid_insert_your_own_here";
var deviceId;
var os="ios";
var appId="dummy_app_guid_insert_your_own_here";
Files for Download
Testing the Integration
For more information on testing the integration with Kochava, refer to our Testing an Integration with Kochava support documentation.