Admetrics Data Studio
admetrics/magento-module
Integrates Admetrics Data Studio tracking into Magento 2, enabling server-side analytics and attribution data collection for marketing performance measurement.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardLooking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubAdmetrics Data Studio - Magento Module
Installation
# Enable maintenance mode
bin/magento maintenance:enable
# Add latest version of Admetrics Magento Module
composer require admetrics/magento-module
# Install
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
# Disable maintenance mode
bin/magento maintenance:disable
Updating
# Enable maintenance mode
bin/magento maintenance:enable
# Get latest version of Admetrics Magento Module
composer update admetrics/magento-module
# Update
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
# Disable maintenance mode
bin/magento maintenance:disable
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.