Skip to content

Quick Start

Four steps from signup to live analytics — no custom tracking code required for page views.

1

Create an app

Sign up free (no card), then create your first app in the dashboard.

2

Generate an API key

In app settings → API Keys. Copy it once — it won’t be shown again.

Looks like: ed_...

3

Install the tracker

Add this script to your site head. The tracker is ~11 KB gzipped (10 KB brotli).

html
<script
  defer
  data-api-key="YOUR_API_KEY"
  src="https://www.eventda.sh/tracker.js"
></script>
4

See data (and try a goal)

Page views start automatically. Optionally tag a CTA:

html
<button data-ed-goal="signup_clicked">Sign Up</button>
  • Page views and visitors
  • Event timeline
  • Device / geo breakdown
  • Goals you define with data-ed-goal