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>realresults...@gmail.com</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" <jos...@eeinternet.com> 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/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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to