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 there, matchingFunction is always IDENTITY=true even if I set up a filter on account level during connect GMB to adwords, is that OK ? Or I missed something ?
Thanks.
-- best regards, Sergey.
вторник, 7 апреля 2015 г., 16:01:28 UTC+3 пользователь Sergey Petrov написал: