Using RAdwords, I can connect and get a token - list reports and list metrics. But when I try to pull data i get the error below the code - thanks for the help!
body <- statement(select=c('KeywordText','Clicks','Cost','Ctr'),
report="KEYWORDS_PERFORMANCE_REPORT",
where="Clicks > 100",
start="20150101",
end="20150301")
data <- getData(clientCustomerId='949-xxx-xxxx', google_auth=google_auth,
statement=body, transformation = TRUE)
e* upload completely sent off: 130 out of 130 bytes HTTP/1.1 400 Bad Request Content-Type: text/xml Date: Fri, 06 Mar 2015 18:28:30 GMT Expires: Fri, 06 Mar 2015 18:28:30 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
- Connection #0 to host adwords.google.com left intact Error in 1:ncol(data) : argument of length 0