Community Discussion

Ask a Question
Back to All

Endpoint for retrieving campaigns

This is what I'm seeing and I wanted to understand if I'm using the best endpoint for this. We want to pull the campaign data and ad cost from yesterday so I can push the data cost to Wicked Reports.

That's going to be a scheduled task that runs daily.

Endpoint: https://developers.taboola.com/backstage-api/reference/get-all-campaigns

What I'm seeing right now: https://share.cleanshot.com/f0QrGhdv

Not sure why this is empty. Also, I should be able to use start_date and end_date to filter, right?

I also tried using the endpoint below and that gives me more data but then I can't see dates.

Endpoint: https://developers.taboola.com/backstage-api/reference/get-all-campaigns-across-network

So, that's it, I'm trying to pull daily ad cost so we can forward that to other systems. The way we do it today is we pull all the campaigns, we pull the ads for each campaign and then we push that into Wicked.