Re: How do I authenticate to send a clickConversion to google Ads with a service account and over REST API with typescript

2024-01-31 Thread Bjoern Ammon
This error appears in python RefreshError: ('unauthorized_client: Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested.', {'error': 'unauthorized_client', 'error_description': 'Client is unauthorized to retrieve access

RE: how do i authenticate to send a clickconversion to google ads with a service account and over rest api with typescript

2024-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. By reviewing your concern, I understand that you are encountering the 'invalid_client' error. I would suggest that you recreate the client Id and client secret and generate a refresh token using the new client Id and client secret

Re: How do I authenticate to send a clickConversion to google Ads with a service account and over REST API with typescript

2024-01-31 Thread Bjoern Ammon
Addition: The error i receive comes with authentication to googleapis [image: IIF1Y.png] Bjoern Ammon schrieb am Mittwoch, 31. Januar 2024 um 10:20:35 UTC+1: > I've tried with this documentation > authenticate and > with this REST >