Share & Embed Analytics
Share read-only rollup stats publicly or embed key metrics on your site.
Public share links
From any app dashboard, open Share to create a link like
/share/your-token. Viewers see visitors, page views, timeline charts, and optional goal/page tables, attribution, and sanitized events — never visitor IDs, IPs, cities, or click element text.Pick which metrics appear on the link and revoke access anytime from app settings.
Free plans include core metrics with EventDash branding. Paid plans can expose more metrics, including attribution (campaign sources & referrer hostnames) and a sanitized events feed (type, name, path).
Iframe embed
Embed a compact dashboard on your marketing site
html
<iframe
src="https://www.eventda.sh/embed/YOUR_SHARE_TOKEN?range=30d"
width="100%"
height="420"
style="border:0;border-radius:12px"
loading="lazy"
title="Analytics"
></iframe>Stat tags
Show live numbers inline with
data-ed-stathtml
<script defer src="https://www.eventda.sh/stats.js"></script>
<span data-ed-stat="visitors" data-ed-share="YOUR_SHARE_TOKEN" data-ed-range="30d">—</span>
<span data-ed-stat="pageviews" data-ed-share="YOUR_SHARE_TOKEN">—</span>
<span data-ed-stat="conversion_rate" data-ed-share="YOUR_SHARE_TOKEN">—</span>Supported stats: visitors, pageviews, clicks, goals, conversion_rate, bounce_rate.
CTA tracking
Measure sign-in and button clicks in the dashboard
Mark important CTAs with data-ed-goal="signup_clicked" so they appear in the Top CTAs panel and support one-click filters.
Generic clicks are tracked automatically, but named goals are easier to filter and compare. See Goal tracking.