Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-23 Thread Anash P. Oommen
Hi, You are not sending the clientId in the requests. You can add them in your auth.ini file, this is commented out by default. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/auth.ini for details. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-22 Thread yawnmoth
How do I set that? Is that in settings.ini or auth.ini? On Mar 21, 11:33 am, Wilrik Mook wrote: > You´re right, I failed to see you are using the older v201008 API version. > In that case, are you using a MCC account and did you forget to set the > clientEmail of clientCustomerId header? This wi

Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-22 Thread yawnmoth
These are the files the log generated: http://www.frostjedi.com/terra/request_info.txt http://www.frostjedi.com/terra/soap_xml.txt On Mar 22, 9:20 am, "Anash P. Oommen" wrote: > Hi, > > If you can post a sanitized soap request and response xml (no authtoken, > developer tokens, etc.) on the foru

Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-22 Thread Anash P. Oommen
Hi, If you can post a sanitized soap request and response xml (no authtoken, developer tokens, etc.) on the forum thread, I can take a look and figure out what went wrong. You can turn on logging from your settings.ini file. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=

Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-21 Thread Wilrik Mook
You´re right, I failed to see you are using the older v201008 API version. In that case, are you using a MCC account and did you forget to set the clientEmail of clientCustomerId header? This will also result in 0 returned campaigns. If not, I'm at a loss :-) Regards, Wilrik 050media -- =~=

Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-21 Thread Joshua J. Kugler
On Monday 21 March 2011, Wilrik Mook elucidated thus: > Hi yawnmoth, > Try setting some fields to select using the selector you created. It > is empty now, so won't select any campaigns. Hmm...I don't think that's the issue. According to the docs at http://code.google.com/intl/en-US/apis/adwords/

Re: unable to view campaigns - web site says I have 4 - API says I have none

2011-03-21 Thread Wilrik Mook
Hi yawnmoth, Try setting some fields to select using the selector you created. It is empty now, so won't select any campaigns. Regards, Wilrik 050media -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

unable to view campaigns - web site says I have 4 - API says I have none

2011-03-20 Thread yawnmoth
When I go to adwords.google.com and log in I see I have four campaigns that are currently enabled. According to the API, however, I have no campaigns. Any ideas as to why? Here's the PHP script I'm using: LogDefaults(); // Get the CampaignService. $campaignService = $user->GetCampaignServi