Thank you for your response. What I'm unclear about is how to select the exact feed that is causing the error. What I'd like to do is attempt to create the feed and return its id and if I encounter the error I can instead find the feed that already exists and return its id. The problem being I'm unsure of the exact selection criteria I'm matching against to find the feed that already exists. Is it safe to assume that there will only be one SystemFeedGenerationData.Type == PlacesLocationFeedData and that is the feed I desire? Or are there other criteria that will throw DistinctError.DUPLICATE_ELEMENT?
On Monday, April 10, 2017 at 4:34:23 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jon, > > You need to use FeedService > <https://developers.google.com/adwords/api/docs/reference/v201702/FeedService> > and FeedItemService > <https://developers.google.com/adwords/api/docs/reference/v201702/FeedItemService> > to > get the locations in your Location extensions feed. Could you send over the > SOAP request and response logs for the request which encountered the > DistinctError.DUPLICATE_ELEMENT error? You may get this error if you try to > sync to a Google My Business account which is already added to your AdWords > account. Meanwhile, I'll get in touch with the team to get the documents > updated to provide more details on linking your Google My Business and > AdWords accounts. > > 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/c57416ff-bd61-476c-806c-4f3f5589bbbd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
