Community Discussion

Ask a Question
Back to All

How to get a list of today's all campaigns with their today performance

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!