Thanks again for looking at this. The e-mail that throws that error *does* appear in the list of client e-mails when I log in to the web interface as the same user that I use to connect to the API, so it is there. Very odd. Thank you for forwarding it on!
j On Wednesday 31 March 2010, AdWords API Advisor elucidated thus: > Hi Joshua, > > Thank you for the debugging information. It's not clear why that > client email is being returned, as it doesn't appear to be used on > that account anymore. I've forwarded your information to the core > engineering team for a more thorough analysis and I'll let you know > when I have more information. > > Best, > - Eric > > On Mar 29, 2:44 pm, "Joshua J. Kugler" <[email protected]> wrote: > > Certainly! > > > > The request ID that generates the list of client e-mails is: > > b6f9c3726bd140f3a16e8c2d2e00c818 > > > > This list includes the e-mail address I sent in the header of the > > next request. As I stated, other e-mail addresses from that list > > worked fine. > > > > However, on the failed request, I am not getting a request ID, only > > a SOAP fault: > > > > <soapenv:Envelope > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > <soapenv:Body> > > <soapenv:Fault> > > <faultcode>soapenv:Server.userException</faultcode> > > <faultstring>Invalid client email specified.</faultstring> > > <detail> > > <ns1:fault > > xmlns:ns1="https://adwords.google.com/api/adwords/v13"> > > <ns1:code>9</ns1:code> > > <ns1:message>Invalid client email specified.</ns1:message> > > <ns1:trigger>[email protected]</ns1:trigger> > > </ns1:fault> > > </detail> > > </soapenv:Fault> > > </soapenv:Body> > > </soapenv:Envelope> > > > > Please let me know if there is anything else I can get for your > > regarding this error. > > > > Thanks! > > > > j > > > > On Friday 26 March 2010, AdWords API Advisor elucidated thus: > > > Hi Joshua, > > > > > > Can you provide the requestId of the getClientAccounts() and > > > getAccountInfo() requests the demonstrate this behavior? > > > > > > Best, > > > - Eric Koleda, AdWords API Team > > > > > > On Mar 25, 3:35 pm, "Joshua J. Kugler" <[email protected]> wrote: > > > > I have code like so: > > > > > > > > for account in ga.Account.getClientAccounts(): > > > > # 'account' is an e-mail in the list of e-mails returned > > > > print account > > > > ga.set_client_email(account) # Sets the client e-mail > > > > header try: > > > > client = ga.Account.getAccountInfo() > > > > print client.descriptiveName > > > > > > > > This code works, but there is at least one e-mail that returns > > > > the error 'Invalid client email specified.' even though it is > > > > an e-mail returned by getClientAccounts() *AND* this e-mail > > > > *is* in the list of clients when I log in to the web interface. > > > > > > > > Any idea how to trouble shoot this? > > > > > > > > Thanks! > > > > > > > > j > > > > > > > > -- > > > > Joshua Kugler > > > > Part-Time System Admin/Programmerhttp://www.eeinternet.com > > > > PGP Key:http://pgp.mit.edu/ID0x73B13B6A > > > > -- > > Joshua Kugler > > Part-Time System Admin/Programmerhttp://www.eeinternet.com > > PGP Key:http://pgp.mit.edu/ID 0x73B13B6A -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en To unsubscribe, reply using "remove me" as the subject.
