yireo / magento2-googletagmanager2
将Google Tag Manager添加到Magento
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
。