skardhamar / rga

R Google Analytics
187 stars 90 forks source link

Batch not working with Walk #82

Open EricGoldsmith opened 8 years ago

EricGoldsmith commented 8 years ago

When walk = TRUE and batch = TRUE are both used, and the daily results exceed 10,000 rows, the bulk operation incorrectly only retrieves the first 10,000 rows.

This appears to have been reported in various forms in the past: #21, #46, and #61.

I believe I have fixed this issue in this branch of my local fork: https://github.com/tedconf/rga/tree/fix-batch

I've tested it on my end, and it looks good. But, before I submit a PR, I'd appreciate some additional testing from those who've also encountered this issue.

In addition the batch fix, that branch also contains:

/cc @40-02, @joaolcorreia, @AlunHewinson, @kingo55, @lunametrics, @MarkEdmondson1234, @Kusara, @skardhamar