Glossary
Shopify Pixel
In the Shopify ecosystem, 'pixel' usually refers to tracking code that captures customer behavior and sends it to a destination such as Meta, TikTok, Google, or an analytics tool. Historically these were tiny 1x1 image beacons or JavaScript snippets pasted directly into the theme; today Shopify manages most of them through its Web Pixels API and the Customer Events settings.
Web Pixels run inside a sandbox that subscribes to standardized events: page_viewed, product_added_to_cart, checkout_completed, and more. Rather than having free access to the page. Merchants add 'custom pixels' in Settings, while apps install 'app pixels' automatically. This model gives Shopify more control over privacy, consent, and what data is allowed to leave the store.
Alongside Shopify's native pixels, most stores also run third-party advertising pixels like the Meta pixel or TikTok pixel to power ad targeting and conversion tracking. Many stores now pair these client-side pixels with server-side tracking, such as a Conversions API, to stay accurate despite browser and cookie restrictions.