# Pixel Setup

**It only takes a few minutes to get started with Qube Analytics.**

## Setup Pixel <a href="#installing" id="installing"></a>

**Copy this JS Code to your website \<head/> or before \<body/>section**\
**Please replace the&#x20;**<mark style="background-color:orange;">**WebsiteId**</mark>**&#x20;and&#x20;**<mark style="background-color:orange;">**ClientId**</mark>**&#x20;from the Dashboard**<br>

<pre class="language-javascript"><code class="lang-javascript">&#x3C;script>
(function (s, t, a, c, k) {
<strong>    t.src = t.src;
</strong>    var d = document.createElement('script');
    for (var attr in t) {
        d.setAttribute(attr, t[attr] ? t[attr] : null)
    }
    d.innerHTML = a;
    d.onload = function () {
        new StackAnalytix("" + c, "" + k).Start()
    }
    document.body.appendChild(d);

})(32, { src: 'https://api.stkeg-cdn.com/v1/tracking/pixel', type: 'text/javascript', async: null }, '', @Model.WbsiteId, @Model.ClientId);
    &#x3C;/script>
</code></pre>

## **Verify your Installation**

**Now go to your Dashboard** [**here**](https://app.stackanalytix.com/)

Find your website click verify by click on Status icon\
press verify button.

![](/files/vd70Xr1oeMUxCxWt3qql)

## More Apps & Integration

<table data-column-title-hidden data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Integrate WordPress to Qube Analytics</strong></td><td></td><td></td><td><a href="/files/QwueCqz3j46crg24hbEH">/files/QwueCqz3j46crg24hbEH</a></td><td><a href="/pages/BbS4DSqO1KY4ajPaiSi6">/pages/BbS4DSqO1KY4ajPaiSi6</a></td></tr><tr><td><strong>Integrate Shopify Store to Qube Analytics</strong></td><td></td><td></td><td><a href="/files/QcDPuDkIyfXKkSQE6XDR">/files/QcDPuDkIyfXKkSQE6XDR</a></td><td><a href="/pages/J80hlfDkfiEqa8HHD4ef">/pages/J80hlfDkfiEqa8HHD4ef</a></td></tr><tr><td><strong>Integrate Expandcart  Store to Qube Analytics</strong></td><td></td><td></td><td><a href="/files/KizJQKDe4RKj69hRBpiL">/files/KizJQKDe4RKj69hRBpiL</a></td><td><a href="/pages/hzhUVKaQwZTw3kKuQX8l">/pages/hzhUVKaQwZTw3kKuQX8l</a></td></tr><tr><td><strong>Integrate Magento Store to Qube Analytics</strong></td><td></td><td></td><td><a href="/files/gA5G4QhBIawbhQa5CKpS">/files/gA5G4QhBIawbhQa5CKpS</a></td><td><a href="/pages/H1ifwVipSrrA9sF9Cmdt">/pages/H1ifwVipSrrA9sF9Cmdt</a></td></tr><tr><td><strong>Integrate WIX website to Qube Analytics</strong></td><td></td><td></td><td><a href="/files/sFFBvCpNmUTpKJMbEi5c">/files/sFFBvCpNmUTpKJMbEi5c</a></td><td><a href="/pages/uDLiqaxNPEqxj7Rq5ARp">/pages/uDLiqaxNPEqxj7Rq5ARp</a></td></tr><tr><td><strong>Use our GTM Template to Integrate with Us</strong></td><td></td><td></td><td><a href="/files/XZBZAVqGjJ3B7ngpw1ss">/files/XZBZAVqGjJ3B7ngpw1ss</a></td><td><a href="/pages/TNjji8vMGaffdBfM3I4U">/pages/TNjji8vMGaffdBfM3I4U</a></td></tr></tbody></table>


---

# 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.analytics.qubefyn.com/get-started/pixel-setup.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.
