So, I have my old api and new api campaign performance reports and the UI for the account I'm using for testing side by side. Everything matches perfectly, except the cost column. The old api cost matches what is reflected in the UI, but the new api cost is lower.
At first I thought there was a decimal truncation going on in my conversion from the new double(dollars and cents) value for cost to an old style integer( (int)(doubleVal*MICROS_PER_DOLLAR) ) but that was correct. There can't be an error in the addition code, well, cus I'm using an SQL query to do all the addition and all the other columns match what is in the UI for both reports. Is there some behind the scenes decimal truncation going on in the report generation for cost with the new api that might be causing this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
