The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

726 Modules
488 Ready
233 Need Help
🏆 Leaderboard
Actively Maintained v1.1.1

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.

1,397
Downloads
Below average
0
GitHub Stars
26d ago
Last Release
0
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 error , 95 warnings
PHPStan Failed

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.1 on Magento 2.4.8-p4
Mar 20, 2026
v1.1.1 on Magento 2.4.8-p3
Mar 20, 2026

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Admetrics Data Studio Magento compatibility status badge

README

Loaded from GitHub

Admetrics 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.