Community Discussion

Ask a Question
Back to All

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

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?