Skip to content

R Library to easily extract data from the Google Analytics API into R

Notifications You must be signed in to change notification settings

jorisgillis/RTGoogleAnalytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it

RTGoogleAnalytics is a R Wrapper around the Google Analytics Real Time API. It allows fast and easy data extraction in R. This project is a fork of the RGoogleAnalytics package by Vignesh Prajapati (Tatvic).

Key Features

Installation

To get the current development version from github:

devtools::install_github("jorisgillis/RTGoogleAnalytics")

Dependencies

  • httr handles the underlying OAuth2.0 Authorization flow and the API requests

  • lubridate handles the date manipulation logic underlying Query Partitioning

Background

Work on RGoogleAnalytics was started by Michael Pearmain at Google. He was supported by Nick Mihailowski (Google) and Vignesh Prajapati (Tatvic).

Tutorials and Use-cases

Under development

Important Links

List of Valid Dimension/Metric Combinations from the Google Analytics Real Time API Reference Guide

  • Query Feed Explorer allows you to test your queries for syntatical correctness. Once verified, the query parameters can then be copied to your R Script

About

R Library to easily extract data from the Google Analytics API into R

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%