Hi Chirag, All metrics (e.g. AverageCpc <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#averagecpc> , AverageCpm <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#averagecpm>) in reports with Money <https://developers.google.com/adwords/api/docs/guides/reporting#money_fields_in_reports> type are represented in the API as micros. For example, in the UI, if its value is $8, then its API equivalent value is 8000000. You just need to divide the API value by 1000000 so that its value will be equal to the UI value. However, for the impressions <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#impressions>, its API value will be exactly the same as the UI as this is not of type Money.
If you can confirm that there is indeed a discrepancy in the impressions metric in your report, then kindly provide your clientCustomerId as well as your report definition <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> via *Reply privately to author* option. 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/53f68b95-33a8-43cb-be6a-9e475d4ef5bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
