Hello!
1) I need to check if Google My Business account is connected to AdWords and at this moment. As far as I know, I can perform a get request on FeedService with predicates FeedStatus = Enabled and Origin = AdWords
By doing so, I am getting a lot of Feeds, I have to loop through them and check if the feed contains PlacesLocationFeedData object in systemFeedGenerationData.
Is it possible to get only the Feed with PlacesLocationFeedData object?
Is there any easier way to get corresponding GMB account, particularly the email address?
2) How to get the status, if GMB locations are synchronized or not, and the list of locations available?
3) How to get campaign-level location extensions through API? (If GMB account is connected, locations are synced and user has added campaign-level location extensions)
Thanks.