Tracking Code


Copy

You need to add the function below in your
conversion event: `___gnr_conversion()` to track Conversions

<script>
(function (win, scrpt, doc, url) {
var s = doc.createElement(scrpt);
s.async = true;
s.src = url;
var x = doc.getElementsByTagName(scrpt)[0];
x.parentNode.insertBefore(s, x);
})(window, "script", document, "");
</script>

scirpt.js

function scriptCopy() {      /* Get the text field */      var copyText = document.getElementById("tracking-code");        /* Select the text field */      copyText.select();      copyText.setSelectionRange(0, 99999); /* For mobile devices */        /* Copy the text inside the text field */      navigator.clipboard.writeText(copyText.value);        /* Show the copied text */      $(".btn-copy").html( "Text copied" )  }

This free site is ad-supported. Learn more