AdWords API Re: NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT confusion

2010-04-05 Thread Kemal
Thanks, typecasting to (float) fixed the problem. Integer casting yields to bad results. Never ever should cast microAmounts to int in php5. On Apr 5, 5:22 pm, AdWords API Advisor wrote: > Hi Kemal, > > It looks like your second bid, 259.71, wasn't converted correctly: > >   >     >       2597

AdWords API Re: NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT confusion

2010-04-05 Thread AdWords API Advisor
Hi Kemal, It looks like your second bid, 259.71, wasn't converted correctly: 25970 Are you using floats to store microAmount values? Best, - Eric Koleda, AdWords API Team On Apr 2, 5:58 am, Kemal wrote: > Hello, > > Some of my budget mutate requests get > NON_MULTIPL