skardhamar / rga

R Google Analytics
186 stars 89 forks source link

Feature request — sampling Level #65

Open Cooluck opened 9 years ago

Cooluck commented 9 years ago

Sometimes even 1 day result has sampling.

Can you add possibility to change sampling to HIGHER_PRECISION — Returns a more accurate response using a large sample size, but this may result in the response being slower. ?

https://developers.google.com/analytics/devguides/reporting/core/v3/reference#samplingLevel

jdeboer commented 9 years ago

I'll submit a pull request for the modified function definition that includes an argument to set samplingLevel.

jdeboer commented 9 years ago

I've submitted pull request 66 with the changes to implement this enhancement. For those that use the ganalytics package, it also has this feature.

Cooluck commented 9 years ago

Thanks a lot!

EricGoldsmith commented 8 years ago

@Cooluck, @jdeboer, can you confirm that this issue has been addressed, and then close it?