Thanks Jeff,

I have downloaded both the APIlity library and the Agua pre-build web-
based 'AdWords Manager'.

Utilising Agua sounds ideal for me, as I can learn how to handle the
API and SOAP from working examples. Modifying those to our business
needs will be easy. But here is the first problem: I can't log in :
(...

I send the right info (enter it on the startup screen), but NOTHING
happens..

Any ideas?
How can I get a trace of what's been sent and received?

Thanks,

Chris



On Mar 18, 6:45 pm, AdWords API Advisor <[email protected]>
wrote:
> Hello,
>
>  Before you go much farther working from the sample code, have you
> considered using the APIlity client library?
>
>  http://google-apility.sourceforge.net/
>
> It should provide a better development experience versus modifying the
> sample code. It also has a different set of dependencies than the
> sample code.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Mar 18, 10:12 am, "[email protected]" <[email protected]>
> wrote:
>
> > Hi,
>
> > I'm trying to get Google's Code Sample working and I'm getting stuck
> > at the very first point :s...
>
> > The one I'm looking at and would like to modify for our business needs
> > is this one (and I guess when I got the first API working the other
> > will be 
> > easy):http://code.google.com/p/adwords-api-php-samples/source/browse/trunk/...
>
> > A little bit about the setup:
> > I have a Windoze XP machine that runs Apache 2.2.something, PHP 5.2.4
> > with SOAP module enabled. I didn't use any different folders, so I'm
> > just putting all pages into different sub-folders on C:\Program Files
> > \Apache Group\Apache2.2.xx\htfiles...
>
> > Script execution works...
>
> > I downloaded nuSOAP and put this stuff into a subfolder. Then I got
> > the soapclientfactory.php and modified it to require the nusoap.php
> > from the right location:
>
> > require_once('soaplib/nusoap.php');
>
> > Then I started producing the AlternateKeywords.php, but the script
> > execution stops here:
>
> >         <?php
> >                 require_once ('soapclientfactory.php')  or die("Couldn't 
> > load Soap
> > Factory");
>
> > In fact nothing happens after this I see in the page code.
>
> > How can I debug what's going on?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to