Community Discussion
Max placement for decimal numbers to be supported for CPC
We want to know the decimal number allowance to send via API for CPC BID budget, as we are not able to find this information on the API Documentation.
What happens if we send a value like for example : 0.001015
Will the API through an error or are you handling these cases by rounding the numbers?
Thanks
Posted by Iris over 1 year ago
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 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 3 years ago
campaign_site_day_breakdown
Request https://backstage.taboola.com/backstage/api/1.0/medicaretrend-sc/reports/campaign-summary/dimensions/campaign_site_day_breakdown?start_date=2021-07-07&end_date=2021-07-07
Field Why is there no actual cpc? Are there other interfaces or methods?
Posted by lee about 3 years ago
cpc calculation
How can we calculate thru the api the cost per click by publisher and time of the day? we need an estimate for live traffic and the real cost for updated data
Where can I find more information on how this works
Posted by Mansour Bennouna over 3 years ago
Is the publisher_bid_modifier wrong?
I've been using publisher_bid_modifier for months with no problems. Today, my system is unable to change CPC (site level). Below, the message that my system is receiving due to the cpc_modification sent. I paused all my campaigns. Waiting for a return.
cpc_modification | message
0.2 | The bid amount cannot be less than the minimum 0.01 USD
0.4 | The bid amount cannot be less than the minimum 0.025 BRL
1.0 | The bid amount cannot be less than the minimum 1.0 JPY
1.2 | The bid amount cannot be less than the minimum 1.0 JPY
Posted by David about 4 years ago
API changes not working
Hi there,
I'm writing from Blinkist or Blinks Labs GmbH.
At the moment, a lot of automation changes that we push through the API are not working. Mainly to do with campaign level CPC changes and publisher bid adjustment.
You can find them documented in this file, along with the error messages that we receive. Can you have a lot and tell us what we are doing wrong? Here's a quick summary to help you get into this.
1. We push campaign level CPC changes and the publisher bids for the respective campaigns in one go, so we only get one error message -> message: 'Cpc boost value must be between -99% and 100%'. This doesn't help us understand why the campaign level CPC changes are not happening.
2. For publisher bids, we always send it as a %, either +20%, +10% or -50%. We see instances of failure with each of these changes, which isn't explained by this error message: Cpc boost value must be between -99% and 100%'
3. We do have instances where the campaign level CPC changes are pushed successfully, it is when a campaign does not have publisher bidding changes.
We're looking forward to your assistance so we can solve this asap.
Sandra
Posted by Sandra Wu over 4 years ago