Community Discussion
spending_limit_model to None
Hello!
I need to set spending_limit_model to None. I can do it without any issues with UI but not with API.
Could you please help on that? According to your API documentation, None value is not supported, but I hope that's just not updated doc issue.
Thanks in advance.
Posted by Kostiantyn 10 months 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 almost 2 years ago
Continuation Budget Types 3
Hi Pete,
yes we want to request the value / update the right variable regardless of what options have been selected in the campaign setup: daily budget / monthly budget / lifetime budget.
Unfortunately due to connectivity problems I was not able to provide a screenshot and this Forum messaging feature eliminates spaces and squeezes the words to the wright.
What I mean:
When within Budget and Bidding of the new UI User Interface for the Campaign Setup the user chooses the budget daily:
the variable for this budget is daily_cap
the daily_ad_delivery_model is STRICT
When the user chooses the budget type monthly:
the variable for this budget is spending_limit
the daily_ad_delivery_model is BALANCED
the spending_limit_model is MONTHLY
When the user chooses the budget type lifetime:
the variable for this budget is spending_limit
the daily_ad_delivery_model is BALANCED
the spending_limit_model is ENTIRE
is that correct?
Many thanks
Btw. I am really not able to answer on the forum on existing threads, I really think you should raise a ticket or look into it. What exactly happens is that the "Post Question" Button is not responding. I am able to perfectly browse the internet otherwise even taboola backstage opens within fractions of a second.
All the best,
Daniel
Posted by Daniel Skultety about 3 years ago