ibertrand / improve-google-gtag
Fixes the Google Analytics4 implementation in Magento_GoogleGtag
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.4.0||~8.1.0
- magento/module-google-gtag: ^100.4.0
This package is auto-updated.
Last update: 2025-04-19 16:39:29 UTC
README
The core implementation of GoogleAnalytics4 tracking in Magento_GoogleGtag doesn't send the currency for purchase events, so GA would not track the revenue.
Installation
$ composer require ibertrand/improve-google-gtag
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento setup:static-content:deploy