Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairizuanbinnoorazman/gamanager
Manage Google Analytics Management Settings with R
https://github.com/hairizuanbinnoorazman/gamanager
Last synced: 3 months ago
JSON representation
Manage Google Analytics Management Settings with R
- Host: GitHub
- URL: https://github.com/hairizuanbinnoorazman/gamanager
- Owner: hairizuanbinnoorazman
- License: mit
- Created: 2017-03-06T14:44:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T00:54:47.000Z (over 7 years ago)
- Last Synced: 2024-06-05T02:31:58.079Z (5 months ago)
- Language: R
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hairizuanbinnoorazman/gamanager - Manage Google Analytics Management Settings with R (R)
README
# gamanager
This package is wrapper around the Google Analytics Management API and it serves to allow anybody who knows R to quickly manage Google Analytics Management Settings.
Do note that the write APIs that surround the Google Analytics Management API is still in private beta and one would need to request for permssion in order to access the
required settings.Some of the actions to manage the Google Analytics Management Settings can be managed with Scripts; e.g.
- Creating of Properties
- Creating of ViewYou can install the package by going through the following:
```
install.packages("devtools")
library(devtools)
devtools::install_github("hairizuanbinnoorazman/gamanager", build_vignettes = TRUE)
```If you encounter a bug while using the package, take a screenshot of the error and file an issue on this repository.
## Status of package
This package is currently under construction