Community Discussion
How to get a list of today's all campaigns with their today performance
over 3 years ago by null
I tried to use the "campaign-summary" but it doesn't send me back all the campaigns activity, rather it sends me a summary.
That's what I tried first:
reports/campaign-summary/dimensions/day?start_date=2021-12-12&end_date=2021-12-12'
But as I said it doesn't what I need...
I am looking for getting a list of all campaigns with their performance as of today. So I tried the following:
const url = 'https://backstage.taboola.com/backstage/api/1.0/'+accountID+'/campaigns/dimensions/day/?start_date=2021-12-12&end_date=2021-12-12';
It doesn't work, any idea how to do so?
Any idea?
Thanks!