yireo / yireo_googletagmanager2
3.9.8
2024-09-12 11:47 UTC
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.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-09-12 12:34:47 UTC
README
为 Magento 2 实现的 Google Tag Manager 的客户端版本
也请参阅:https://www.yireo.com/software/magento-extensions/googletagmanager2
目前,Yireo_GoogleTagManager2
模块已被大幅度重构:架构被重新设计,正在添加 GA4 支持,GA3 支持(即 UA/EE)正在被移除,添加了点击事件,并且整体增加了巨大的可扩展性。重构已经在新的主版本 3 中可用。如果您尚未使用此扩展,可以直接进行 composer 安装,它将选择此新版本。如果您之前使用的是主要版本 2,请手动编辑您的 composer.json
文件以使用新版本 ^3.0
。或者,通过使用命令 composer require yireo/magento2-googletagmanager2:^3.0 --no-update
来更新您的 composer.json
。接下来,使用 composer update
进行升级。
要求
支持的版本:Magento 2.3.7 或更高版本和 2.4.1 或更高版本(部分原因是因为需要 PHP 7.4 或 PHP 8.1)。
请参阅 composer.json
了解其他要求。