/GoogleAnalytics.jl

Google Analytics reporting API v4 library for Julia

Primary LanguageJuliaMIT LicenseMIT

GoogleAnalytics.jl

Stable Dev Build Status Codecov

A basic Google Analytics Reporting API v4 library to query GA data. Automatically handles data sampling by splitting requested date ranges.

Dependencies

Installation

Example

References

Acknowledgements

  • JWT authentication mechanism largely lifted from GitHub.jl: thank you for saving my sanity.