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/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.