added
Dec 15th, 2022
6 months ago by Moloco Dev
Analytics API is launched
We’re launching the new Analytics API. It is consisted of the 3 endpoints as following:
- Analytics Overview API(POST/analytics-overview):
- Supports frequently-used dimensions and metrics.
- Responds within mostly sub-seconds.
- Quota: 60 / min.
- Analytics Detail API(POST/analytics-detail):
- Supports whole dimensions and metrics and provides diverse filters.
- Response could take several seconds to minutes (max 5 minutes).
- Quota: 60 / hour.
- Analytics SKAdNetwork API(POST/analytics-skadnetwork):
- Supports SKAdNetwork-specific dimensions and metrics.
- Response could take several seconds to minutes (max 5 minutes).
- Quota: 60 / hour.
Campaign Summary API will be supported until v1.2, and Analytics API will replace it from v1.3. Each endpoint of Campaign Summary API can be replaced with Analytics API as follows:
- GET/campaign-summary
- Analytics Overview API(POST/analytics-overview): If group_by parameters are consisted of only from DATE, AD_ACCOUNT, APP_OR_SITE, CAMPAIGN, AD_GROUP.
- Analytics Detail API(POST/analytics-detail): All the other cases.
- POST /campaign-summary/query
- Analytics SKAdNetwork API(POST/analytics-skadnetwork): For SKAdNetwork metrics.
- Analytics Detail API(POST/analytics-detail): For non-SKAdNetwork metrics.