HTTP/1.1 400 Bad Request
< Content-Type: text/xml
< Date: Fri, 11 Mar 2016 10:53:32 GMT
< Expires: Fri, 11 Mar 2016 10:53:32 GMT
< Cache-Control: private, max-age=0
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Accept-Ranges: none
< Vary: Accept-Encoding
< Transfer-Encoding: chunked
<
Error in `[.default`(xj, i) :
only 0's may be mixed with negative subscripts
Could you offer some guidance on what I can do to understand this error better?
I believe I have authenticated the account directly.
My request is
body <- statement(select=c('Clicks','AveragePosition','Cost'),
report="ACCOUNT_PERFORMANCE_REPORT",
start="20160301",
end="20160310")
the error appears after I execute
data <- getData(clientCustomerId=customerID, google_auth=google_auth ,statement=body)
Using R and the RAdwords package.
Could anybody give me a nudge in the right direction? Or some tips on diagnosing the problem?
Phil,