How do I send data to 6Sense?
Sending Data to 6Sense
Implementation Steps
<script>
var script = document.createElement('script');
script.setAttribute('src', "6Sense WebTag Goes Here");
script.setAttribute('id', "6senseWebTag");
document.head.appendChild(script);
</script>

Last updated
Was this helpful?