Incompatible fields for ADGROUP_PERFORMANCE_REPORT
13 views
Skip to first unread message
pooni...@gmail.com
unread,
Oct 23, 2018, 6:55:40 AM10/23/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi
Below is the list of fields I am already using
AccountCurrencyCode
CustomerDescriptiveName
AdGroupName
AdGroupId
Date
Conversions
CampaignName
Ctr
AverageCpc
AveragePosition
ConversionValue
Impressions
Clicks
Cost
CampaignId
AllConversionValue
AdNetworkType1
Device
AdNetworkType2
SearchImpressionShare
Now i want to add 2 new fields namely NumOfflineImpressionsand NumOfflineInteractionsbut these fields are not compatible with Device my exisitng field which is required.
Please guide me for the same. If i make 2 different calls on which fields basis i can merge data ?
Milind Sankeshware (AdWords API Team)
unread,
Oct 23, 2018, 12:32:17 PM10/23/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi Poonam,
Yes, NumOfflineImpressions and NumOfflineInteractions fields are not compatible with the Device field. You will need to merge the data at your end. You can fetch the device data in one report and another report with NumOfflineImpressions and NumOfflineInteractions data. Later map both the reports using AdGroupId. Let me know if you have any further questions.