Skip to content
FizzKit

Ad Tag Tester

Paste an HTML or JavaScript ad tag, an iframe tag, or a bare creative URL, pick an IAB slot size and render it inside a sandboxed iframe. The tester expands ad-server macros (%%CACHEBUSTER%%, [TIMESTAMP], %%CLICK_URL_ESC%%, ${AUCTION_PRICE}…), then records every pixel, script and iframe the creative loads (URL, initiator, size, timing, grouped by domain with an http warning), captures click-through URLs without navigating, mirrors console output and errors, reports the load event and the rendered size, and keeps the last 10 tags in your browser. VAST markup is detected and handed to the VAST Inspector or IMA player instead.

Runs locally in your browser
Render an ad tag in a sandboxed frame and watch every request, click and console line it produces
Ad tag (HTML / JavaScript)
0 chars · 1 line
300 × 250
Nothing rendered yet.
No network requests captured yet. Render a tag to see every pixel, script and iframe it loads.
Requests
0
Bytes
Domains
0
Load
Errors
0
Clicks
0

How to use Ad Tag Tester

  1. 1Paste an HTML/JS ad tag, an <iframe> tag or a creative URL, or load one of the samples.
  2. 2Pick a slot size (IAB presets, responsive fill or custom w×h) and optionally set a click URL and ${AUCTION_PRICE}.
  3. 3Press Render (⌘/Ctrl+Enter). Use Reload to run the tag again with a fresh cachebuster.
  4. 4Read the Network, Console, Clicks, Timing and DOM tabs, then export the request list as CSV.

About Ad Tag Tester

Paste an HTML or JavaScript ad tag, an iframe tag, or a bare creative URL, pick an IAB slot size and render it inside a sandboxed iframe. The tester expands ad-server macros (%%CACHEBUSTER%%, [TIMESTAMP], %%CLICK_URL_ESC%%, ${AUCTION_PRICE}…), then records every pixel, script and iframe the creative loads (URL, initiator, size, timing, grouped by domain with an http warning), captures click-through URLs without navigating, mirrors console output and errors, reports the load event and the rendered size, and keeps the last 10 tags in your browser. VAST markup is detected and handed to the VAST Inspector or IMA player instead.

Ad Tag Tester is part of FizzKit — a collection of focused developer and ad-tech tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.

Frequently asked questions

The creative runs in an iframe with sandbox="allow-scripts allow-popups" and an opaque origin: no cookies, no localStorage, no window.top access and no referrer. Tags that require cookie sync, read the top window or check the referrer behave as they do on a strict publisher page and may refuse to render. The Console tab usually shows the reason.