adPluga

Playground

Render a test ad in your browser

Drop a publishable test key, pick a slot, and call /v1/serve directly from this page. The creative renders in a sandboxed iframe and the full JSON response is shown next to it.

Run a serve request

Test keys never spend budget. The call is sent straight from your browser to the adPluga edge — nothing is proxied through our docs server.

Advanced — API base URL

https://api.adpluga.com/v1

Use pk_test_… keys only. Live keys are billed on every render.

Preview

Submit the form to render an ad.

Response

Live test console

Signed in? Stream events for any slot you own and trigger synthetic impressions without leaving this page. Everything is scoped to your tenant and runs in test mode — no spend, no real traffic.

Checking session…

What the playground does

Every render follows the same path the real tag uses in production:

  1. GET /v1/serve with header X-AdPluga-Key returns an ad envelope (creative + signed tracking URLs + source).
  2. The ad HTML or image is mounted inside a sandboxed iframe and the impression pixel fires once it loads.
  3. The response panel exposes the raw JSON so you can wire your own client against it.

Verify in the dashboard

Once logged in, every serve and tracking event lands in the integration console with mode=test. From there you can replay events, filter by slot and trigger synthetic events.

Open the integration console