lizardmedia / module-ga-verifier
Magento2 module for adding Google Analytics verification scripts without uploading files to the server
Installs: 5 373
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1.0
- magento/module-url-rewrite: *
- zendframework/zend-json: *
Requires (Dev)
- phpunit/phpunit: >=7.0.0
This package is auto-updated.
Last update: 2024-11-28 20:18:50 UTC
README
Magento2 Google Analytics Verifier
Module LizardMedia_GoogleAnalyticsVerifier allows you to add verification scripts to the of all pages via admin panel and add Google Verification files using file name and file content via admin panel, without having to upload the file to the web server.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
- Magento 2.2
- PHP 7.1
Installing
Download the module
Using composer (suggested)
Simply run
composer require lizardmedia/module-ga-verifier
Downloading ZIP
Download a ZIP version of the module and unpack it into your project into
app/code/LizardMedia/GoogleAnalyticsVerifier
Install the module
Run this command
bin/magento module:enable LizardMedia_GoogleAnalyticsVerifier
bin/magento setup:upgrade
Usage
Admin panel
- Enter Stores -> Configuration -> Google Analytics Verifier
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Maciej Sławik
- Michał Kobierzyński
- Michał Broniszewski
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details