Tatvic / RGoogleAnalytics

R Library to easily extract data from the Google Analytics API into R
227 stars 147 forks source link

Sampled Data Warning with Pagination - Feature Request #22

Open barnettjacob opened 8 years ago

barnettjacob commented 8 years ago

Hey. This is a great package that's massively helpful.

One amendment that would be nice is if when you trigger the return of sampled data when you paginate you still get the message about sampled data. It is definitely possible to have paginate = T and still get sampled data, particularly if you have a lot of traffic.

Looking at the code, this functionality only seems to exist where pagination AND split_daywise = F.

Cheers Jacob