Hello!
I am using the ACCOUNT_PERFORMANCE_REPORT to calculate the metric "conv.value / cost" via following fields
- ConversionValue
- Cost
Formula used is
"Conv.value / cost" = ConversionValue / (Cost / 10^6)
To check that I'm getting correct values, using the yesterday report in Google Adwords UI.
1. Calculations are OK for Computers and tablets - in the UI and in the API data.
2. But conv.value/cost for mobile devices in the Adwords UI is higher than calculated using Adwords API report data
Could you please take a look?