empiricompany/openmage-tiktok-tracking

OpenMage module for TikTok Pixel integration with automatic e-commerce event tracking and advanced matching.

Maintainers

Package info

github.com/empiricompany/openmage-tiktok-tracking

Type:magento-module

pkg:composer/empiricompany/openmage-tiktok-tracking

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2026-03-15 18:28 UTC

README

Latest Version on Packagist Total Downloads

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

  1. Go to Admin Panel → System → Configuration → TikTok → Tracking
  2. Enable the module
  3. Enter your TikTok Pixel ID (you can find it in TikTok Ads Manager)
  4. Optionally enable Advanced Matching for better tracking accuracy
  5. Optionally enable Debug Mode to log tracking data

Testing

Install the TikTok Pixel Helper browser extension to verify events are being tracked correctly.