Hello, I have been able to successfully run getCampaigns.php locally to return my test campaigns. I have put the api on a web server for my website, but when I try to run getCampaigns through a url I run into the following error:
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in /home/gulliver/public_html/db/sean/googleads-php-lib/examples/AdWords/v201802/BasicOperations/GetCampaigns.php on line 44
My adsapi_php.ini file is completely filled out with the same information I used to run getCampaigns locally. Please let me know the best way to fix this error.
Sean