The following guide takes you through campaign cost data collection via Kochava's API Summary integration. In case of any questions, please reach out to your Remerge Account Manager and visit Kochava's support site.
API Summary
Kochava's API Summary integration enables the collection of a partner's rolling daily total spend (cost amount), which is tracked and updated hourly. The data is available via Summary Reports and Summary Query Tables (NOT individual impression, click, install, or event records) and can be split into tracker and country levels.
Please note:
- You MUST include Kochava's Tracker ID in the campaign name within Remerge's dashboard.
- Kochava does NOT support currency conversion for cost data.
1. Locate Remerge
- Click Partner Configuration in the upper left-hand corner of the dashboard's navigation menu.
- Locate Remerge and select the Credentials setting from the dotted drop-down menu to the right of the network name.
2. Activate Cost Data Collection
You should find yourself on the Credentials page, which you may utilize to collect your campaign cost data via Kochava's API Summary integration.
- Go to the EMAIL and PASSWORD fields and enter your Remerge credentials, which you have received from your Remerge Account Manager (these are the same credentials you employ to access your Remerge Reports and pull reporting data via the Remerge Reporting API).
- Retrieve and enter your token in its corresponding field, by following the step-by-step instructions on our Remerge Reporting API page.
- Log in to the Remerge API Terminal and run a Request by entering the (previously mentioned) Remerge credentials in the "your@email.com" and "password" placeholders, as demonstrated below.
curl -H 'Content-Type: application/json' -H 'Accept: application/json' -X POST -d '{"user" : { "email" : "your@email.com", "password": "password"}}' https://api.remerge.io/users/sign_in
- Copy your token from the returning JSON Response, as demonstrated below (in this example, you would copy J-QeJxyza7JH19QUDb4).
{"email":"your@email.com","token":"J-QeJxyza7JH19QUDb4","user_id":1234,"user_name":"Peter Example","user_token":"J-QeJ49Yasdf219QUDb4"}
- Go to the TOKEN field and paste the retrieved token into its corresponding field.
- Log in to the Remerge API Terminal and run a Request by entering the (previously mentioned) Remerge credentials in the "your@email.com" and "password" placeholders, as demonstrated below.
- Select your TIME ZONE from the field's drop-down menu.
- Toggle ON the COLLECT COST field (the RESTATED COSTS option is not applicable to Remerge and can thus remain OFF).
- Upon completion, click the Save button at the bottom of the page.
3. Retrieve your Report
- Click Reports in the upper left-hand corner of the dashboard's navigation menu.
- You should find yourself on the Reports page, which enables pulling a variety of reporting data.
- Scroll down to the Cost section and click your preferred granularity option:
-
Run (default)
-
Customize (visibility to data such as network, date range, and traffic breakdown).
-
Run (default)
- Upon completion, click the Create button at the bottom of the page.