Index
- Setting Up AppLovin in Tenjin
- Setting Up an AppLovin Campaign in Tenjin
- Setting Up an Install Callback
- URL Formats
- Adding In-App Event Postbacks
1. Setting Up AppLovin in Tenjin
- In the Tenjin Dashboard, go to Channels
- Click ADD MARKETING CHANNEL
- Select AppLovin
- Enter your AppLovin Reporting Key and SDK Key found in the AppLovin Dashboard in Account -> Keys
2. Setting Up an AppLovin Campaign in Tenjin
- In the Tenjin Dashboard, go to Campaigns
- Click NEW CAMPAIGN
- Select the AppLovin account you created in step #1, and select the app that the campaign is for
- Make sure to enable the install callback! (see section below)
3. Setting Up an Install Callback
When you first create a campaign in Tenjin, the install callback is disabled by default. Please enable it by:
- Click "Generate Callback"
- Once the callback is successfully created, it will say "This callback is active"
4. URL Formats
By default, Tenjin's generated URLs will work in AppLovin's dashboard. You can see these URLs on each campaign's page. If you want to add additional parameters and if Tenjin allows it, you can use other AppLovin URL macros.
See a list of AppLovin's URL macros here.
5. Adding In-App Event Postbacks
AppLovin is able to attribute post install events like app opens (for retention), purchases (for ROAS or CPA goals), or any other custom events. Tenjin requires that you set up each call back manually. To do this:
- Go to Apps
- Select the app you are trying to define a callback for
- Click NEW CALLBACK
- Enter a Name, the event you want to notify AppLovin, "Ping Every Time", and make sure the method is GET
- Enter the URL from below. Make sure to replace the [Bracketed] values. The {Curly Bracketed} values will be replaced by Tenjin
Where:
- [AppLovin_Event_Name] is
- 'checkout' for IAP or other revenue events
- 'landing' for app opens
- 'postinstall' for other events
- [Your_Name_For_Your_Event] is anything you want to send to describe the event. AppLovin will only read this value if event=postinstall
- [Your_AppLovin_SDK_Key] is the SDK Key found in the AppLovin Dashboard in Account -> Keys
- [Platform] is 'ios' or 'android'