Problems using adwords api in php

2013-01-07 Thread bibudha ranjan
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

Re: Problems using adwords api in php

2013-01-11 Thread bibudha ranjan
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"; > > >