At a glance: Configure ad revenue partner integrations for your AppsFlyer account or individual apps via API.
Ad revenue partner integration API
The ad revenue partner integration API is used to:
- Set app-level ad revenue partner configurations for your entire account.
- Get a list of current ad revenue partner configurations for your entire account.
Set API
To set (configure) ad revenue partner integrations via API:
- Get your API V2 token from the AppsFlyer dashboard. Required for API authorization. Note: This must be done by the account admin.
- Prepare the parameters to include in the API request, as described in the table that follows.
- Give the parameter values your developer and tell them to follow the Set integrations API instructions in the dev hub.
Integration takes effect at 00:00 UTC the following day.
Request parameters
Parameter | Description |
---|---|
integrations |
|
app_id | The app ID for the app you want to integrate. |
network |
|
credentials |
|
event_name |
|
products |
|
name |
|
enabled |
|
source_event |
|
Get API
To get a list of your ad revenue partner integrations via API:
- Get your API V2 token from the AppsFlyer dashboard. Required for API authorization.
- Tell your developer to follow the List integrations API instructions in the dev hub.
Specs and limitations
Spec |
Remarks |
---|---|
Call limit |
Up to 1,000 integrations within a single call. |
OAuth |
Partners that are integrated via OAuth (like Google and Facebook) aren't supported. |