# How do I send data to 6Sense?

## **Sending Data to 6Sense**

To send data to 6Sense, follow the steps below.

#### **Implementation Steps**

1. Navigate to **Demo Settings**.
2. Click on **Custom Code**.
3. Select the **Web Frame** section.
4. 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>
```

<figure><img src="https://2431356420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN8hWd9k2Pbb6YSWO4pUQ%2Fuploads%2FgCoh59b2AlzUzEmGJKc4%2Fimage.png?alt=media&#x26;token=3ebad2e9-e65e-4f72-9c69-636682313cd5" alt=""><figcaption><p>Example in an HTML Demo</p></figcaption></figure>

<figure><img src="https://2431356420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN8hWd9k2Pbb6YSWO4pUQ%2Fuploads%2F4eN2WFHuhojDnuibvgKm%2Fimage.png?alt=media&#x26;token=03861b94-de9b-4126-aa30-ac4f8bd6b06b" alt=""><figcaption><p>Example in a Screenshot demo (already web frame by default)</p></figcaption></figure>

{% hint style="warning" %}
Important Notes!
{% endhint %}

* 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 ***<support@storylane.io>***

Happy analyzing! 📊✨
