Skip to content

EnzoSparacino/magento2_google_tag_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Google Tag Manager Extension

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