HI, When all three resources are queried with aa type, the items value continues to be empty.
1. SELECT customer_extension_setting.extension_type, customer_extension_setting.extension_feed_items FROM customer_extension_setting WHERE customer_extension_setting.extension_type = *'AFFILIATE_LOCATION'* result : googleAdsRow.getCustomerExtensionSetting().getExtensionType().getValueDescriptor().getName() => googleAdsRow.getCustomerExtensionSetting().getExtensionFeedItemsList() => [] (=size 0) 2. SELECT campaign.id, campaign.name, campaign_extension_setting.extension_type, campaign_extension_setting.extension_feed_items FROM campaign_extension_setting WHERE campaign_extension_setting.extension_type = '*AFFILIATE_LOCATION*' result : googleAdsRow.getCampaign().getId().getValue() => 8963****** googleAdsRow.getCampaign().getName().getValue() => 검색_T_01 googleAdsRow.getCampaignExtensionSetting().getExtensionType().getValueDescriptor().getName() => AFFILIATE_LOCATION googleAdsRow.getCampaignExtensionSetting().getExtensionFeedItemsList() => [] (=size 0) 3. SELECT ad_group.id, ad_group.name, ad_group_extension_setting.extension_type, ad_group_extension_setting.extension_feed_items FROM ad_group_extension_setting WHERE ad_group_extension_setting.extension_type = '*AFFILIATE_LOCATION*' result : googleAdsRow.getAdGroup().getId().getValue() => 8583******* googleAdsRow.getAdGroup().getName().getValue() => 광고그룹 2 googleAdsRow.getAdGroupExtensionSetting().getExtensionType().getValueDescriptor().getName() => AFFILIATE_LOCATION googleAdsRow.getAdGroupExtensionSetting().getExtensionFeedItemsList() => [] (=size 0) only 'AFFILIATE_LOCATION' type!! Thanks, :) 2020년 3월 14일 토요일 오전 4시 2분 16초 UTC+9, adsapiforumadvisor 님의 말: > > Hi Seungha, > > Looking at your account, I noticed that that sitelink extension is set at > the ad group level. Can you confirm that it only shows up when using the > ad_group_extension_settings report? > > Regards, > Mitchell > Google Ads API Team > > ref:_00D1U1174p._5001UXUlhr:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/8af44819-933f-4a36-bafe-096512787581%40googlegroups.com.
