sweetanalytics / sweet-tracker
Magento module for Sweet Analytics Tracker.
Package info
github.com/sweetanalytics/magento2-enhanced-tracker
Language:JavaScript
Type:magento2-module
pkg:composer/sweetanalytics/sweet-tracker
1.0.5
2022-10-19 08:47 UTC
Requires
- php: >=7.1
- magento/framework: ^100.1.0|101.0.*|^102.0.0|^103.0.0
This package is auto-updated.
Last update: 2026-03-19 16:11:45 UTC
README
A Magento 2 module for integrating Sweet Analytics tracking functionality.
Requirements
- PHP: 8.1 or higher
- Magento: 2.4.7 or higher (compatible with 2.4.8+)
- Magento Framework: 103.0.0 or higher
Installation
Via Composer (Recommended)
composer require sweetanalytics/sweet-tracker
Manual Installation
- Download the module files
- Place them in
app/code/YelHex/SweetTracker/ - Run the following commands:
php bin/magento module:enable YelHex_SweetTracker php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
Configuration
- Go to Admin Panel > Stores > Configuration > Sweet Analytics
- Enable the module
- Enter your Sweet Analytics tracking ID
- Save the configuration
Features
- Tracks e-commerce events
- Supports order success conversion tracking (conversion pixel)
Version History
- 1.0.8: Updated for PHP 8.1+ and Magento 2.4.7+ compatibility
- 1.0.7: Previous version
Magento Commerce Marketplace
To upload to the AdobeCommerce Marketplace go to https:// commercedeveloper.adobe.com/extensions/ and upload a zip using the following command:
zip -r sweetanalytics_sweet-tracker-1.X.X.zip ./ -x './.git/*'
License
OSL-3.0