Community Discussion
How to get a list of today's all campaigns with their today performance?
4 years ago
I want to get the daily activity of my campaigns. Here's what I tried:
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?
