Home / Guides

Test Events for TikTok, Snap, UET and five more

Everyone knows about DebugView and Tag Assistant. Every other platform has the same thing, switched on by a cookie almost nobody documents — here is the full list.

Google gets all the attention here: DebugView and Tag Assistant are documented, linked from the interface and known by everybody. The other platforms have equivalents that are just as useful, and most of them are switched on by setting a cookie or a localStorage key that is barely documented anywhere. Here is the whole set, with what each one actually changes.

The list

Why bother when you can already see the request

Reading the outgoing request tells you what the browser sent. A platform's own test mode tells you what the platform received and accepted, which is a different claim and occasionally a very different answer. A hit can leave correctly and still be rejected for a malformed payload, an inactive pixel ID, or a value the platform will not take. Test Events is where you find that out.

The two views together are the complete picture: the request proves it was sent, the platform's console proves it landed.

The silent-rejection problem

Two of these validate their input and say nothing when it is wrong. UET wants a 13-digit millisecond timestamp or a UUID v4 in _uetdbg; write anything else and bat.js drops it without a warning, so debug mode looks enabled and simply does not work. Snap rejects a malformed UUID in _scTestEvent the same way, and its one-hour expiry means a value that worked this morning is dead by lunch.

This is the failure that costs an afternoon: the debug mode appears to be on, the events are not showing up, and you go looking for the bug in your tags.

The Platform Debug Modes section of the Tag Master panel, listing TikTok Test Events with a field for the test code, Tealium debug console and Microsoft UET debug as toggles.
Eight platform debug modes as switches. The ones that need a code from the platform get a field for it, and the value is written in the format that platform validates.

Tag Master sets all eight for the site in the active tab, in the format each one requires — the UET timestamp and the Snap uuid|timestamp envelope included — so a debug mode is either on or visibly off, never quietly ignored.

What a test event does not prove

Seeing your event in Test Events means the platform received something. It does not mean the payload is right. Value, currency, content IDs and deduplication keys are separate questions, and an event that arrives with the wrong revenue is worse than one that does not arrive at all — the first one silently corrupts your reporting, the second at least looks broken.

Check receipt in the platform's console; check content in the request.

Cleaning up afterwards

These are ordinary cookies and localStorage keys, and they persist. Leaving _ym_debug on a client's site means their Metrica panel greets the next person who opens that browser, and leaving utagdb on fills a console you are not watching. Turn them off when the check is finished. If you set them by hand, remember that a cookie set for the wrong domain scope will keep coming back on subdomains you have forgotten about.

Related guides

Try it on your own site

Tag Master is free, needs no account, and collects no data.

Add to Chrome — Free