> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videowise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Attribute orders from shoppable videos and live shopping across ecommerce platforms.

The order tracking pixel tells Videowise when a shopper checks out. Shoppable videos send `uid` from `reeview_uid` — see [Shoppable videos order tracking](/shoppable-videos/order-tracking). Live shopping sends `lsId` from `reeview_lsid` — see [Live shopping order tracking](/live-shopping/order-tracking).

Install the pixel once per storefront. That one install covers widgets and live shows.

Install the pixel for your platform:

<CardGroup cols={2}>
  <Card title="Shopify" icon="shopify" href="/pixel/shopify">
    Custom pixel in **Settings → Customer events**.
  </Card>

  <Card title="Magento" icon="magento" href="/pixel/magento">
    Included on the default thank-you page; optional extra placements.
  </Card>

  <Card title="Salesforce Commerce Cloud" icon="cloud" href="/pixel/sfcc">
    Included on the default order confirmation page; optional extra placements.
  </Card>

  <Card title="Other / GTM" icon="code" href="/pixel/custom">
    Custom snippet or Google Tag Manager.
  </Card>
</CardGroup>

On React Native, call [`trackingPixel`](/sdk/tracking-pixel) after checkout instead of installing a web pixel. Live-show orders from the app are attributed to **MOBILE APP**, not ON SITE.

## Related

* [Cookies](/cookies)
* [Shoppable videos order tracking](/shoppable-videos/order-tracking)
* [Live shopping order tracking](/live-shopping/order-tracking)
* [Custom platforms](/shoppable-videos/custom-platforms)
