TikTok Pixel Test Sandbox

Pure browser-side TikTok Pixel test — no GTM, no sGTM, no other vendors. Useful for: (1) verifying TikTok Pixel works against refresh-bug scenarios, (2) studying TikTok's ttq.track() API design as reference for our own ADX template.

Pixel status: Checking…


E-commerce Funnel (TikTok Standard Events)

Test product: SKU-T001 · "Anemo T-shirt" · $29.99 USD

Click in order to simulate a real shopping journey:

Each click calls ttq.track(EVENT_NAME, payload) with TikTok's standard event taxonomy and a Meta/GA4-style ecommerce payload (content_id, value, currency, contents). Check Network for requests to analytics.tiktok.com and TikTok Events Manager → Test Event for real-time arrivals.


Refresh Bug Verification

Expected behavior: TikTok Pixel survives page refresh (browser-direct fetch, no GTM/GA4 transport involvement). Compare with meta-pixel.html where the GA4-routed path drops events on refresh.