You need to pass partner-specific IDs for some partner modules. The App Automation API enables you to do this by passing an object of channel information in your /app
POST call. You can pass information for many partners in this object using key-value pairs.
If you’ve added partner settings to your template app, the API doesn’t copy these by default. You need to populate the corresponding parameter in your /app
POST call to populate them.
Workflow
You can add partner-specific information when you create your app. You can also add it later by passing the information in a POST call. Once the API receives this information, it attempts to complete the partner setup. Click and impression URLs aren’t available in the API until you have set up the partner.
- Create your app using the
/app
POST endpoint. - Call this endpoint with the
channel_setup
parameter once you have your partner IDs. - Include all
channel_setup
information each time you call the/app
endpoint.
Parameters
Partner | Required parameters | Description |
---|---|---|
snapchat | snap_app_id | Your app’s Snapchat ID. |
facebook | app_id | Your app’s Facebook ID. |
google | link_id | Your Google Ads link ID. |
gameanalytics | key | Your unique GameAnalytics game key. |
tapjoy | app_id | Your app’s Tapjoy ID. |
unityads | game_id | Your app’s Unity Ads ID. |
vungle | app_id | Your app’s Vungle ID. |
chartboost |
|
|
inmobi |
|
|
Example
The following example shows all available partners.