Re: V2010 API SOPA/XML Examples?

2010-06-09 Thread Mike Keen
The problem was that I wasn't including the "service" argument in the ClientLogin request. It needed to be set to "adwords". Thanks for all the help Reed. Mike On Jun 9, 11:05 am, Mike Keen wrote: > Hey Reed, > > I took the emails and t

Re: V2010 API SOPA/XML Examples?

2010-06-09 Thread Mike Keen
Hey Reed, I took the emails and the password out, and no luck. Same GOOGLE_ACCOUNT_COOKIE_INVALID error. I do check for the captcha token response and haven't gotten one yet. I know it's got to be some small detail that is causing this, but I can't seem to pinpoint it. I'll keep digging and repor

Re: V2010 API SOPA/XML Examples?

2010-06-09 Thread Mike Keen
Maybe I am doing something really stupid, but I am getting a GOOGLE_ACCOUNT_COOKIE_INVALID error with the following request: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v201003"> my email

Re: V2010 API SOPA/XML Examples?

2010-06-08 Thread Mike Keen
Thanks Reed. You've been really helpful, and I appreciate it. One thing to clarify, do I change the ns reference to v2010? Mike On Jun 8, 1:52 pm, Reed wrote: > FYI, the XML that I showed works fine under V201003 - just change the > ns reference [and get the auth token :)] -- =~=~=~=~=~=~=~=~

Re: V2010 API SOPA/XML Examples?

2010-06-08 Thread Mike Keen
Reed, I think my problem with using your code was that I assumed I didn't need an auth token. That was my fault. I need to implement grabbing those first. Mike On Jun 8, 11:40 am, Reed wrote: > Correct, you must use auth tokens, not email/passwords. > > re V2010, I see that that are a couple of

Re: V2010 API SOPA/XML Examples?

2010-06-08 Thread Mike Keen
If Eric could confirm that would be great, but that would make sense. Also, I just noticed through some error messages that authToken seems to be required now. Is it no longer possible to query data under an MCC account using clientEmail alone? Mike On Jun 8, 11:28 am, Reed wrote: > Mike - Only

Re: V2010 API SOPA/XML Examples?

2010-06-08 Thread Mike Keen
@Reed I appreciate the example, but it doesn't seem to translate well to v201003. @Joshua It's similar if you use the Ruby client library, which I am very against. I dislike the bulk of the library and I'd rather just make the request with simple SOAP templates. @Google, I'd really appreciate a

Re: V2010 API SOPA/XML Examples?

2010-06-07 Thread Mike Keen
I'd like to second this request. I haven't been able to figure out how to get a simple list of campaigns using CampaignService on 201003. I know Google is trying to encourage people to use the libraries instead of raw SOAP, but the Ruby library they have made available is way bulky for my taste. C