Hi Chaitanya, All metrics with Money <https://developers.google.com/adwords/api/docs/guides/reporting#money_fields_in_reports> type like the Cost <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#cost> metric of Campaign Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> is returned in the API as micros. If for example in the AdWords UI, its value is 567.87, then in the API, it would be 567870000. Therefore, before you add this one in your database, make sure you have applied the correct formula (divide the API value by 1000000) in transforming this into its UI equivalent value.
Let me know if you can still see a precision issue after doing the suggestion. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/70c8ad8f-0a86-427d-87f9-f78e0640f632%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
