Wrong CPM and revenue value Google AdManager Report API
I am trying to pull report from google ad manager using API
report_job = { 'reportQuery': { 'dimensions': ['AD_EXCHANGE_DATE', 'AD_EXCHANGE_COUNTRY_NAME'], 'columns': ['AD_EXCHANGE_AD_REQUESTS', 'AD_EXCHANGE_IMPRESSIONS', 'AD_EXCHANGE_ESTIMATED_REVENUE','AD_EXCHANGE_AD_ECPM'], 'dateRangeType': 'LAST_WEEK', 'timeZoneType': 'AD_EXCHANGE', # Run in pacific time 'adxReportCurrency': 'USD' } }
I suspect the downloaded report has very wired ECPM and Revenue values. as below
Please help if i am doing something wrong, as the ECPM has to be very low and the revenue as well.