> For the complete documentation index, see [llms.txt](https://docs.twoowls.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twoowls.io/getting-started/important-checklists/app-checklist/choose-the-right-pixel.md).

# Choose the right pixel

{% hint style="warning" %}
**Avoid accidental mess:** for data accuracy's sake, carefully ensure that you **don't put the same pixel ID** in Two Owls and some other pixel installation methods!
{% endhint %}

<mark style="background-color:green;">This is because the</mark> Two Owls <mark style="background-color:green;">app’s code already does the necessary thing to capture & send events upon an event instance, and other apps would probably do the same thing to your pixel.</mark>

<details>

<summary>Common places our users forgot to remove the pixel from <span data-gb-custom-inline data-tag="emoji" data-code="1f440">👀</span></summary>

* Facebook Sales Channel
* Native Shopify integration in Settings -> Preference
* Google Tag Manager
* Pixels were previously hardcoded to the theme

</details>

### How to disconnect a pixel from the original Facebook Sales Channel?&#x20;

<figure><img src="/files/MW2S7my50dV6xp5bBw2t" alt=""><figcaption><p>Go to Data Sharing</p></figcaption></figure>

<figure><img src="/files/is9ZLiiyUZC1EH8QcgJG" alt=""><figcaption><p>Disconnect</p></figcaption></figure>

### How to remove a pixel from Shopify Preference?

<figure><img src="/files/axCJBHmRst5ZnjxtTK5k" alt=""><figcaption></figcaption></figure>

Basically, a pixel connected to the Facebook app will also show up in the Shopify Preference -> Facebook Pixel box. Just follow the above guidance to disconnect it.

{% hint style="success" %}
👀 **Not so sure?** If you still see **over-reporting or unwanted events in your Events Manager**, chances are you are still double firing the pixel somewhere. No worries, codes are leftover sometimes. Just contact us for support!
{% endhint %}

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

:sparkles:***Recommended App***

Omega Quantity Breaks Discount creates quantity discounts, bulk pricing and min/max purchase quantities in a few clicks. Easily customize how discounts are shown to match your store look and feel.

<div align="center"><figure><img src="/files/ik9WjHy2palh9eccsW6u" alt="uppromote-affiliate-marketing"><figcaption><p><a href="https://apps.shopify.com/quantity-price-breaks-limit-purchase?utm_campaign=crs&#x26;utm_source=fbpixel&#x26;utm_medium=docs">Try the app for Free!</a></p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.twoowls.io/getting-started/important-checklists/app-checklist/choose-the-right-pixel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
