Re: get google ads account id using access token

2023-12-14 Thread Vikram singh
This is the javascript code to get the user consent for the scope and access token Google Ads API Authentication https://apis.google.com/js/platform.js"; async defer> https://apis.google.com/js/api.js";> Google Ads API Authentication

Re: get google ads account id using access token

2023-12-13 Thread Vikram singh
I am not trying to list all the accounts but trying to get the google ad account id for the customer using the access token. Following is the flow of the sequence. 1. Customer comes to the report page where s/he sees a connect button. 2. On this button, the Google auth popup will open with all p

RE: get google ads account id using access token

2023-12-13 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. After reviewing your concern, I understand that you are encountering an error while trying to list the accounts via the Google Ads API. I would recommend you to check this guide on List Accessible Accounts for more information

Get google ads account id using access token

2023-12-13 Thread Vikram singh
I am working on an application where my clients can connect their google account and see the google ad reports and listing. For this I have create credentials with required API and configured the auth page too. From the page clients is able to authorize the app to read/write the ads however thi