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've managed to create an normal account using CreateCustomerClient, but the manager field in the Customer passed in CreateCustomerClientRequest is marked as output only in the documentation (https://developers.google.com/google-ads/api/reference/rpc/v6/Customer), so I'm not sure how I can create an MCC account with the API. 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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/72b52ccc-413e-4c5e-9358-85afdbe27bbbn%40googlegroups.com.