sparacino/module-gtm

Google Tag Manager

1.0 2019-10-02 05:26 UTC

This package is auto-updated.

Last update: 2024-10-05 18:06:13 UTC


README

This extension helps the owner of store simply install code to work with Google Tag Manager.

gtm configuration

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