https://github.com/neos/neos-googleanalytics
A package to enable the use and display of Google Analytics data inside Neos.
https://github.com/neos/neos-googleanalytics
hacktoberfest
Last synced: 6 months ago
JSON representation
A package to enable the use and display of Google Analytics data inside Neos.
- Host: GitHub
- URL: https://github.com/neos/neos-googleanalytics
- Owner: neos
- License: gpl-3.0
- Created: 2015-08-18T14:57:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T09:14:57.000Z (over 1 year ago)
- Last Synced: 2025-06-01T06:51:02.768Z (8 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 2.21 MB
- Stars: 14
- Watchers: 8
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://packagist.org/packages/neos/googleanalytics)
[](https://packagist.org/packages/neos/googleanalytics)
[](LICENSE)
# Neos.GoogleAnalytics
This package allows adding Google Analytics and the Google Tag Manager to a Neos CMS website.
You can also view tracking data in the backend for each page.
Check the [documentation](https://neos-google-analytics-integration.readthedocs.io/en/stable/) for all features and usage.
## Installation and usage
1. Run the following command f.e. in your site package:
```bash
composer require --no-update neos/googleanalytics
```
2. Update your dependencies by running the following command in your project root folder:
```bash
composer update
```
## License
See [LICENSE](./LICENSE.txt)