sparacino / module-gtm
Google Tag Manager
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-04-05 19:26:17 UTC
README
This extension helps the owner of store simply install code to work with Google Tag Manager.
How to install Extension
Install via composer (recommend)
Run the following command in Magento 2 root folder:
composer require sparacino/module-gtm
php bin/magento module:enable Sparacino_GTM
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento cache:clean
Install manual
Clone or download repository, then copy the contents inside your [Magento 2 root folder]/app/code/Sparacino/GTM.
php bin/magento module:enable Sparacino_GTM
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento cache:clean