Thanks Eric. Ya i am now able to get the correct data. I was doing the conversion without setting returnMoneyInMicros to true in the header. So if the report download a cost value of .30, i divided that by 10^7 so it becomes 3.0*10^-8 which is a really small number. Now i no longer do that conversion and all works.
On Monday, February 27, 2012 7:43:19 AM UTC-8, Eric Koleda wrote: > > Hi Etienne, > > Both the AD and KEYWORD report should return the correct data. You can > use the returnMoneyInMicros header to have the monetary values returned in > micros: > > http://code.google.com/apis/adwords/docs/guides/reporting.html#downloading > > Best, > - Eric Koleda, AdWords API Team > > On Wednesday, February 22, 2012 8:41:41 PM UTC-5, Etienne Lawlor wrote: >> >> It looks like you need to pull the cost data from the ad report not the >> keyword report to match up with adwords interface. > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] 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
