← Blog

How to Install Bing UET Tag on Shopify — No-Code Guide (2026)

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.

What is the Bing UET Tag?

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.

The Problem with Manual Installation

Traditionally, installing a UET tag on Shopify meant:

  1. Copying the UET JavaScript snippet from Microsoft Ads
  2. Pasting it into your theme's theme.liquid file
  3. Hoping it doesn't break on theme updates
  4. Manually configuring event tracking for add-to-cart, checkout, and purchase

Three problems: theme-dependent (breaks on updates), fragile (fails on Shrine/Dawn), no checkout tracking (Liquid can't run in checkout).

The Modern Solution: Web Pixels API

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.

Step-by-Step: Install Bing UET Tag in 2 Minutes

Step 1: Get Your UET Tag ID

  1. Go to Microsoft Advertising
  2. Navigate to Tools > UET Tag
  3. Copy your UET Tag ID (a 7-8 digit number)

Step 2: Install the App

  1. Go to the Shopify App Store
  2. Click Install
  3. Paste your UET Tag ID in the single input field
  4. Click Save

Done. The pixel is now live on your storefront.

Step 3: Verify It's Working

  1. Open your store in a browser
  2. Open Developer Tools (F12) > Network tab
  3. Filter for bat.bing.com
  4. Verify network requests appear on every page view

What Events Are Tracked Automatically?

Shopify EventUET EventWhen
page_viewedpageLoadEvery page visit
product_viewedviewContentProduct detail page
product_added_to_cartaddToCartCustomer adds item to cart
checkout_startedbeginCheckoutCustomer starts checkout
checkout_completedpurchaseOrder completed, with revenue

Why Not Use Google Tag Manager?

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.

Cost Comparison

MethodSetup TimeMonthly CostTheme-Safe
Dedicated App (Web Pixels)2 minutes$4.99/moYes
Manual Liquid edit1-4 hours$0No
Google Tag Manager2-4 hours$0Sometimes

Ready to set up Bing UET tracking?

Install the app in 2 minutes. Works on every Shopify theme.

Install from Shopify App Store