https://github.com/exizt/mediawiki-extension-aetanalytics
https://github.com/exizt/mediawiki-extension-aetanalytics
mediawiki mediawiki-extension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exizt/mediawiki-extension-aetanalytics
- Owner: exizt
- License: gpl-2.0
- Created: 2022-10-21T11:38:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:11:37.000Z (over 1 year ago)
- Last Synced: 2025-01-06T04:28:10.580Z (4 months ago)
- Topics: mediawiki, mediawiki-extension
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AetAnalytics
AetAnalytics
* 미디어위키에 '구글 애널리틱스(Google Analytics)'를 적용하고, 몇 가지 설정을 할 수 있는 확장 기능.
* Git : https://github.com/exizt/mediawiki-extension-AetAnalytics## Requirements
* PHP 7.4.3 or later (tested up to 7.4.30)
* MediaWiki 1.35 or later (tested up to 1.35)## cloning a repository
```shell
git clone [email protected]:exizt/mediawiki-extension-AetAnalytics.git AetAnalytics
```## Installation
1. Download and place the files in a directory called `AetAnalytics` in your `extensions/` folder.
2. Add the following code at the bottom of your `LocalSettings.php`:
```
wfLoadExtension( 'AetAnalytics' );
```## Configuration
- `$wgAetAnalytics['ga_tag_id']`
- 구글 애널리틱스의 태그 ID. (eg: `'G-XX..'` or `'UA-XX..'`)
- type : `string`
- default : `''`