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.
Integrating the SDK
- Download the Adobe-Integration-Files.
- 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";
- 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";
- Place the associated (installs and/or event tracking) files in the appropriate places within the project.
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.