sweetanalytics / sweet-tracker
Magento module for Sweet Analytics Tracker.
Installs: 7 798
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
Language:JavaScript
Type:magento2-module
pkg:composer/sweetanalytics/sweet-tracker
Requires
- php: >=7.1
- magento/framework: ^100.1.0|101.0.*|^102.0.0|^103.0.0
This package is auto-updated.
Last update: 2025-10-19 15:13:10 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