r - RAdwords Not working -


i using radwords package export data google adwords. below code running , error getting.

body <- statement(select=c('clicks','averageposition','cost','ctr'),                   report="account_performance_report",                   start="20150101",                   end="20151231") data <- getdata(clientcustomerid="xxx-xxx-xxxx",                 google_auth=google_auth,                 statement=body) error in if (data[nrow(data), 1] == "total") { :    argument of length 0 


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -