Hi,
I'm trying to get geo performance report to identify campaign cost by
country, but the cost between AD Performance Report and the Geo Report is
different, only for display or video campaigns. Usually, the cost of Geo
Report is greater than Ad Report.
I'm using the python SDK and the query below:
report_query = (adwords.ReportQueryBuilder()
.Select('Date',
'AdGroupId',
'AdGroupName',
'CampaignId',
'CampaignName',
'Impressions',
'Clicks',
'Conversions',
'Cost',
'Ctr',
'Interactions',
'VideoViews',
'CountryCriteriaId',
'IsTargetingLocation',
'LocationType',
'AdFormat',
'AdNetworkType1',
'AdNetworkType2')
.From('GEO_PERFORMANCE_REPORT')
.Where('LocationType').EqualTo('LOCATION_OF_PRESENCE')
.Where('IsTargetingLocation').In('true', 'false')
.During(start_date=20191003, end_date=20191003)
.Build())
I need to do any extra filter to get the same result of Ad Performance
Report?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/a849f740-4f4f-49a0-b72b-90e4f6d02ca4%40googlegroups.com.