Performance Reports
The Reporting API offers you the following endpoints:
Performance
The link to the endpoint redoc.
The generic endpoint can be used to get performance results on multiple aggregation levels. Specify: the entity-type corresponding to the required aggregation level, array of entity-ids, and the date range parameters to the endpoint to retrieve the aggregated performance metrics for the requested period.
|
The response contains performance metrics corresponding to each of the requested entity-ids, as well as the aggregated total.
Target pages performance
The link to the endpoint redoc.
The endpoint to get performance results on ad-group level split by target pages. Specify array of ad-group-ids and the date range parameters to the endpoint to retrieve the aggregated performance metrics for the requested period.
|
The response contains performance metrics per each requested ad-group-id split by targetPage as well as the aggregated total:
Search terms performance
The link to the endpoint redoc.
The endpoint to get search terms performance results on ad-group level. Specify array of ad-group-ids and the date range parameters to the endpoint to retrieve the aggregated performance metrics for the requested period.
Besides ad-group-ids, pagination parameters can be provided as page and page-size.
|
The response contains performance metrics per each requested ad-group-id split by searchTerm as well as the aggregated total:
Categories performance
The link to the endpoint redoc.
The endpoint to get categories performance results on ad-group level. Specify array of ad-group-ids and the date range parameters to the endpoint to retrieve the aggregated performance metrics for the requested period.
Besides ad-group-ids, pagination parameters can be provided as page and page-size.
|
The response contains performance metrics per each requested ad-group-id split by category as well as the aggregated total.
Advertiser performance
The link to the endpoint redoc.
The endpoint to get performance results on advertiser level. Specify the date range parameters to the endpoint to retrieve the aggregated performance metrics for the requested period.
The response contains the aggregated total performance metrics.
Date ranges
The reporting endpoints require you to enter a date range. The period-start-date and period-end-date must be provided in the 'YYYY-MM-DD' format. Both dates are inclusive.
For more information, see the date range example below.
|
If today is 2023-12-31, you should set both period-start-date and period-end-date to the same value of 2023-12-31 to get today performance data.
If today is 2023-12-31, you should set both period-start-date and period-end-date to the same value of 2023-12-30 to get yesterday’s performance data.
If today is 2023-12-31, you should set period-start-date to 2023-12-24 and period-end-date to 2023-12-30 to get last 7 days performance data.