skardhamar / rga

R Google Analytics
187 stars 90 forks source link

Not Walking for more than 10,000 rows #61

Open joaolcorreia opened 9 years ago

joaolcorreia commented 9 years ago

Hi,

I'm trying to get more than 10k records per day. I tried max=50000 and still nothing. I had the idea that the WALK option was working in the past.

data=ga$getData(xxxx, batch = TRUE, walk = TRUE, max = 50000, "2014-01-01","2014-01-30", metrics = "ga:sessions, ga:bounces,ga:pageviews,ga:uniquePageviews,ga:transactions,ga:itemRevenue,ga:itemQuantity,ga:uniquePurchases,ga:sessionDuration", dimensions="ga:date,ga:campaign,ga:source,ga:medium,ga:country")

Run (1/30): for date 2014-01-01 Received: 9738 observations Run (2/30): for date 2014-01-02 Received: 10000 observations Run (3/30): for date 2014-01-03 Received: 10000 observations Run (4/30): for date 2014-01-04 Received: 10000 observations Run (5/30): for date 2014-01-05 Received: 10000 observations Run (6/30): for date 2014-01-06

Here is my system details:

sessionInfo() R version 3.1.1 (2014-07-10) Platform: x86_64-apple-darwin13.1.0 (64-bit)

locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] lubridate_1.3.3 rga_0.8 httr_0.5 jsonlite_0.9.12 RCurl_1.95-4.1 bitops_1.0-6
loaded via a namespace (and not attached): [1] digest_0.6.4 memoise_0.2.1 plyr_1.8.1 Rcpp_0.11.2 stringr_0.6.2 tools_3.1.1

Any idea how to fix this?

joaolcorreia commented 9 years ago

Hi. Any update on this?