Tracking Widget

Privacy-first website analytics with powerful dashboards. Understand your visitors without compromising their trust.

What you get

Pageview & Session Tracking

Track every visit, session duration, bounce rate, and return visitors with precision.

Country & Browser Stats

See where your visitors come from and which devices and browsers they use.

Referrer Analysis

Discover which sources drive traffic — search engines, social media, or direct visits.

Custom Events

Track button clicks, form submissions, or any custom interaction with a simple API.

Navigation Paths

Visualize how visitors navigate through your website with path flow analysis.

Real-Time Visitors

See how many people are on your website right now with the live visitor counter.

Screenshot coming soon

Screenshot coming soon

Demo video coming soon

Privacy & Data Protection

We believe privacy is a fundamental right — not an afterthought. The Tracking Widget is designed from the ground up to respect your visitors while still giving you the insights you need.

  • IP addresses anonymized — the last octet is removed before any storage
  • Daily aggregation — raw events are anonymized nightly and deleted within 30 days
  • Hosted in Germany — full GDPR compliance under EU law, the world's highest data protection standard
  • No third-party sharing — your data stays yours, always
Read full Privacy & Data Policy

Embed in 30 seconds

  1. 1
    1. Register and create a widget instance

    Create an account at app.website-kit.com and add a new Tracking Widget instance.

  2. 2
    2. Add your domain

    Add and verify your domain to get your unique widget key.

  3. 3
    3. Copy the embed code
HTML
<!-- Website-Kit Tracking Widget -->
<script
  src="https://wsk.website-kit.com/t/YOUR_WIDGET_KEY.js"
  async
></script>
Custom Events (optional)
// Track a custom event
window.wsk?.track('button_click', {
  label: 'Hero CTA',
  page: '/landing'
});

The script is loaded asynchronously and does not affect your page load time.