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

Re: Get all account TextAds via API

2016-08-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Vadim, The code you provided should give you all your ads, regardless of campaign since there is no predicate to filter certain campaigns. This should also give you only enabled ads. Are the ads in your other campaigns enabled? If so, could you please *reply privately to author *your SOAP re

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', ];