I'm collecting ExtensionFeedItem AND ExtensionSetting data, using adsAPI. I have checked the description below. Fields from the above resources, when selected along with this resource in your SELECT and WHERE clauses, will segment metrics.
So, I currently collect data ExtensionFeedItem and [CustomerExtensionSetting, CampaignExtensionSetting, AdGroupExtensionSetting] separately and then use RESOURCENAME to reprocess the data. The process is as follows: *1. ExtensionFeedItem* SELECT extension_feed_item.id, extension_feed_item.resource_name FROM extension_feed_item *2. CustomerExtensionSetting* SELECT customer_extensionSetting.resource_name FROM customer_extensionSetting *3. CampaignExtensionSetting* SELECT campaign.id, campaign_extension_setting.resource_name FROM campaign_extension_setting *4. AdGroupExtensionSetting* SELECT ad_group.id, ad_group_extension_setting.resource_name FROM ad_group_extension_setting Is there a way to get ExtensionFeedItem and [CustomerExtensionSetting, CampaignExtensionSetting, AdGroupExtensionSetting] resources together? Too uncomfortable. Is there no way? For example, I want to receive data like the following query: SELECT campaign.id, ad_group.id, extension_feed_item.id FROM extension_feed_item -> but result : 0 .. Thanks. :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/84c73861-5b6c-4a00-90eb-22b1c4b6880e%40googlegroups.com.
