RE: How to know what type of access my manager account have over its client accounts through some API endpoint.

2020-03-25 Thread Google Ads API Forum Advisor Prod
Hello, To verify if the client accounts are having sufficient access via UI, you could login to your manager account and navigate to the Tools & Settings > Account Access as mentioned in this article. The access levels for the user will give you the required details. Please reach out to our

Re: How to know what type of access my manager account have over its client accounts through some API endpoint.

2020-03-25 Thread Zweitze
The best way around this is using the *validateOnly request header *. When you add this header (and set to 'true') the API call will be checked but not executed. When the check fails the error is reported. You use it with,

Re: How to know what type of access my manager account have over its client accounts through some API endpoint.

2020-03-25 Thread Ankit Agarwal
I am working on software that will allow my clients to create Google Ads. How would I know which client account has Read/admin role? This is important for me to know. I cannot verify this by logging into my client's Google Ads Account. Please tell me some way out. On Sunday, March 22, 2020

How to know what type of access my manager account have over its client accounts through some API endpoint.

2020-03-22 Thread Ankit Agarwal
I have a manager account with access to multiple client accounts. But not all of them have the ad_manage permission, I need to figure out through some API endpoint that which client accounts have given ad manage permission to my ad manager account. -- --