Community Discussion
Why country and platform filters do not work for by_hour_of_day dimention?
almost 5 years ago by Alex Kolesnykov
It is stated in the documentation that platform and country filters are available for by_hour_of_day dymention https://developers.taboola.com/backstage-api/reference#campaign-summary-dimensions, but they do not work. API returns success response, but the numbers do not change irrespective of the value of the filter
Please check the following requests for ad account spine-deforg-sc
- Request without any filters.
curl --location --request GET 'https://backstage.taboola.com/backstage/api/1.0/spine-deforg-sc/reports/campaign-summary/dimensions/by_hour_of_day?start_date=2020-03-09&end_date=2020-03-10'
--header 'Authorization: {token}' - Request with filter platform=DESK.
curl --location --request GET 'https://backstage.taboola.com/backstage/api/1.0/spine-deforg-sc/reports/campaign-summary/dimensions/by_hour_of_day?start_date=2020-03-09&end_date=2020-03-10&platform=DESK'
--header 'Authorization: {token}' - Request with filter country=CA.
curl --location --request GET 'https://backstage.taboola.com/backstage/api/1.0/spine-deforg-sc/reports/campaign-summary/dimensions/by_hour_of_day?start_date=2020-03-09&end_date=2020-03-10&country=CA'
--header 'Authorization: {token}'
The sum of spend for all of them is the same