Lead Attribution
It's incredibly easy to track a visitor's journey from anonymous viewers to engaged leads on Storylane.
👉 How Lead Attribution Works
👉 How to Install the Storylane JavaScript Code
<script>
(function() {
"use strict";
function e(t) {
var r = t.head;
if (!r) return;
var i = t.querySelector('script[src="https://js.storylane.io/js/v2/storylane.js"]'),
n = t.querySelector('script[src="https://js.storylane.io/js/v1/storylane.js"]');
if (i || n) return;
var s = t.createElement("script");
s.type = "text/javascript", s.async = !0, s.src = "https://js.storylane.io/js/v2/storylane.js",
r.appendChild(s);
}
e(window.document);
})();
</script>👉 Best Practices
Last updated
Was this helpful?