extensionFeedItem AND customer set, campaign set, adgroup set

34 views
Skip to first unread message

Seungha Kim

unread,
Mar 10, 2020, 12:33:53 PM3/10/20
to AdWords API and Google Ads API Forum
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
FROM extension_feed_item 
-> but result : 0 ..

Thanks. :)

Google Ads API Forum Advisor Prod

unread,
Mar 11, 2020, 10:31:25 AM3/11/20
to shbaby...@gmail.com, adwor...@googlegroups.com
Hello,

Unfortunately, it's currently not possible to run the extension_feed_item in combination with these other reports.

Regards,
Anthony
Google Ads API Team

ref:_00D1U1174p._5001UXUh1d:ref
Reply all
Reply to author
Forward
0 new messages