π Quick Start | SA5 TrackingHow 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.
Copy <!-- 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.
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 .
Copy <!-- Sygnal Attributes 5 | Track -->
< link rel = "stylesheet"
href = "https://cdn.jsdelivr.net/gh/sygnaltech/[email protected] /dist/css/webflow-track.css"
dev-href = "http://127.0.0.1:4000/dist/css/webflow-track.css"
devproxy-group = "sa5"
>
< script defer
src = "https://cdn.jsdelivr.net/gh/sygnaltech/[email protected] /dist/nocode/webflow-track.js"
dev-src = "http://127.0.0.1:4000/dist/nocode/webflow-track.js"
devproxy-group = "sa5"
></ script >
Last updated 4 months ago