πŸš€Quick Start | SA5 Analytics

How to Easily Add SA5's Analytics to Your Webflow Site

How to Add the Library

Add this script to the site wide custom code HEAD area of your site.

<!-- Sygnal Attributes 5 | Analytics --> 
<script>
// Routing rules
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.6.0/dist/css/webflow-analytics.css"> 
<script src="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.6.0/dist/nocode/webflow-analytics.js"></script>

Add the custom attributes for the features you need, described in each feature separately.

SA5 Library Developers

For SA5 library developers, use the extended syntax to support Sygnal DevProxy.

<!-- Sygnal Attributes 5 | Analytics --> 
<link rel="stylesheet" 
  href="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.6.0/dist/css/webflow-analytics.css"
  dev-href="http://127.0.0.1:4000/dist/css/webflow-analytics.css"
  devproxy-group="sa5"
  > 
<script defer 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.6.0/dist/nocode/webflow-analytics.js" 
  dev-src="http://127.0.0.1:4000/dist/nocode/webflow-analytics.js"
  devproxy-group="sa5"
  ></script>

Last updated

Was this helpful?