Community Discussion
Empty results for reports revenue-summary
8 days ago by Viktor Martsiv
Hi to all.
Would someone explain why in response from your API we haven't any results records for revenue-summary report. Interesting fact: in dashboard we can saw data for same data period like in HTTP request bellow (from 2025-02-25 to 2025-03-13)
Will be pleasure to see recommendation or tips.
Regards.
My HTTP request
GET https://backstage.taboola.com/backstage/api/1.0/SOME_ACCOUNT_ID/reports/revenue-summary/dimensions/day_site_page_type_country_platform_breakdown?start_date=2025-02-25&end_date=2025-03-13
Content-type: application/json
Accept: application/json
Authorization: Bearer AUTHORIZATION_BEARER_TOCKEN
Response from API
{
"last-used-rawdata-update-time": "2025-03-13 08:00:00.0",
"last-used-rawdata-update-time-gmt-millisec": 1741867200000,
"timezone": "EDT",
"results": [],
"recordCount": 0,
"metadata": {
"total": 0,
"count": 0,
"start_date": "2025-02-25T00:00:00UTC",
"end_date": "2025-03-13T00:00:00UTC",
"static_fields": [
{
"id": "date",
"format": "date.shortFormat.format",
"data_type": "DATE"
},
{
"id": "publisher",
"format": null,
"data_type": "STRING"
},
{
"id": "publisher_name",
"format": null,
"data_type": "STRING"
},
{
"id": "publisher_id",
"format": null,
"data_type": "NUMERIC"
},
{
"id": "page_type",
"format": null,
"data_type": "STRING"
},
{
"id": "country",
"format": null,
"data_type": "STRING"
},
{
"id": "country_name",
"format": null,
"data_type": "STRING"
},
{
"id": "platform",
"format": null,
"data_type": "STRING"
},
{
"id": "platform_name",
"format": null,
"data_type": "STRING"
},
{
"id": "currency",
"format": null,
"data_type": "STRING"
},
{
"id": "page_views",
"format": null,
"data_type": "NUMERIC"
},
{
"id": "page_views_with_ads",
"format": null,
"data_type": "NUMERIC"
},
{
"id": "page_views_with_ads_pct",
"format": ".2f",
"data_type": "PERCENT"
},
{
"id": "clicks",
"format": null,
"data_type": "NUMERIC"
},
{
"id": "ctr",
"format": ".2f",
"data_type": "PERCENT"
},
{
"id": "ad_cpc",
"format": ".3f",
"data_type": "MONEY"
},
{
"id": "ad_rpm",
"format": null,
"data_type": "MONEY"
},
{
"id": "ad_revenue",
"format": null,
"data_type": "MONEY"
},
{
"id": "visibility",
"format": null,
"data_type": "NUMERIC"
}
]
}
}