Community Discussion
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?
Posted by null over 1 year ago
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?
Posted by null almost 2 years ago
How can I campaigns performance data for today's activity?
I want to get the daily activity of my campaigns. Here's what I tried:
https://backstage.taboola.com/backstage/api/1.0/'+accountID+'/reports/campaign-summary/dimensions/date?start_date=2021-12-06&enddate=2021-12-06';
However, it did not work, and it sent me the following message: message: 'No dimension with Id [date] under report Id [campaign-summary] was found',
How can I do so?
Posted by null almost 2 years ago
Network Account Doesnt Include ALL Accounts In API Call
Network Account Doesn't Include ALL Accounts In API Call
So I have a network level account setup by Taboola - I can see 2 ad accounts attached to the network via the Taboola portal. However when I use this call
https://backstage.taboola.com/backstage/api/1.0/{account_id}/reports/campaign-summary/dimensions/campaign_breakdown?start_date=" . $strFrom->format("Y-m-d") . "&end_date=" . $strTo->format("Y-m-d"))
It only returns me one ad account (the original one that was setup).
Can anyone help
Posted by Daniel Rodgers almost 2 years ago
How to filter Reject campaign from campaign summery report api
Hi Team
There is anyway to hide or exclude rejected campaign details from campaign summery report.
Posted by Nithu about 2 years ago
how can I can get bid and bid modifier as well
How to get additional fields in site level summary report?
Hi Admin.
I am trying to get site level summary report.
I want to know how can I can get bid and bid modifier as well?
This is the request URL :
"https://backstage.taboola.com/backstage/api/1.0/" . env('TABOOLA_API_ACCOUNT_ID') . "/reports/campaign-summary/dimensions/site_breakdown"
Could you please help me with how to get these additional fields in the summary report?
Thanks.
Posted by Nithu Shan about 2 years ago
How to get campaign details in campaign level summary reports?
Hi, Admin
I am trying to get campaign level summary report.
I want to know if I can get campaign status, daily_cap, CPC as well?
This is the request URL :
"https://backstage.taboola.com/backstage/api/1.0/" . env('TABOOLA_API_ACCOUNT_ID') . "/reports/campaign-summary/dimensions/campaign_breakdown"
Could you please help me with how to get additional fields in the summary report?
Thanks.
Legendary Phoenix
Posted by Legendary Phoenix about 2 years ago
campaign_day_breakdown
Campaign_day_breakdown dimension does not support campaign_id filtering?
Posted by lee about 2 years ago