Re: Get all account TextAds via API

2016-08-10 Thread Vadim Galanov
Hi Anthony, thanks for your reply. I just found that my API version (201601) is deprecated so maybe this is the problem. I'll try to migrate to the newest version and check my issue. Thanks! среда, 10 августа 2016 г., 20:56:47 UTC+3 пользователь Anthony Madrigal написал: > > Hi Vadim, > > The c

Get all account TextAds via API

2016-08-10 Thread Vadim Galanov
HI all, I'm trying to get All ads from my Adwords account via the API (PHP). I'm using *AdGroupAdService:* $adGroupAdService = $user->GetService('AdGroupAdService', self::ADWORDS_VERSION); $selector = new Selector(); $selector->fields = [ 'Headline', 'Id', 'CreativeFinalUrls', ];