https://github.com/nielslange/smntcs-google-analytics
Adds Google Analytics to your site.
https://github.com/nielslange/smntcs-google-analytics
google-analytics smntcs smntcs-plugin wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Adds Google Analytics to your site.
- Host: GitHub
- URL: https://github.com/nielslange/smntcs-google-analytics
- Owner: nielslange
- License: gpl-2.0
- Created: 2016-07-20T07:41:53.000Z (almost 10 years ago)
- Default Branch: trunk
- Last Pushed: 2025-04-06T10:52:38.000Z (about 1 year ago)
- Last Synced: 2025-06-03T18:47:02.376Z (about 1 year ago)
- Topics: google-analytics, smntcs, smntcs-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/smntcs-google-analytics/
- Size: 4.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMNTCS Google Analytics








Adds Google Analytics tracking code to your site and anonymize visitors IP address if necessary.
## Installation
1. Upload `smntcs-google-analytics` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress
3. Go to https://www.google.com/analytics/, add a new site and copy the tracking code
4. Go to `Appearance → Customize → Google Analytics` and paste your tracking code
5. Anonymize visitors IP address if necessary
## Plugin page
You can find the plugin on https://wordpress.org/plugins/smntcs-google-analytics/.
## Changelog
### 3.1 (2023.10.30)
- Test up to WordPress 6.7
### 3.0 (2023.10.22)
- Test up to WordPress 6.6
- Migrate from Cypress to Playwright
### 2.9 (2023.10.15)
- Test up to WordPress 6.4
### 2.8 (2022.12.03)
- Test up to WordPress 6.1
### 2.7 (2022.05.09)
- Test up to WordPress 6.0
### 2.6 (2021.04.27)
- Test up to WordPress 5.8
- [Add e2e tests](https://github.com/nielslange/smntcs-google-analytics/issues/2)
### 2.5 (2021.04.27)
- Test up to WordPress 5.7
- [Add build tools](https://github.com/nielslange/smntcs-google-analytics/issues/9)
- [Add GitHub Actions](https://github.com/nielslange/smntcs-google-analytics/issues/10)
### 2.4 (2019.12.21)
- Test up to WordPress 5.3
- Add build tools
### 2.3 (2019.06.28)
- Test up to WordPress 5.2
### 2.2 (2019.06.28)
- Test up to WordPress 5.1
### 2.1 (2016.12.24)
- Add FAQ
### 2.0 (2016.09.11)
- Use Customizer instead of options page
### 1.4 (2016.07.20)
- Add donation link
### 1.3 (2016.07.20)
- Update textdomain
### 1.2 (2016.07.20)
- Fix tracking code visibility
### 1.1 (2016.07.20)
- Fix plugin title
### 1.0 (2016.07-20)
- Initial release