Last updated: June 2026
If you're running Microsoft Advertising (Bing Ads) campaigns and want to track conversions on your Shopify store, you need the UET (Universal Event Tracking) tag installed. This guide covers the easiest way to do it — no Liquid edits, no GTM, no developer needed.
The UET tag is a JavaScript snippet from Microsoft Advertising that tracks what visitors do on your site after clicking your Bing ad. It records:
Without it, you're flying blind on your Bing Ads ROAS.
Traditionally, installing a UET tag on Shopify meant:
theme.liquid fileThree problems: theme-dependent (breaks on updates), fragile (fails on Shrine/Dawn), no checkout tracking (Liquid can't run in checkout).
Shopify introduced the Web Pixels API in 2025. It's a sandboxed environment that:
The catch: you need an app that implements the Web Pixels API for Bing UET.
Done. The pixel is now live on your storefront.
bat.bing.com| Shopify Event | UET Event | When |
|---|---|---|
| page_viewed | pageLoad | Every page visit |
| product_viewed | viewContent | Product detail page |
| product_added_to_cart | addToCart | Customer adds item to cart |
| checkout_started | beginCheckout | Customer starts checkout |
| checkout_completed | purchase | Order completed, with revenue |
GTM works, but it adds unnecessary complexity for a single pixel. You need to set up a GTM container, configure triggers, and maintain data layer variables. If you're only running Bing Ads, a purpose-built app is simpler.
| Method | Setup Time | Monthly Cost | Theme-Safe |
|---|---|---|---|
| Dedicated App (Web Pixels) | 2 minutes | $4.99/mo | Yes |
| Manual Liquid edit | 1-4 hours | $0 | No |
| Google Tag Manager | 2-4 hours | $0 | Sometimes |
Ready to set up Bing UET tracking?
Install the app in 2 minutes. Works on every Shopify theme.
Install from Shopify App Store