Ad Slot Demo
This page demonstrates how ad slots work in programmatic advertising. Ad creatives are stored in a JSON file and dynamically rendered on the page.
How It Works (3 Steps)
- Page loads → JavaScript starts running
- Fetch JSON data → Download ad creative definitions from the file below
- Render ads → Display HTML creatives in each slot with pricing info
📂 Public Data Source (Click to View Raw JSON):
https://adtechsanto.fun/data/ad-creatives.json
→ Open in new tab to inspect the raw data
https://adtechsanto.fun/data/ad-creatives.json
→ Open in new tab to inspect the raw data
What's in the JSON?
Each ad creative object contains:
id— Unique creative identifiername— Display name for the advertiserformat— Ad type (leaderboard, rectangle, skyscraper, mobile)size— Dimensions [width, height] in pixelscreative.content— HTML markup to renderclickUrl— Where users go when they clicktrackerUrl— Analytics tracking pixelcpm— Cost per thousand impressions ($)
Ad Slots
Loading ad creatives...