Hello!
My team is trying to send a conversion event with the Google Click ID, the conversion name, the conversion time, and the conversion currency, every time the status for one of our clients change (a couple times per day).
We are using a Node.js framework for our backend, but looking at the guide (
https://developers.google.com/adwords/api/docs/guides/conversion-tracking) there doesn't seem to be a Node.js library that allows us to do this.
We are already using the googleapis library, and we were hoping we could use it for this as well.
But if it is not possible, can we do HTTP requests sending and receiving JSON? We have a client e-mail and private key that we use for authorization when using Google Indexing, could we use it as well?
Thank you for any help you can provide,
Oriol