Could you please paste a snippet of code, which implements this?
Thanks
среда, 8 апреля 2015 г., 17:17:20 UTC+3 пользователь Sergey Petrov написал:
>
> Hi All !
>
> Manage to get actual data from SystemFeedGenerationData
> throug feedService.
>
> -- best regards, Sergey.
>
> среда, 8 апреля 20
Hi All !
Manage to get actual data from SystemFeedGenerationData throug feedService.
-- best regards, Sergey.
среда, 8 апреля 2015 г., 11:46:35 UTC+3 пользователь Sergey Petrov написал:
>
> Hi Api Team !
>
> Found the way to check is GMB connected to AdWords with getting
> CustomerFeed like
Hi Api Team !
Found the way to check is GMB connected to AdWords with getting
CustomerFeed like that
Selector selector = new Selector();
selector.setFields(new String[]{"FeedId", "MatchingFunction",
"PlaceholderTypes", "Status"});
customerFeedService.get(selector);
But see another problem th
Hi Api Team !
I am looking for API call to get information about:
- is GMB account connected to AdWords account
- email and other data about connected GMB account (for example filter if
it configured).
Can't find any references in documentation. Could you please assist ?
-- best regards, Ser