Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.95 KB

index.md

File metadata and controls

38 lines (26 loc) · 1.95 KB

Welcome to the website for googleAnalyticsR, an R library for working with Google Analytics data.

Follow development on the project's Github development site.

Any bugs or feature requests please file an issue.

Collaboration is welcomed and encouraged, if you are interested get in touch.

Downloads CRAN Travis-CI Build Status

Features

  • First Google Analytics Reporting v4 API library for R
  • v4 features include: dynamic calculated metrics, pivots, histograms, date comparisons, batching.
  • v4 API explorer
  • API metadata of possible metrics and dimensions
  • Multi-user login in Shiny App
  • Integration with BigQuery Google Analytics Premium/360 exports.
  • Single authentication flow can be used with other googleAuthR apps like searchConsoleR
  • Automatic batching, sampling avoidance with daily walk, multi-account fetching, multi-channel funnnel
  • Support for googleAuthR batch. For big data calls this could be 10x quicker than normal GA fetching.
  • Meta data in attributes of returned dataframe including date ranges, totals, min and max

Thanks

These are all great libraries that also work with Google Analytics data in R, that I have taken inspiration from.