yireo / yireo_googletagmanager2
Add Google Tag Manager to Magento
Fund package maintenance!
jissereitsma
yireo
Paypal
Other
Installs: 32 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 144
Watchers: 18
Forks: 73
Open Issues: 8
Type:magento2-module
Requires
- php: ^7.4|^8.1
- ext-dom: *
- ext-json: *
- ext-pcre: *
- magento/framework: ^102.0 || ^103.0
- magento/module-backend: ^100.0 || ^101.0 || ^102.0
- magento/module-catalog: ^100.0 || ^101.0 || ^102.0 || ^103.0 || ^104.0
- magento/module-catalog-search: ^100.0 || ^101.0 || ^102.0
- magento/module-checkout: ^100.1
- magento/module-config: ^100.0 || ^101.0
- magento/module-configurable-product: ^100.0
- magento/module-cookie: ^100.0
- magento/module-customer: ^100.0 || ^101.0 || ^102.0 || ^103.0
- magento/module-eav: ^100.0 || ^101.0 || ^102.0
- magento/module-payment: ^100.0
- magento/module-quote: ^101.0
- magento/module-sales: ^100.0 || ^101.0 || ^102.0 || ^103.0
- magento/module-store: ^100.0 || ^101.0
- magento/module-tax: ^100.0
- psr/log: ^1 || ^2 || ^3
- yireo/magento2-csp-utilities: ^1.0
Requires (Dev)
- dev-master
- 3.9.12
- 3.9.11
- 3.9.10
- 3.9.9
- 3.9.8
- 3.9.7
- 3.9.6
- 3.9.5
- 3.9.4
- 3.9.3
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.13
- 3.7.12
- 3.7.11
- 3.7.10
- 3.7.9
- 3.7.8
- 3.7.7
- 3.7.6
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.5.8
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.18
- 0.3.17
- 0.3.16
- 0.3.15
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.1
- 0.3.0
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
This package is auto-updated.
Last update: 2024-10-24 12:03:45 UTC
README
A client-side implementation of Google Tag Manager for Magento 2
Also see: https://www.yireo.com/software/magento-extensions/googletagmanager2
Currently, the Yireo_GoogleTagManager2
module has been refactored heavily: The architecture is redesigned, GA4
support is being added, GA3 support (aka UA/EE) is being removed, click-events are added and overall there is a huge
extensibility being added. The refactoring has come available under a new major version 3. If you were not using this
extension yet, you can just proceed with the composer installation which will pick this new version. If you were
using major version 2 in the past, edit your composer.json
file manually to use the new version ^3.0
. Alternatively, update your composer.json
by using the command composer require yireo/magento2-googletagmanager2:^3.0 --no-update
. Next, upgrade with composer update
.
Need help?
We offer courses on various topics of Magento 2, including the usage and configuration of Google Tag Manager and Google Analytics. See the following course page for more details:
yireo.com/training/magento2-gtm-advanced
Requirements
Supported versions: Magento 2.3.7 or higher and 2.4.1 or higher (partially because of the requirement for PHP 7.4 or PHP 8.1).
See composer.json
for other requirements.