empiricompany / openmage-tiktok-tracking
OpenMage module for TikTok Pixel integration with automatic e-commerce event tracking and advanced matching.
Package info
github.com/empiricompany/openmage-tiktok-tracking
Type:magento-module
pkg:composer/empiricompany/openmage-tiktok-tracking
Requires
- php: >=7.4
- magento-hackathon/magento-composer-installer: *
This package is auto-updated.
Last update: 2026-03-15 18:38:44 UTC
README
OpenMage module for TikTok Pixel integration with automatic e-commerce event tracking.
Platform compatibility: this module is compatible with both OpenMage and MahoCommerce.
What It Does
This module automatically tracks e-commerce events on your OpenMage store and sends them to TikTok Pixel:
- ViewContent: Tracks when customers view product pages
- AddToCart: Tracks when customers add products to cart
- InitiateCheckout: Tracks when customers start the checkout process
- Purchase: Tracks completed orders
Optional Advanced Matching feature sends hashed customer email data for improved tracking accuracy.
Installation
Via Composer
composer require empiricompany/openmage-tiktok-tracking
Via Modman
modman clone https://github.com/empiricompany/openmage-tiktok-tracking.git
Manual Installation
Copy the contents of app/ folder to your OpenMage installation's app/ folder:
cp -r app/* /path/to/openmage/app/
Then clear cache:
rm -rf /path/to/openmage/var/cache/*
Configuration
- Go to Admin Panel → System → Configuration → TikTok → Tracking
- Enable the module
- Enter your TikTok Pixel ID (you can find it in TikTok Ads Manager)
- Optionally enable Advanced Matching for better tracking accuracy
- Optionally enable Debug Mode to log tracking data
Testing
Install the TikTok Pixel Helper browser extension to verify events are being tracked correctly.