Reporting
Advertiser API Reporting
Initial Setup
In order to access the API, you must contact your Ad Sales Representative for your unique API key.
Summary API
1. Endpoint
Here is the template link your server should call:
http://api.revenueuniverse.com/advertiser/v1/summary?key=API_KEY_HERE&startDate=2025-11-01&endDate=2025-11-07
2. Parameters
Variable | Requirement | Description |
|---|---|---|
| Required | This should be the API Key provided by your Ad Sales Representative. |
| Required | This should be the start date of the period of time you are retrieving data for in the format of YYYY-MM-DD. |
| Required | This should be the end date of the period of time you are retrieving data for in the format of YYYY-MM-DD. |
| Optional | This parameter sets the time zone for the summary period. You can pass an IANA timezone, or an offset (e.g., -02:00 or America/Los_Angeles). If not provided, the default timezone is America/Chicago. |
| Optional | This parameter will group the summary by the provided values. Possible values are country, publisher, platform, and day. For example, if set to |
| Optional | This parameter will include additional fields in the summary response. The possible value is |
Results
Your call will return the following response:
Variable | Description |
|---|---|
| RevU Internal Campaign ID |
| Bundle ID |
| RevU Internal Campaign Name |
| Number of clicks for specified date range |
| Number of conversions for the specified date range |
| Spend for the specified date range |
| Number of installs for the specified date range. This will only exist when |
| Publisher ID. This will only exist when |
| Platform for the specified time period. This will only exist when |
| Country for the specified time period. This will only exist when |
| Day for the specified time period. This will only exist when |
Limits
The API will return click data for the last 90 days.
When retrieving larger time periods of data and grouping by multiple parameters, you may see the API timeout. If this happens, try to retrieve a smaller set of data over multiple requests. We recommend a time period of 30 days when not using the
groupByparameter, but this will depend on the amount of traffic you receive.