Quick Start
Get EventDash up and running in 4 simple steps
1
Create an App
Sign up and create your first app to get started
2
Generate an API Key
Create an API key for authentication
In your app settings, navigate to the API Keys section and generate a new API key. Make sure to copy it immediately as it won't be shown again.
Your API key will look like: ed_...
3
Install the Tracker
Add the EventDash script to your website
Add the following script tag to your HTML, typically in the <head> section:
<script
defer
data-api-key="YOUR_API_KEY"
src="https://www.eventda.sh/tracker.js"
></script>Replace YOUR_API_KEY with your actual API key. For framework-specific integration guides, see installation guides.
4
View Analytics
Start tracking events and view your analytics dashboard
Once installed, the tracker will automatically start collecting events. Visit your app's analytics page to see real-time data including:
- Page views and unique visitors
- Event timeline and distribution
- Performance metrics
- Geographic breakdown
- Device and browser analytics
Next Steps
Now that you're set up, explore these resources: