googleads-node-lib
googleads-node-lib copied to clipboard
Hi, I wrote this code to get TargetingIdeas based on a keyword but it doesnt seem to work and i have no Idea why that might be. Could anyone please...
The API version v201509 is no longer supported. This change updates to the latest version. Additionally it makes it easier to stay up-to-date without having to upgrade this library (assuming...
Is it possible to create a campaign using this library?
The CampaignService requires the selector properties to appear in a specific order. If i run the example code, the API returns this error: ``` XML soap:Client Unmarshalling Error: cvc-complex-type.2.4.a: Invalid...
The Backbone validation callback requires that `endDate > startDate`. Google accepts `endDate == startDate`.
Hello, first of all thanks for your job, it's pretty amazing. I'm currently trying to work TrafficEstimatorService, with this code : ``` var service = new AdWords.TrafficEstimatorService({ ADWORDS_CLIENT_ID: clientID, ADWORDS_CLIENT_CUSTOMER_ID:...
I love that someone is working on a proper adwords api library for node. I can't get TrafficEstimatorService to work though. Could you add an example or some documentation? ```...
options.ADWORDS_CLIENT_CUSTOMER_ID is not requeried for customerService.js (removed from adWordsObject constructor validation)