Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

92 total results found

Base Installation

TikTok Ads Tracking

Prerequisites HandL JS library must be loaded on your page You must have a TikTok Pixel ID from your TikTok Ads Manager Step 1: Get Your TikTok Pixel ID Log in to your TikTok Ads Manager Navigate to Assets → Events Create a new Pixel or select an existing o...

Event Sending

TikTok Ads Tracking

Basic Event Sending Use the HandL.sendTikTokEvent() function to send events to TikTok: HandL.sendTikTokEvent(eventName, eventData); Parameters: eventName (string, required): The name of the event eventData (object, optional): Event properties and parameters ...

Advanced Matching

TikTok Ads Tracking

Advanced matching allows TikTok to match events to users more accurately by sending hashed user identifiers. Requirements Enable Advanced Matching: <script> window.handl_advanced_matching = 1; window.handl_tiktok_pixel_id = 'YOUR_PIXEL_ID'; </script>...

Custom Events / Listeners

TikTok Ads Tracking

Listening to TikTok Events HandL fires custom events you can listen to: // Listen for TikTok initialization document.body.addEventListener('UTMSimpleTikTokInitCompleted', function(event) { console.log('TikTok Pixel initialized'); }); // Listen for any Tik...

Getting Started with UTM Simple Shopify Extension

Shopify

UTM Simple is a free Shopify app that automatically captures UTM parameters from your store visitors, tracks conversions, and helps you understand which marketing campaigns are driving sales. Click Here to check our Shopify App What UTM Simple Does Captures ...

Connecting UTM Simple MCP to AI Tools (ChatGPT, Claude, Cursor)

UTM Simple MCP: Connecting Your Data to...

UTM Simple provides an MCP (Model Context Protocol) endpoint that allows AI tools to directly access your attribution data. This enables workflows like querying campaign performance, analyzing lead sources, and building automations on top of your tracking data...