Ad Preview

2017-09-09 Thread Aliko
Hello, Is there a way to get AdWords Ad Preview with api or another method? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=

Re: v29.0.0 installation problem

2017-09-09 Thread Aliko
If the issue > persists, you may try posting your question here > <https://github.com/googleads/googleads-php-lib/issues>. > > Thanks, > Bharani, AdWords API Team. > > On Friday, September 8, 2017 at 5:21:02 AM UTC-4, Aliko wrote: >> >&g

v29.0.0 installation problem

2017-09-08 Thread Aliko
Hello, When I try to install v29.0.0 like before versions, I got below errors. Can you help me please? Best Regards root@nod4 [/home/www]# php composer.phar require googleads/googleads-php-lib Do

Re: Can no longer post to adwordsapi-support group

2017-07-25 Thread Aliko
Hello, did you solve this problem? I have this problem too. Regards, Ali On Monday, 24 July 2017 12:39:40 UTC+3, doug livesey wrote: > > Hi -- I'm really sorry if this isn't the place to raise this, but I'm a > bit stumped. > I've been having an issue with the link sub-account API call. > Talki

Re: adwordsa...@google.com problem

2017-07-25 Thread Aliko
Hello Ryan, Thank you for reply but I still have problem on sending email. Also to adwordsapi-supp...@google.com Also I wrote this problem adwords api forum as you said. (first and second post) Hello a...@x.com, We're writing to let you know that the group you tried to contact (adwordsap

adwordsapi-tok...@google.com problem

2017-07-25 Thread Aliko
Hello, I always sended email to adwordsapi-tok...@google.com but now I'm getting below error. What will be the problem? Best Regards We're writing to let you know that the group you tried to contact (adwordsapi-tokens) may not exist, or you may not have permission to post messages to the g

CriterionError.INVALID_PROXIMITY_ADDRESS

2017-07-11 Thread Aliko
Hello, I want to add Proximity to my campaign. but I'm getting INVALID_PROXIMITY_ADDRESS when i'm adding new address. $addres = new Address(); $addres->setStreetAddress("Şanlıurfa"); $addres->setCityName("Şanlıurfa Merkez"); $addres->setProvinceName("Şanlıurfa Province"); $addres->setCountryCod

ReportSettingsBuilder fromFile

2017-07-10 Thread Aliko
Hello, with v201705 ReportSettingsBuilder->fromFile() removed. But still it is existing in samples. https://developers.google.com/adwords/api/docs/samples/php/reporting Best regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

INVALID_FIELD_NAME_FOR_REPORT CampaignId

2017-01-15 Thread Aliko
Hello, I want to get campaing performance report with php api. My session is with client custemer id, $session = (new AdWordsSessionBuilder()) ->fromFile() ->withOAuth2Credential($oAuth2Credential) ->withReportSettings($reportSettings) ->withClientCustomerId($custo

Re: v201609 MapUtils not found error

2017-01-12 Thread Aliko
Hello, This was solved with Release 25.1.0. Please update your lib. https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201609/Optimization/GetKeywordIdeas.php On Tuesday, 10 January 2017 00:07:29 UTC+3, Arma wrote: > > Hello, > > I have a test account for Api and using