Hello,
We are using the Adwords API to download performance reporting data
(ADGROUP_PERFORMANCE_REPORT) and we have noticed some discrepancies between
the Google Ads UI and the downloaded CSV file: there are fewer campaigns in
the CSV file.
There are no filters applied to the API query, we tried to add these
predicates to the query: AdGroupStatus IN [‘ENABLED’, ‘PAUSED’, ‘REMOVED’]
and CampaignStatus IN [‘ENABLED’, ‘PAUSED’, ‘REMOVED’], but we weren’t able
to get the missing data.
The only common point between the missing campaigns is that they are of the
same “Application” type.
Can anyone help us to understand why? How can we address this behavior?
Thanks in advance!
Some additional information:
Our Client Customer ID: 998-342-7323
Nb of missing campaigns: 11 (example: campaign name =
******.tv-UAC-iOS-Auto, Ad group= Ad group 1)
Report definition query:
ADGROUP_PERFORMANCE_REPORT = {
'reportName': 'Last Day AdGroup Performance Report',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'ADGROUP_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'dateRange': {
'min': '{{ds_nodash}}',
'max': '{{ds_nodash}}'
},
'fields': [
'Date', 'AdGroupName', 'AdGroupType', 'AdGroupStatus',
'CampaignName', 'CampaignId',
'CampaignStatus', 'Clicks', 'Impressions', 'Ctr', 'AverageCpc',
'Cost', 'Conversions',
'ViewThroughConversions', 'CostPerConversion', 'ConversionRate'
]
}
}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e9498d0b-4a95-4bfd-8ae7-de141f9e52f8%40googlegroups.com.