AdWords API Re: PHP Sample Code

2008-11-03 Thread Archi
Things seem to work fine in the Production environment, thank you. On Nov 3, 12:41 pm, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello, > >  If you're going against the Sandbox environment, you're not going to > get meaningful results from the TrafficEstimatorService. The Sandbox > is mean

AdWords API Re: PHP Sample Code

2008-11-03 Thread AdWords API Advisor
Hello, If you're going against the Sandbox environment, you're not going to get meaningful results from the TrafficEstimatorService. The Sandbox is meant to test basic functionality of your code, not to retrieve actual data. You'd need to go against the Production AdWords API for that. For wha

AdWords API Re: PHP Sample Code

2008-10-31 Thread Archi
Yes, sorry to be a pest. The return is now: Account name is "", id is "", and currency code is "". I need to investigate the API docs more carefully now, but is this otherwise the expected return? On Oct 31, 3:19 pm, "Jeff Watson" <[EMAIL PROTECTED]> wrote: > it should be like this. > > $email

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
replace myclient.com with a proper GMAIL account if you don't have one go to gmail and sign up for one. sandbox requires this. On Fri, Oct 31, 2008 at 3:07 PM, Archi <[EMAIL PROTECTED]> wrote: > > OK, thanks, this is likely to be the issue. The sample code uses the > sandbox. After reviewing the

AdWords API Re: PHP Sample Code

2008-10-31 Thread Archi
OK, thanks, this is likely to be the issue. The sample code uses the sandbox. After reviewing the guidelines I changed the AdWords login information. Now the sample script returns: Fault: 1 Code: soapenv:Server.userException String: Login with this username/password failed. Detail: Here is the b

AdWords API Re: PHP Sample Code

2008-10-31 Thread Archi
Thanks, this seems to have worked. However, the sample script now returns: Fault: 1 Code: soapenv:Server.userException String: The developer token is invalid. Detail: I re-checked the token and copy/pasted it from My Client Center, but the result is the same. On Oct 31, 10:11 am, "Jeff Watson"

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 headers for the sandb

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
I downloaded NuSoap, it doesn't need to be built or included as a module or anything. if you have ftp access to the server you should be able to download nusoap yourself and put it in the root of your project source directory and reference it from there- -Jeff On Fri, Oct 31, 2008 at 10

AdWords API Re: PHP Sample Code

2008-10-31 Thread Archi
Yes, this is their reply: Hi; The soap module is compiled with the php and apache. You can see this below for the verification. Soap is not a binary that needs to be installed separately on the server it is just a module. hostname myserver..com [EMAIL PROTECTED] [/home]# php -m [PHP Modules

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