6 messages in com.googlegroups.adwords-apiRe: Any news on getting authorized?
FromSent OnAttachments
StupidScript14 Apr 2005 16:43 
Kostas15 Apr 2005 08:42 
StupidScript15 Apr 2005 13:09 
Bob B.21 Apr 2005 17:28 
StupidScript22 Apr 2005 14:40 
Bob B.22 Apr 2005 15:44 
Subject:Re: Any news on getting authorized?
From:StupidScript (stup@hotmail.com)
Date:04/15/2005 01:09:47 PM
List:com.googlegroups.adwords-api

Thank you for the reply, Kostas. I have just received a similar request from Stanislav Grinberg at Google's API division, and have sent it along to him.

You can view the exact same things as I sent to him by checking any of the demo scripts in the API developers section. Literally the only things we changed were the login name, the login password, the user agent string and the token. We have tried both our AdWords login info (first) and our API login info using each of the technologies (except the Java) with the same (non-)result.

I'll re-post when I hear back from Mr. Grinberg ... probably (hopefully) next week.

Just for fun ... here's the demo XML file we're using (w/changed acct info):

<?xml version="1.0"?> <soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> xmlns="https://adwords.google.com/api/adwords/v2">

<soap:Header> <email>goog@ourdomain.com</email> <password>gOogLe</password> <useragent>Our Company API Demo</useragent> <token>m_Yt_okenHere098K</token> </soap:Header>

<soap:Body> <estimateKeywordList> <keywordRequests> <type>Broad</type> <text>flowers</text> <maxCpc>5000</maxCpc> </keywordRequests> </estimateKeywordList> </soap:Body>

</soap:Envelope>

Thanks again.

James