Re: Error: Got 400 response in google-adwords npm (nodejs)

2015-09-24 Thread Anthony Madrigal
Hello, Please disregard my last response. A colleague pointed out that since this is a report request, there is no SOAP request and response. Please instead look at your HTTP response for the 400 code. The text should contain more details on why this error is occurring. Regards, Anthony AdWor

Re: Error: Got 400 response in google-adwords npm (nodejs)

2015-09-24 Thread Anthony Madrigal
Hi, I could further investigate why you are getting this error. To do so, could you please *reply privately to author* your SOAP XML request and response? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Error: Got 400 response in google-adwords npm (nodejs)

2015-09-24 Thread vikashverma
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: 'myRefreshTok