Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yajra/analytics-module
YajraCMS Google Analytics Module
https://github.com/yajra/analytics-module
analytics cms google laravel module reporting yajra
Last synced: about 2 months ago
JSON representation
YajraCMS Google Analytics Module
- Host: GitHub
- URL: https://github.com/yajra/analytics-module
- Owner: yajra
- Created: 2017-06-04T02:57:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T08:07:38.000Z (over 7 years ago)
- Last Synced: 2024-10-17T19:01:52.400Z (2 months ago)
- Topics: analytics, cms, google, laravel, module, reporting, yajra
- Language: HTML
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YajraCMS Google Analytics Module
## Installation
- Install module: `composer require yajra/analytics-module`
- Publish config: `php artisan vendor:publish --provider="Spatie\Analytics\AnalyticsServiceProvider"`
- Update `.env` and add your `ANALYTICS_VIEW_ID`
- Copy and paste your google service account credentials on `storage/app/analytics/service-account-credentials.json`## TODO
- [ ] Fetch all widgets data via ajax request.
- [ ] Convert period of each widgets to ajax parameters.
- [ ] Add total stats along with the graph.## Credits
This module uses [laravel-analytics](https://github.com/spatie/laravel-analytics) package.