Unsampled Data in R for Google Analytics Premium Accounts
Query the Google Analytics Premium API for the specified dimensions, m...
This will request (POST method) with the prepared Query to the Google ...
Initialize the Google Analytics query parameters
Initialize a QueryBuilder object with the given parameters and perform...
This function takes the Refresh Token as an argument and retrives a ne...
Returns the URI constructed from the parameter settings. This also URI...
Check whether the Access Token has expired
Authorize the RGoogleAnalytics package to the user's Google Analytics ...
It fires a query to the API to get the unsampled data in R for Google Analytics Premium Accounts. It retrieves data from the Google drive document and stores it into the local drive. The path to the excel file is returned by this package. The user can read data from the excel file into R using read.csv() function.