This document explains the API for exporting analytics data.
The analytics reporting API is an app-level API where the ‘api key’ for the API is different for each app. So in case the data is required for multiple apps, make sure to call the API for each app.
The steps for that would be,
Data can be exported from Tapjoy with following configuration.
https://rpc.tapjoy.com/api/v1/exports
GET
There are several ways to send HTTP requests depending on OS or language. For convenience, we show an example using curl utility.
This exports data of the period with the specified start/end date.
Parameter Name | Type | Remarks |
---|---|---|
api\_key | String | Data Export API Key. Required |
from | String | Start date of the period (`YYYY-mm-dd`). Required |
to | String | End date of the period (`YYYY-mm-dd`). Required |
os\_name | String | Platform of this app (`iOS` or `Android`). Optional |
metrics | Array | Metrics to export. Required |