v1
latestOpenAPI 3.1.02026-07-22123157.1 KBAd Revenue Reports API
Track your revenue from our products over an easy-to-use API. The API provides a JSON response with an array of data.ad_revenue objects. Each report object will contain the metrics that you requested for, attributed to the combination of breakdowns you included in your request. All dates must follow the YYYY-MM-DD format.
post/v1/ad-revenue-data
Request body
Example request
{
"start_date": "2025-06-25",
"end_date": "2025-06-30",
"property_id": "1234"
}Response
HTTP 200 OK. Revenue data returned successfully.