Hi, Please see my answers below:
1. Extension setting services do not include support for location extensions. You need to use FeedService <https://developers.google.com/adwords/api/docs/reference/latest/FeedService#mutate> to add your location extensions. Please see this guide <https://developers.google.com/adwords/api/docs/guides/feed-services-locations#adwords_location_extensions> for more details. The AddGoogleMyBusinessLocationExtensions <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/extensions/AddGoogleMyBusinessLocationExtensions.java> Java example shows how to add a feed that syncs feed items from a Google My Business (GMB) account and associate the feed with a customer. Example code in other languages is provided here <https://developers.google.com/adwords/api/docs/clientlibraries>. 2. The extensionType <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupExtensionSettingService.AdGroupExtensionSetting#extensiontype> enum is the Feed hard type and the values coincide with placeholder type id. Since Ad Customizers <https://developers.google.com/adwords/api/docs/guides/ad-customizers> are a type of placeholder as well, this is included in the enumeration. You'll be able to create an AdCustomizer feed in the *Business data* section of your *Shared library* in the AdWords UI. The value MESSAGE corresponds to message extensions <https://support.google.com/adwords/answer/7182126> and PRICE corresponds to price extensions <https://support.google.com/adwords/answer/7065415?hl=en&ref_topic=3119079>. You'll be able to add or edit these extensions at the account, campaign, or ad group level in the Ad extensions tab in the UI. If you don't see these extension types for your account, please send over a screenshot along with your account Id. Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/394de0e9-2bf9-4a9f-ae7a-e1ac946c676d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
