UNPKG

@sellorex/adwords-api-vu

Version:

Unofficial SDK for Google Adwords API, replica of adwords-api by Talha Asad, just version update to 201710

13 lines (9 loc) 256 B
var Backbone = require('backbone'); var TargetingIdea = Backbone.Model.extend({}); var TargetingIdeaCollection = Backbone.Collection.extend({ model: TargetingIdea }); module.exports = { collection: TargetingIdeaCollection, model: TargetingIdea };