AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
it should be like this. $email = '[EMAIL PROTECTED]'; // My Client Center login email $password = 'xxx'; // My Client Center login password $client_email = '[EMAIL PROTECTED]<[EMAIL PROTECTED]>'; // the login email of one of the clients being managed in My Client Center $useragent = 'AdWords API

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
n My Client Center > $useragent = 'AdWords API PHP Sample Code'; > $developer_token = 'mydevtoken++USD'; > $application_token = 'myapptoken'; > > On Oct 31, 10:32 am, "Jeff Watson" <[EMAIL PROTECTED]> wrote: > > On Fri,

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
On Fri, Oct 31, 2008 at 10:32 AM, Jeff Watson <[EMAIL PROTECTED]> wrote: > Are you working on the sandbox or on real adwords accounts? check this page > out http://code.google.com/apis/adwords/docs/developer/index.html and be > sure to read the sandbox section and proper SOAP

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
ader > json > libxml > mbstring > mcrypt > mhash > mime_magic > mysql > mysqli > openssl > pcre > pdf > PDO > pdo_mysql > pdo_sqlite > posix > pspell > Reflection > session > SimpleXML > soap > sockets > SPL > SQLite > standard

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
I would go over this error with the ISP. It is likely that they have some soap services available, but they don't specifically have nusoap for php installed. --Jeff On Fri, Oct 31, 2008 at 9:29 AM, Archi <[EMAIL PROTECTED]> wrote: > > Hi, > > I added my AdWords login information to the s

AdWords API Special Eclipse configuration?

2008-10-29 Thread Jeff Watson
Hi, I downloaded the new 2.2.0 java client libraries, and I was finally able to get a proper sandbox connection :-D. I can run the examples from the command line, but does anyone know a proper eclipse configuration so i can run them from eclipse? I have the jars included in the project classpath, b