Hey AdWords Team,

Recently Google AdWords has started allowing users to "Create account"
from within AdWords in such a way that they are not assigned a
clientEmail. This is very troublesome because presently we use the
following method to retrieve data from MCC accounts for users.

1) Issue a call to getClientAccountInfos to retrieve valid
clientEmails
http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccountInfos
in the case of this new account type the record returned is blank with
no useful information.
---- requestId=d91902d90146fd0e2286a83988e011b9
   <getClientAccountInfosReturn>
    <emailAddress></emailAddress>
    <isCustomerManager>false</isCustomerManager>
   </getClientAccountInfosReturn>
----

2) Given there is no identifying information about these MCC accounts
from the getClientAccountInfos endpoint we cannot build a header
object containing a clientEmail address to pass to the Client object
we attempt to construct, and as such can not access this new account
type.

What is the proper way to access these through the AdWords API, I have
been unable to find any information by searching the forum or browsing
the AdWords documentation as of yet.

Thanks a bunch,

Peter

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to