πŸš€ Quick Start | SA5 Tracking

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

How to Add the Library

Add this script to the site wide custom code HEAD area of your site. If this functionality is only needed on specific pages, you can add it to those page-specific HEADs instead.

<!-- Sygnal Attributes 5 | Track --> 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-track.css"> 
<script src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/webflow-track.js"></script>

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

Last updated