πQuick Start | SA5 Analytics
How to Easily Add SA5's Analytics to Your Webflow Site
How to Add the Library
<!-- Sygnal Attributes 5 | Analytics -->
<script>
// Routing rules
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-analytics.css">
<script src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-analytics.js"></script>SA5 Library Developers
<!-- Sygnal Attributes 5 | Analytics -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-analytics.css"
dev-href="http://127.0.0.1:4000/dist/css/webflow-analytics.css"
group="SA5 Analytics"
>
<script defer
src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-analytics.js"
dev-src="http://127.0.0.1:4000/dist/nocode/webflow-analytics.js"
group="SA5 Analytics"
></script>Last updated