Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Adwords and Node.js: library or different way to access API?

Is there a node.js library for google adwords? Or what is the current recommended way to access Adwords from node.js?

There's this question/answer. I guess this is not up-to-date?

As I can see no js-library here, I assume, I should use something else...

like image 621
tokosh Avatar asked Nov 09 '22 06:11

tokosh


1 Answers

There is no official library written in JS or Node.Js.

You can search on https://npmjs.com for a package provided by the community.

This one looks to be the most advanced (full features) and up-to-date (last revision was some hours ago). There is no issue opened and npmjs says that it is quite dowloaded often (300/month), so I would go for it.

like image 198
brclz Avatar answered Nov 15 '22 06:11

brclz