A Tiny Site to Exercise Your Trackers

Clicks, forms, tabs, modals, search & page views — everything you need to validate CC instrumentation.

Card Click

Track card interactions and outbound links.

Visit Example.com

Form Submit

Use the modal form in the footer to capture events.

Search Widget

CC can mount a CMD+K search here.


This section is visible by default. Switching tabs is a good event to track.

How This Playground Works

The embed script initializes a visitor and session, then observes interactions such as navigation, clicks, form submissions, scroll depth, and search usage. Events are buffered and sent in small, unload-safe batches.

What You Can Try

  • Open the command palette with ⌘/Ctrl + K and run a search.
  • Click the Get Started CTA to validate metadata on button events.
  • Submit the signup form in the modal to test form success/error signals.
  • Scroll this page and confirm scroll events hit expected depth bands.

FAQ

Does it respect privacy settings?

Yes. Do Not Track is honored, and you can enable a consent gate via a data attribute.

Can I use it in a SPA?

Yes. The script hooks history changes and emits pageview on route transitions.