You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
I need to get all the accounts in my MCC. I basically need the name and ID. I'm using Python's API. I don't see how to do this in the docs and trying the example in account_management/"get_account_hierarchy.py" failed with:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Fran,
This error occurs when the Client customer ID is not specified in the HTTP header. The clientCustomerId header is required for all calls to all services except CustomerService and ReportDefinitionService. You need to provide the AdWords Manager account Id in the "googleads.yaml" file and then retry the get_account_hierarchy.py example.