How to track conversions

Superdao Analytics tracks conversion with a simple JS snippet. It can be installed as JS SDK or (soon) npm package.

Event types

Superdao Analytics supports 3 event types:

Install SDK

Put these two JS snippets on every page. Replace TRACKER_ID with the key that you received from our team.

<!-- 
Connect tracking core, insert anywhere inside <head> or <body> both script tags, without separating
-->
<script>(function(i){typeof window<"u"&&!window.sdt&&(window.sdt=["page","track","identify"].reduce((n,d)=>(n[d]=async function(...e){window.sdtQueue||(window.sdtQueue=[]),window.sdtQueue.push({name:d,args:e})},n),{id:i}))
})("TRACKER_ID")</script>
<script async src="<https://static.superdao.co/supertracker-1.1.0.js>" type="text/javascript" />

Track events

Superdao Analytics will receive events and their metadata:

Most of the data is taken from tab/HTML page context using native browser API. Audience and campaign insights dashboards are only available when you pass user wallet addresses explicitly to .track() method.

Page views