I couldn't find this after looking through old posts.
I'm trying to use Python to write something to link MCC accounts to client accounts by using just the client ID. So eventually, I'd have a bot that I could say:
!adwords <customerID>
And on the backend, it uses the API to automatically link that client account to my MCC account. Can this be done, and if so, how? Are there examples I can look at? The existing documentation is extremely confusing.
Thanks!