Community Discussion
How can I campaigns performance data for today's activity?
I want to get the daily activity of my campaigns. Here's what I tried:
https://backstage.taboola.com/backstage/api/1.0/'+accountID+'/reports/campaign-summary/dimensions/date?start_date=2021-12-06&enddate=2021-12-06';
However, it did not work, and it sent me the following message: message: 'No dimension with Id [date] under report Id [campaign-summary] was found',
How can I do so?
Posted by null almost 3 years ago
Top Campaign Content Report Segmented By Day
Is it possible to segment the Top Campaign Content Report by day?
For example, if I set start_date=2021-10-01 and end_date=2021-10-06, could I get the data segmented by day as:
{date: 2021-10-01
item: 12345
clicks: 1}
{date: 2021-10-02
item: 12345
clicks: 4}
{date: 2021-10-03
item: 12345
clicks: 2}
{date: 2021-10-04
item: 12345
clicks: 1}
{date: 2021-10-05
item: 12345
clicks: 3}
{date: 2021-10-06
item: 12345
clicks: 4}
I don't see this as an available option but was wondering if anyone knows of possible workarounds?
Thanks!
Posted by Wynn Wesson almost 3 years ago