Hi,
we are trying to use the googleads API to create an MCC account, linked to our main MCC account and then send linking requests from the new sub-MCC account to several customer accounts.
Our account structure looks like this:
Main MCC account
|
|
New MCC account
|
|
Linked customer accounts
'Main MCC account' and the 'linked customer accounts' already exist.
I'm trying to create the 'New MCC account' and send linking requests from that to several customer accounts.
I then tried to link this new account with a test customer account using CustomerClientLinkService, passing the new account customer ID as the manager_customer_id and the test customer account as the client_link customer_id but get status = StatusCode.PERMISSION_DENIED details = "The caller does not have permission"
I've tried setting the login customer ID to be both our main MCC customer ID and the new account customer ID.
Calling customer_service.list_accessible_customers() also does not include the new account customer ID in the list of accessible customers, even though I just created it with the same credentials.
I am using the latest v6 googleads API with the python client library.
Thank you in advance for any help you can provide with this.
Kind regards,
Justin.