Hi Gio, You need to use FeedItemService <https://developers.google.com/adwords/api/docs/reference/v201705/FeedItemService> or Placeholder Feed Item Report <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#attributevalues> to get the FeedItem attribute values for your manual Location Extensions Feeds. You need to include the value "AttributeValues" in the selector so that the feed item's attribute values are returned in the response. You can then follow this guide <https://developers.google.com/adwords/api/docs/guides/feed-services-locations#procedure> to create locations corresponding to these FeedItems in your GMB account.
To retrieve this data for all your accounts under a Manager account, you need to first use ManagedCustomerService <https://developers.google.com/adwords/api/docs/reference/v201705/ManagedCustomerService#get> to get the list of accounts under the current Manager as shown in this example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201705/accountmanagement/GetAccountHierarchy.java> and then retrieve the FeedItems as described above. 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/3576e822-4170-4549-acc0-9a977498f1ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
