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?
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