Kochava Tracking
このコンテンツはまだ日本語訳がありません。
1. Setting Up an Install Postback
Before you set up an AppLovin postback in Kochava, you must first create a partner configuration for AppLovin.
- Navigate to Postback Configuration > New Configuration.
- Enter “AppLovin” under Network Configuration.
- When the corresponding configuration is selected, click Go.
To set up an install postback:
- Navigate to the Postbacks tab.
- Set Status to Active.
- Set DELIVERY METHOD to All.
- Enter your SDK KEY (obtained from the AppLovin dashboard under Accounts > Keys).
- Enter the app’s BUNDLE ID/package name.
- If prompted for Advertiser ID, enter your favorite number.
- Set EVENT ID to “Install/Landing”.
2. Setting Up View-Based Attribution
To enable impression-based tracking:
- Navigate to the Reconciliation tab (in the same menu as Postback setup).
- Set the DEVICE LOOKBACK to 24 hours in the Impression Reconciliation section.
3. URL Formats
A. Click URL Format
You can generate a valid click URL in the Kochava dashboard.
If you have any errors, ensure that the URL includes:
All Platforms
device_id={IDFA}
click_id={DID}
pbr=0
(and not “pbr=1
”!)
iOS
network_id=80
device_id_type=idfa
Android
network_id=42
device_id_type=adid
B. Impression URL Format
Once impression based tracking is enabled, you can generate the impression URL based on the click URL you are using.
To create an impression URL:
- Replace
control.kochava.com/v1/cpi/click
withimp.control.kochava.com/track/impression
. - Append
&event=view
to the URL. - Change
pbr=0
topbr=1
. - Change
click_id={DID}
toimpression_id={DID}
.
4. Adding An In-App Event Postback
AppLovin is able to attribute post-install events like app opens (for retention), purchases (for ROAS or CPA goals), or any other custom events.
To set this up in Kochava, follow steps 1–6 from the Install Postback instructions above. Instead of selecting Install/Landing on step 7, select:
- Checkout for purchases
- Install/Landing for app opens
- General Post Install for other events