Overview
The DARO Report API allows you to programmatically query ad performance data outside of the DARO dashboard. Retrieve key metrics such as revenue, impressions, and clicks grouped by various dimensions.
Authentication
You must obtain an Access Token before using the Report API.
1. Get Your Secret Key
Find your report_secret_key in the DARO Dashboard.
If your report_secret_key has not been issued yet, please contact your account manager.
2. Issue an Access Token
Request Body:
Response:
3. Use the Token in API Requests
Include the issued accessToken in the HTTP header when calling the API.
Request Example:
The accessToken expires at the time specified in expiresAt. Once expired, you must issue a new token via the /report/v1/auth endpoint.
API Policy
Authentication & Authorization
Your Secret Key must be kept secure and should never be shared with others.
Rate Limit
The default request limit is 100 requests per minute. If you need a higher request volume, please contact the DARO business team.
Report Query
Request Parameters
All parameters are passed as query strings.
Available group_by Values
Request Example
Response
Response Fields
Response Example
Fields for dimensions not included in group_by are omitted from the response. For example, if you request with group_by=app, fields like adUnitName, adFormat, and country will not be included in the response.