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

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

QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED

2011-02-26 Thread yawnmoth
I'm trying to connect to the Google AdWords non-sandboxed API and am having some difficulty doing so. I have a developer token but no application token per . I also have a credit card associated with my MCC account and have

Re: Interface to check Adwords created in Sandbox Environment ?

2011-02-26 Thread yawnmoth
I have a similar question. I don't want to programatically create AdWords campaigns but I do want to programatically figure out the what the number of clicks and the cost per clicks is on a per day basis. Is there a webinterface I can use to create AdWords campaigns? On Feb 26, 3:09 am, Paul Brug

deleting an adwords account

2011-02-03 Thread yawnmoth
I got an invitation to share an adwords account but when I try to join I get this error message: The Google Account u...@domain.tld already has access to an AdWords account (Customer ID: .) Is there a way to delete access to the AdWords account I currently have access to so that I might add

getting campaigns from the sandbox

2011-02-03 Thread yawnmoth
http://google-api-adwords-php.googlecode.com/svn/trunk/examples/v200909/GetAllCampaigns.php I'm using that script to connect to the AdWords sandbox and pull a list of the campaigns from the sandbox. I know what campaigns are in my regular account but have no clue what's in the sandbox. The abo