Superdao Analytics tracks conversion with a simple JS snippet. It can be installed as JS SDK or (soon) npm
package.
Superdao Analytics supports 3 event types:
PAGE_VIEW
is used upon page viewWALLET_CONNECT
is used upon Metamask/WalletConnect loginFORM_SUBMIT
is used when a visitor submits a lead formPut 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" />
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.