Closed c0b closed 8 years ago
Taking a look at feasibility of doing this.
see my comments at v201505
almost deprecated, how soon will this likely to get an update and can we push nodejs api get somewhat official support from someone @google although they don't seem like to do so [2],
@c0b - If you take a look at the code, you should notice that version can be supplied as a parameter. We avoid constant version bump, in the code base, as changes from 1 version to another could break other dev's code.
var dfpSetup = new DfpClass('MyNetworkCode', 'mySuperDuperAwesomeApp', 'v201602');
A couple of points on the Google front -
we want to write dfp applications in nodejs but they have limited client libraries support officially [1], only java, php, python, ruby not what we want;
this project looks good, but with 3rd party implementation my only concern is future maintainability, what if they break something and how soon can this library fix up? what if this library author becomes inactive and out of maintenance ? as I think, to provide more choices for developers for dfp should be google's responsibility, although the official Google DFP [2] is not doing, but there is [1] google api nodejs client can be seen as part of semi-official , could you try to push / merge into the project?