/googleAnalyticsR

A new Google Analytics R library using googleAuthR and v4 of the reporting API

Primary LanguageROtherNOASSERTION

googleAnalyticsR

Travis-CI Build Status CRAN codecov

Get more examples and tutorials at the googleAnalyticsR website

Wasson?

Work is currently focused on quashing bugs and updating the BigQuery parser.

If you find any bugs please log any problems here in the issues tracker.

Install

You also need googleAuthR

install.packages("googleAuthR")
install.packages("googleAnalyticsR")

Development version off github

devtools::install_github("MarkEdmondson1234/googleAnalyticsR")