Opteo / google-ads-api

Google Ads API client library for Node.js
https://opteo.com
MIT License
269 stars 90 forks source link

Google Enhanced Conversions - NodeJS #426

Open audreylienard opened 2 years ago

audreylienard commented 2 years ago

My client would like to implement EC via API. To do so, they tried to retrieve the REFRESH_TOKEN which allows the conversion to click as one of their suppliers. However, their backend is in NodeJS and apparently we don't provide an official google-ads library for NodeJS.

The client tells me they need to generate an URL that will allow their suppliers to authenticate with Google, authorizing their application, to obtain this REFRESH_TOKEN (to then provide it to them). But without a library, they struggle to figure out how to handle this URL.

Would we have a resource to generate this URL through a way in NodeJS? Or even another way to get a REFRESH_TOKEN for a provider?

Thanks a lot

logicappsource commented 10 months ago

bump