Hi, This depends on how you are handling your customer ids:
Case 1: You link your customers under your master MCC - in this case, you will use your email, password and client's clientCustomerId to make calls. Case 2: You are asking individual customers for their email and password (not a good practice) but in this case, you would need the email, password and clientCustomerId. However, in either cases, you can use ServicedAccountService.get to retrieve the account hierarchy (case 2 will give 1 account if this is an advertiser account). The call will give you both the login email and clientCustomerId, so that can be used for necessary mapping. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/GetAccountHierarchy.php for details. Hope that helps. Let me know if you have more questions. @Evgeniy, the context of the question is http://adwordsapi.blogspot.com/2011/11/discover-v201109-changes-to-accounts.html . Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
