How do I send data to 6Sense?
Sending Data to 6Sense
To send data to 6Sense, follow the steps below.
Implementation Steps
Navigate to Demo Settings.
Click on Custom Code.
Select the Web Frame section.
Paste the following script inside the
<script>
tags:
<script>
var script = document.createElement('script');
script.setAttribute('src', "6Sense WebTag Goes Here");
script.setAttribute('id', "6senseWebTag");
document.head.appendChild(script);
</script>


Important Notes!
Ensure that you replace "6Sense WebTag Goes Here" with the actual WebTag URL provided by 6Sense.
This script dynamically adds the 6Sense tracking tag to the demo, enabling data collection for analytics.
If you need to apply this tracking globally across multiple demos, please reach out to support at [email protected]
Happy analyzing! πβ¨
Last updated