hi, Thanks, But I have only client login detail (like email and password) but don't know client id so how to link client account to my MCC account only using client account email or password.
Otherwise please suggest me how to get Client ID using their login detail using AdWords API in PHP which is already linked or not linked, to my MCC account. Thanks. On Tuesday, August 29, 2017 at 9:01:08 PM UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > You could use the ManagedCustomerService > <https://developers.google.com/adwords/api/docs/reference/v201708/ManagedCustomerService> > to > manage the links between the manager account and client account to make > requests on behalf of client accounts. You can refer to this > <https://developers.google.com/adwords/api/docs/guides/accounts-overview#managedcustomerservice> > documentation > which explains in detail on how to extend an invitation > <https://developers.google.com/adwords/api/docs/guides/accounts-overview#extending_invitations> > to > the client account and how the client accepts the invitation > <https://developers.google.com/adwords/api/docs/guides/accounts-overview#client_accepts>. > > The ManagedCustomerService.mutateLink > <https://developers.google.com/adwords/api/docs/reference/v201708/ManagedCustomerService#mutateLink> > allows > you to invite a client account and > ManagedCustomerService.getPendingInvitations > <https://developers.google.com/adwords/api/docs/reference/v201708/ManagedCustomerService#getPendingInvitations> > lets > you see all the pending invitations that have been accepted or declined. > You can refer to our code sample in Java available here > <https://developers.google.com/adwords/api/docs/samples/java/account-management>. > > You can also refer to the code samples in other languages here > <https://developers.google.com/adwords/api/docs/clientlibraries>. > > Thanks, > Bharani, AdWords API Team. > > On Tuesday, August 29, 2017 at 6:36:05 AM UTC-4, n wrote: >> >> Hi, >> >> I have MCC accounts. and I have more than one client account. >> which is not linked my MCC account. >> Now i want to linked those client account to my MCC account using >> by Adwords api. >> But, i don't know how to link account using api? >> please give me any suggestion. >> >> Thanks. >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2bc24c5b-5a5c-4148-ae8c-4401e863af7a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
