Re: API call to get GMB account which connetced to adWords account

2015-04-30 Thread Лена Про
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

Re: API call to get GMB account which connetced to adWords account

2015-04-08 Thread Sergey Petrov
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

Re: API call to get GMB account which connetced to adWords account

2015-04-08 Thread Sergey Petrov
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

API call to get GMB account which connetced to adWords account

2015-04-07 Thread Sergey Petrov
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