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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -