added
Dec 15th, 2022
almost 2 years ago by Moloco Dev
The Analytics API has been launched
We have launched the Analytics API. It consists of the following endpoints.
Endpoint | Description | Response time | Quota |
---|---|---|---|
Analytics Overview API(POST/analytics-overview) | Supports frequently-used dimensions and metrics. | Sub-seconds | 60 / min. |
Analytics Detail API(POST/analytics-detail) | Supports entire dimensions and metrics and provides diverse filters. | Several seconds up to 5 minutes | 60 / hour |
Analytics SKAdNetwork API(POST/analytics-skadnetwork) | Supports SKAdNetwork-specific dimensions and metrics. | Several seconds up to 5 minutes | 60 / hour |
Note that the Campaign Summary API is supported until v1.2, and you must use the Analytics API instead for v1.3 and later. You must replace the following Campaign Summary API endpoints with the Analytics API endpoints.
Existing endpoint | Case | New endpoint |
---|---|---|
GET/campaign-summary | The values of the group_by property only includes DATE , AD_ACCOUNT , APP_OR_SITE , CAMPAIGN , and/orAD_GROUP . | Analytics Overview API(POST/analytics-overview) |
GET/campaign-summary | All other cases | Analytics Detail API(POST/analytics-detail) |
POST /campaign-summary/query | Get SKAdNetwork metrics | Analytics SKAdNetwork API(POST/analytics-skadnetwork) |
POST /campaign-summary/query | Get non-SKAdNetwork metrics | Analytics Detail API(POST/analytics-detail) |