I am using AdWords API PHP Client Library for php. In the "auth.ini" file i
am using my personal gmail account credentials. When i run the files
provided in examples folder like GetCampaign.php
i got error like
SOAP-ERROR: Parsing WSDL: Couldn't load from '
https://adwords-sandbox.google.com/api
30, Danial Klimkin wrote:
>
> Hello bibudha ranjan,
>
>
> It looks like you are trying to access sandbox which is now shut down.
> Make sure you have the production server in your settings.ini file:
>
> DEFAULT_SERVER = "https://adwords.google.com";
>
>
>