Hi ADM,
I believe Ewan is probably right - double check to make sure the value is
being sent in micros, not dollars.
- Kevin Winter
AdWords API Team
On Monday, June 11, 2012 5:06:58 PM UTC-4, ADM wrote:
>
> Google AdWords API team,
>
> When changing a campaign's daily budget to over $2000 the
I'm not sure if this is the problem, but the error mentions that your
budget is too low, not too high; maybe your code isn't converting the $2000
into micros before posting to the API? Just a guess as a micro amount of
2000 is less than 1 cent, which is probably too low for a daily budget.
--
Google AdWords API team,
When changing a campaign's daily budget to over $2000 the following error
always occurs:
[RangeError.TOO_LOW @ operations[0].operand.budget.amount]
I do not understand why this error message is being sent, but it has been
going on for over a year.
Any solution to th