Quick Start
Four steps from signup to live analytics — no custom tracking code required for page views.
Free plan
Includes 10,000 events/month and 1 app. Custom events, error tracking, and performance details need Standard or Pro — see Plans & limits.
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