Community Discussion

Ask a Question
Back to All

How can I get also the current bid and daily budget of all campaigns?

I'm trying to get all of the campaigns' data for today including the current bids and current daily budget of each campaign.
I made a get request for const url = 'https://backstage.taboola.com/backstage/api/1.0/'+accountID+'/reports/campaign-summary/dimensions/campaign_breakdown?start_date='+dateToday+'&end_date='+dateToday;

And although it returns today's campaigns data as I want, I don't get the current bids for each campaign and the current budget of each campaign. Any idea?