Pixel Auditor/Help/Snapshot & Diff

Snapshot & Diff

Capture state, browse, see exactly what's changed.

Snapshot & Diff captures the current panel state so you can compare it to what happens next. The classic use case: snapshot on the product page, add to cart, see exactly which tags fired in response.

Taking a snapshot

  1. Get to a known-good state (e.g. just-loaded page, post-consent, idle stream).
  2. Click Snapshot in the panel header.
  3. The snapshot banner appears at the top of the panel.

The diff banner

Once a snapshot exists, every new fire is compared against the snapshot. New rows get a green NEW badge inline. The banner shows running counts:

SNAPSHOT @ 14:02:31 + 4 new tags · + 12 new events · 0 violations

What's compared

ComparedDiff shows
Tag inventoryNewly detected platforms, removed (none usually)
Event streamEvery event captured since the snapshot, NEW-badged
CookiesCookies set since the snapshot
Audit gradeDelta in score
Pre-consent violationsNew violations since snap

Common workflows

Verify an interaction triggers the right tag

  1. Snap on the product page.
  2. Click "Add to cart".
  3. Diff banner: + add_to_cart · + Meta CustomEvent.

Catch an unexpected fire

  1. Snap when the page is idle.
  2. Wait 30 seconds without doing anything.
  3. If the diff shows new fires, you have a tag firing on its own (timer, polling, etc.).

QA a fix

  1. Snap on the broken state — capture all the violations.
  2. Apply your fix and reload.
  3. Re-audit. Compare against the snapshot to confirm the violations are gone.

Clearing a snapshot

Click the × on the snapshot banner. The diff exits and NEW badges disappear.

tip For comparison across sessions (e.g. compare today vs. last week, or pre-launch vs. post-launch), use Saved Runs — it persists across browser restarts. Snapshots are session-only.