This is what i m trying but not able to get data. Always getting error 400.
var ga= require('google-adwords'); ga.use({ clientID: 'myClientID', clientSecret: 'myClientSecret', developerToken: 'myDevToken' }); ga.use({ refreshToken: 'myRefreshToken', // getting from oauth2.0 clientCustomerID: 'myCustomerID' // Adwords Customer ID }); ga.awql() .select('Date,Clicks') .from('ACCOUNT_PERFORMANCE_REPORT') .during('20150909,20150924') .send().then(function(results) { console.log(results); // your code here }).catch(function(error) { console.log(error); // error handling code here }) I am getting this error " { [Error: got 400 response] status: 400 } " -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4c5e73ba-3a64-4ee3-a684-347cde368dd0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.