Re: Error with Criteria Performance Report

2018-09-28 Thread Stephen Barrett
Yes. I was able to figure it out. From what I remember you have to make sure both environments are the same version of PHP. So if your final environment is 7.0, you have to downgrade your php version on your localhost to 7.0. I used Homebrew to accomplish that. On Friday, September 28, 2018 at

Re: Error with Criteria Performance Report

2018-09-28 Thread Luis Alegro
Hello, how are you? I'm having the same problems. In the localhost runs perfectly (php 7.2), in the web host (php 7.0) shows the error in the same file. Were you able to solve this? or changed your web host -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Error with Criteria Performance Report

2018-05-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Yes, you could update the desired version of the client library in the composer.json file and follow the installation steps . Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Error with Criteria Performance Report

2018-05-15 Thread Stephen Barrett
Is there a way for me to download a lesser version? I have changed my localhost to match my webhost's php version 7.0.30 and when I try and download the library through composer it no longer meets the requirements because the library requires php 7.1 or higher On Tuesday, May 15, 2018 at

Re: Error with Criteria Performance Report

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The latest version of PHP client library that is currently available is googleads-php-lib-v34.0.0 . Looks like you are already using the latest version. Could you please create an issue in the PHP client library

Re: Error with Criteria Performance Report

2018-05-15 Thread Stephen Barrett
The changelog.md within the googleads-php-lib directory states that it's version 34.0.0. I was able to successfully make the call in my local setup, but not my webhost environment. On Tuesday, May 15, 2018 at 9:30:33 AM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Stephen,

Re: Error with Criteria Performance Report

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, I was able to test the latest samples in a lower PHP version (PHP 7.0.26) than yours. Since the same code is working in your local machine too, it does look like the version is not the issue here. Could you confirm which PHP client library version

Re: Error with Criteria Performance Report

2018-05-14 Thread Stephen Barrett
I haven't changed any code in the symfony directory. So I'm assuming it's a php version error. I'm running php 7.0.29. This is the highest I can go for my website. It was suggested in another thread I am on to download Vendor again via Composer but with the local machine the same php version of

Re: Error with Criteria Performance Report

2018-05-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Could you please share the code that is failing with this error? I can take a closer look. Please redact any confidential information that may be present in the code. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Error with Criteria Performance Report

2018-05-11 Thread Stephen Barrett
that post has nothing to do with this Parse error. On Friday, May 11, 2018 at 2:07:28 PM UTC-6, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Stephen, > > Could you please check out this post > from the > library's GitHub page

Re: Error with Criteria Performance Report

2018-05-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Could you please check out this post from the library's GitHub page and see if it fixes your issue? If not, could you please file an issue there so that the library owners can take a look? Regards, Dhanya, AdWords API Team

Error with Criteria Performance Report

2018-05-11 Thread Stephen Barrett
I'm receiving this error when I am running the example CRITERIA_PERFORMANCE_REPORT with AWQL. I was running it on a test account and thought it was because there is very minimal data in it, so I switched to an production account that I have and all my campaigns from another function pull in,