Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-23 Thread k Venkatesan kalimoorthy pillySA
On Wednesday, 11 March 2020 16:59:48 UTC+5:30, Seungha Kim wrote: > > I am trying to get ExtensionFeedItems(type=AFFILIATE_LOCATION)data, using > CustomerExtensionSetting > but, the following query does not return resourceNames. > > *SELECT customer_extension_sett

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-23 Thread k Venkatesan kalimoorthy pillySA
On Wednesday, 11 March 2020 16:59:48 UTC+5:30, Seungha Kim wrote: > > I am trying to get ExtensionFeedItems(type=AFFILIATE_LOCATION)data, using > CustomerExtensionSetting > but, the following query does not return resourceNames. > > *SELECT customer_extension_sett

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-22 Thread Seungha Kim
Thanks for checking. I need to think more about how to handle this issue. It's a different issue, but can you check one more thing? Keywords contain special characters. However, when you collect keyword information using adsAPI, keyword text is collected with special characters removed. For

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Seungha, The Extension Setting exists but it is not populated by any items which is why the items array is empty but you see a return value. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXUlhr:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-16 Thread Seungha Kim
Thank you for answer. However, there are some parts I don't understand. If so, I think there should be no data from customer_extension_setting. When I run the query below, The result of customer_extension_setting exists. But extension_feed_items column only empty. SearchGoogleAdsRequest

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-16 Thread Google Ads API Forum Advisor Prod
Hi Seungha, The reason there is no response is because there are no feed items associated with the Affiliate Location extension you created at the account/campaign/ad group levels. If you go to the UI and add the column "Item ID" to the Extensions tab, you will see that it is 0 for the

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-15 Thread Seungha Kim
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 =

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-12 Thread Seungha Kim
Thanks for the reply. Please check again. 2020년 3월 12일 목요일 오전 3시 2분 34초 UTC+9, adsapiforumadvisor 님의 말: > > Hi Seungha, > > Thank you for reaching out. What is your client customer ID? Also, what > level is the affiliate location set at? > > Regards, > Mitchell > Google Ads API Team > >

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-11 Thread Seungha Kim
I wrote the clientid with a private reply. Please check. Thanks, :) 2020년 3월 12일 목요일 오전 3시 2분 34초 UTC+9, adsapiforumadvisor 님의 말: > > Hi Seungha, > > Thank you for reaching out. What is your client customer ID? Also, what > level is the affiliate location set at? > > Regards, > Mitchell >

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-11 Thread Seungha Kim
customer ID : 9621225584 extensionFeedItem ID : 111312484441 It is confirmed that it is set in the account. Thanks, :) 2020년 3월 12일 목요일 오전 3시 2분 34초 UTC+9, adsapiforumadvisor 님의 말: > > Hi Seungha, > > Thank you for reaching out. What is your client customer ID? Also, what > level is the

RE: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-11 Thread Google Ads API Forum Advisor Prod
Hi Seungha, Thank you for reaching out. What is your client customer ID? Also, what level is the affiliate location set at? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXUlhr:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-11 Thread Seungha Kim
I am trying to get ExtensionFeedItems(type=AFFILIATE_LOCATION)data, using CustomerExtensionSetting but, the following query does not return resourceNames. *SELECT customer_extension_setting.extension_type, customer_extension_setting.extension_feed_items* *FROM customer_extension_setting