So Jan asks uk you cannot use budgets bigger that 2147,48 currency/
day, and even download reports with numbers bigger than that value.

I had this problem with the cost into a report, and it doesn't seems
easy to fix that since the returned information
from Google is bad...

example :
<row date="2008-09-01" acctname="x" keywordid="10303430" imps="50490"
clicks="1975" cpc="1184764" cost="2147483647"...

so for me, if you really have to fix that, you could compare the cost
with the cpc * clicks value, or even use the cpc*clicks value if the
cost is 2147483647...
but you have to think that cpc is an average so cpc*clicks may not be
the real value, just take it as an indicator.

in the example the cost would be 1975 * 1184764 = 2339908900, and the
cost returned into the adwords interface is £2,339.91, you see the
small difference wich could be "fixed" by rounding the cost to 2
decimals.

Hope it will helps !
Laurent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to