# 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:

```javascript
<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.<br>

If you need to apply this tracking globally across multiple demos, please reach out to support at ***<support@storylane.io>***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.storylane.io/integrations/integrations/6sense.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
