https://github.com/jonasraoni/google-tag-manager-plugin
Google Analytics plugin for OMP 1.2+ / OJS 3.0+
https://github.com/jonasraoni/google-tag-manager-plugin
Last synced: 10 months ago
JSON representation
Google Analytics plugin for OMP 1.2+ / OJS 3.0+
- Host: GitHub
- URL: https://github.com/jonasraoni/google-tag-manager-plugin
- Owner: jonasraoni
- License: gpl-3.0
- Created: 2021-03-14T09:28:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T09:52:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T14:43:12.064Z (12 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Tag Manager Plugin
## Installation
This plugin is compatible with OJS/OMP/OPS 3.2.1 or newer.
Ensure that the plugin branch/version matches your version.
The destination folder for the plugin should be `plugins/generic/googleTagManager`
For example, to install this plugin via git:
```
cd /path/to/ojs
git clone https://github.com/jonasraoni/google-tag-manager-plugin.git plugins/generic/googleTagManager
php lib/pkp/tools/installPluginVersion.php plugins/generic/googleTagManager/version.xml
```
## How to use
- Get into the administration interface of a journal
- Access the Website > Plugins
- Locate the plugin and enable it
- Extend the options of the plugin and open its settings
- Enter your Google Tag Manager ID and then everything should be working.