Hi Jason, The query you provided is also correct. However, if you run the query on the client account level, it will already immediately retrieve the details between the current account and the associated manager account only. This will not retrieve other child account details of the MCC account. I suggest you run the query below on your client account to get the manager_link_id. From there, you should be able to move your client account to your new manager account by first sending an invite and accepted to the new manager account before cancelling the link between the old manager account.
GAQL: SELECT customer_manager_link.manager_customer, customer_manager_link.manager_link_id FROM customer_manager_link Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAptpZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/feYP_000000000000000000000000000000000000000000000PRUGOY00cU_slp5MTd2-VHed2sFq_g%40sfdc.net. For more options, visit https://groups.google.com/d/optout.
