RE: find my userid or email id

2024-07-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. You can retrieve the user ID and email address via the Google Ads API using the customer_user_access report. Kindly check the below query: SELECT customer_user_access.user_id, customer_user_access.email_address, customer_user_a

Find my userid or email id

2024-07-09 Thread Chandan Sharma
Dear Google Ads API Community, I'm working on a project where I need to programmatically find my User ID or email ID using the Google Ads API. Specifically, I need to identify Customer IDs for which I have administrative access. Currently, I can retrieve a list of accessible Customer IDs, but