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 -

python - Scipy.Odr multiple variable regression -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -