Hi Dave, That makes sense. I understand once we get the ManagerLink of them then we can use either methods to mark the existing link as INACTIVE. The only question is how can we get the ManagerLink between the client account and root MCC, since they are linked together while creating the client account from our root MCC instead of using the CustomerManagerLinkService <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.CustomerManagerLinkService> or CustomerClientLinkService <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.CustomerManagerLinkService> .
Thank you! Regards, On Friday, May 10, 2019 at 1:17:15 AM UTC-4, googleadsapi-forumadvisor wrote: > > Hi, > > Upon checking with the team, to be able to move the client account from > your root MCC to your sub MCC, you first need to mark the existing link as > INACTIVE. To mark the existing link as INACTIVE, you could use the > CustomerManagerLinkService.MutateCustomerManagerLink > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.CustomerManagerLinkService> > method > if you are using the MCC account, or you could use the > CustomerClientLinkService.MutateCustomerClientLink > <http://www.google.com/url?q=http%3A%2F%2FCustomerClientLinkService.MutateCustomerClientLink&sa=D&sntz=1&usg=AFQjCNH9ZKwY-p_o6wNsUAGlQPlnYLhMMw> > method > if you are using the client account. After successfully marking the > existing link as INACTIVE, you can now create the new link for your new > manager. > > I hope this helps. > > Regards, > Dave > Google Ads API Team > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > https://ads-developers.googleblog.com/search/label/google_ads_api > https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > Was your question answered? Please rate your experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=1-7069000026255&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 05/08/19 21:25:57 [email protected] <javascript:> wrote: > > Hi Dave, > > Got it. > But what should we do if we want to move the client account from root mcc > to a sub mcc? > I have tried to initialize a new link between the client account and sub > mcc, but it's giving me the error that client account has been managed > under the same mcc hierarchy. > I guess we need to terminate the relationship between root mcc and client > account first. > So is there a way to update the managerLink to INACTIVE for the client > account that created by root mcc? > > Thank you! > > > Regards, > > On Wednesday, May 8, 2019 at 3:23:35 AM UTC-4, googleadsapi-forumadvisor > wrote: > > Hi, > > For the old manager account, you should update the managerLink > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.enums#google.ads.googleads.v1.enums.ManagerLinkStatusEnum.ManagerLinkStatus> > to *INACTIVE* to indicate that the relationship is terminated. Take note > that you should only update the old manager account's managerLink once > you have accepted the invitation to your new manager account. > > Let me know if this helps. Should you have further clarifications, feel > free to write back. > > Regards, > Dave > Google Ads API Team > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > https://ads-developers.googleblog.com/search/label/google_ads_api > https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > Was your question answered? Please rate your experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=1-7069000026255&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 05/08/19 01:22:40 [email protected] wrote: > > Hi Dave, > > Thank you for the reply! > So what should we do for the old manager account? > Should we update the old managerLink with 'Cancel' status? > > > Thank you! > > Regards, > > > > On Monday, May 6, 2019 at 3:40:15 AM UTC-4, googleadsapi-forumadvisor > wrote: > > Hi, > > Thank you for reaching out to us. It is correct that moveOperation is > currently not available in Google Ads API. In order to move the client > account under a new manager account, you could use the > CustomerClientLinkService.MutateCustomerClientLink > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.CustomerClientLinkService>() > > method to initiate the link. This request will require that you send the > manager CID to the API, and authenticate as a user who has access to the > manager account. Take note that the old manager account will not be updated > automatically. You would need to modify the same link, but now using > CustomerManagerLinkService.MutateCustomerManagerLink > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.CustomerManagerLinkService>() > > method to accept the invitation. This request will require that you send > the client CID to the API, and authenticate as a user who has access to the > client account. > > Let me know if this helps. > > Regards, > Dave > Google Ads API Team > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > https://ads-developers.googleblog.com/search/label/google_ads_api > https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > Was your question answered? Please rate your experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=1-7069000026255&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 05/03/19 22:21:43 [email protected] wrote: > > Hello, > > How do we move account with Google Ads API, moveOperation doesn't exist > any more. > Can we move the client account under a new manager account by using the > mutate customer client link services? > What will happen for the customerClientLink of the older manager account? > Will it get updated automatically? > > > Thank you! > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog: > https://googleadsdeveloper.blogspot.com/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > You received this message because you are subscribed to the Google > Groups "AdWords API and Google Ads 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 and Google Ads 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/ms > gid/adwords-api/175f4d7e-d331-4c5e-8b53-7ef7fbf74804%40googlegroups.com > <https://groups.google.com/d/msgid/adwords-api/175f4d7e-d331-4c5e-8b53-7ef7fbf74804%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog: > https://googleadsdeveloper.blogspot.com/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > You received this message because you are subscribed to the Google > Groups "AdWords API and Google Ads 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 and Google Ads 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/452c47b4-2e6c-4c64-857c-13198a355537%40googlegroups.com > <https://groups.google.com/d/msgid/adwords-api/452c47b4-2e6c-4c64-857c-13198a355537%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog: > https://googleadsdeveloper.blogspot.com/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > You received this message because you are subscribed to the Google > Groups "AdWords API and Google Ads 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 and Google Ads 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/e3f8d759-d0b4-46ac-9d2d-1892f916499b%40googlegroups.com > > <https://groups.google.com/d/msgid/adwords-api/e3f8d759-d0b4-46ac-9d2d-1892f916499b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/30b6aa2b-f63b-48ee-b303-a16a9d01ddf1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
