Re: Daily budget over $2000 causes odd API errror

2012-06-13 Thread Kevin Winter
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

Re: Daily budget over $2000 causes odd API errror

2012-06-11 Thread Ewan Heming
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. --

Daily budget over $2000 causes odd API errror

2012-06-11 Thread ADM
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