Re: Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Arnab Ganguly
How do I set budget per day?Is it possible to do it over the campaign level? On Wed, Oct 16, 2019, 5:12 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Arnab, > > This budget is for the whole life cycle of the campaign which means it > depends on the start date an

Re: Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Google Ads API Forum Advisor Prod
Hi Arnab, This budget is for the whole life cycle of the campaign which means it depends on the start date and end date of the campaign. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UKNWCa:ref -- -- =~=~=~=~=~=~=

Re: Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Arnab Ganguly
Hey Xiaoming, Thanks for the clarification.Wanted to know when I set budget = { 'name': 'Test budget #%s' % uuid.uuid4(), 'amount': { 'microAmount': '1000' }, 'deliveryMethod': 'STANDARD' } Is this budget for the campaign per day ? Assume respective budget i

RE: Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Google Ads API Forum Advisor Prod
Hi Arnab, Thanks for reaching out to our team. The following are answers to your questions, 1. BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT occurred because if microAmount 10889671 converted to dollars it would be 10.889671 and the minimum unit is cent in the currency so you should round