Bing UET Tag

Track Conversions and Audience Behavior with Microsoft Bing UET Tag

Price: €49.00
Tax included

Integrate Microsoft Bing Universal Event Tracking (UET) into your PrestaShop store to unlock the full power of Microsoft Advertising. This module places the UET tag across every page of your shop and fires accurate conversion events when customers complete a purchase — including order value, currency, and transaction ID — so your Microsoft Ads campaigns report real revenue data, not estimates.

Bing UET is the foundation of all conversion tracking, remarketing audiences, and automated bidding strategies within the Microsoft Advertising platform. Without it, your campaigns are flying blind.

  • Automatic conversion tracking — fires revenue events on order confirmation with dynamic order values
  • Remarketing audiences — build segments of visitors, cart abandoners, and past buyers directly in Microsoft Ads
  • One tag ID setup — paste your UET Tag ID once and the module handles everything
  • Async loading — UET script loads without blocking page rendering
  • PrestaShop 1.7 – 9.x compatible — works across all modern PrestaShop versions
  • GDPR-ready — respects cookie consent; tag fires only when consent is granted
Product availability: Instant download after purchase
Share
2 viewed
1 watching now

What Is Bing UET and Why Does Your Store Need It?

The Bing Universal Event Tracking (UET) tag is Microsoft's equivalent of the Meta Pixel or Google's gtag — it's the single JavaScript snippet that powers all conversion tracking, audience building, and automated bidding within the Microsoft Advertising platform (formerly Bing Ads). Microsoft's search network handles over 12 billion monthly searches globally and powers results on Bing, Yahoo, DuckDuckGo, and AOL, giving you access to a high-intent audience that many competitors ignore entirely.

Without UET installed correctly on your PrestaShop store, Microsoft Advertising cannot attribute any conversions to your campaigns. That means no ROAS reporting, no automated bid strategies (Target CPA, Maximize Conversions, Target ROAS), and no ability to build remarketing audiences from your website traffic. This module solves all of that with a single configuration field.

What the Module Tracks

Once installed, the Bing UET Tag module places the UET base code on every page of your store. On the order confirmation page, it fires a conversion event that includes:

  • Revenue value — the actual order total (excluding or including tax, based on your preference)
  • Currency code — dynamically pulled from the order so multi-currency stores report correctly
  • Transaction ID — the PrestaShop order reference, enabling deduplication if the confirmation page is reloaded

The UET tag also automatically captures page view data across your entire site, which feeds into Microsoft's audience intelligence. This means you can create remarketing lists such as "visited product page but didn't buy" or "added to cart in the last 7 days" directly within your Microsoft Advertising account — no additional configuration needed in PrestaShop.

How It Improves Your Advertising ROI

The real value of UET goes beyond basic conversion counting. When Microsoft Advertising receives accurate revenue data from your store, it can:

  • Optimize bids automatically — Target ROAS and Maximize Conversions strategies use your real conversion data to allocate budget toward the keywords, audiences, and placements that actually generate revenue.
  • Attribute conversions across devices — UET supports cross-device tracking, so if a customer clicks your ad on mobile but purchases on desktop, the conversion is still attributed to the original click.
  • Power Dynamic Search Ads — UET data helps Microsoft understand your product catalog and match search queries to relevant landing pages automatically.
  • Feed audience insights — the In-Market Audiences and LinkedIn Profile Targeting features within Microsoft Ads rely on UET data to identify high-value segments visiting your store.

Stores running Microsoft Advertising without UET are wasting budget — there's no way to know which keywords, ad groups, or campaigns are profitable. This module closes that gap in under two minutes.

Technical Implementation

The module uses Microsoft's recommended asynchronous loading pattern, meaning the UET JavaScript loads in parallel with your page content and never blocks rendering. This is critical for ecommerce stores where page speed directly impacts conversion rates.

  • Script placement — UET base code is injected in the <head> section using PrestaShop's hook system, following Microsoft's best practices for early initialization.
  • Conversion event — fires on the order confirmation page via window.uetq.push with the standard revenue_value, currency, and transaction_id parameters.
  • No jQuery dependency — pure vanilla JavaScript, compatible with any theme.
  • Cache-friendly — the module's output is compatible with PrestaShop's CCC (Combine, Compress, Cache) system and works correctly with full-page caching solutions.

GDPR & Consent Considerations

The Bing UET tag sets cookies for tracking purposes. Under GDPR and ePrivacy regulations, you must obtain user consent before firing the tag. This module is designed to work with cookie consent modules — when configured, the UET tag will only initialize after the visitor has granted consent for marketing/analytics cookies. If you're using a PrestaShop cookie consent module, the integration is straightforward: the tag respects the standard consent signals.

Setup in 60 Seconds

  1. Install the module through your PrestaShop back office.
  2. Go to your Microsoft Advertising account → Conversion Tracking → UET Tags and copy your Tag ID (a numeric value like 12345678).
  3. Paste the Tag ID into the module's configuration page and save.
  4. Verify the tag is firing using the UET Tag Helper browser extension from Microsoft.

That's it — no code editing, no template modifications, no FTP access required. The module handles the JavaScript injection, conversion event firing, and dynamic value passing automatically.

Compatibility

This module is tested and compatible with PrestaShop 1.7, 8.x, and 9.x. It uses PrestaShop's native hook system and does not modify any core files. The module works with all standard themes and is compatible with multistore configurations — you can set different UET Tag IDs for different shops if needed.

Why is this module unique?

  • Fires real revenue values with currency and transaction ID — not just "a conversion happened"
  • Enables Microsoft's automated bidding strategies (Target ROAS, Maximize Conversions) with accurate data
  • One-field setup: paste your UET Tag ID and you're done
  • Async loading ensures zero impact on page speed or Core Web Vitals
  • Compatible with PrestaShop 1.7 through 9.x — one module for all versions
  • Works with cookie consent modules for GDPR compliance
  • Multistore compatible — different Tag IDs per shop

Use Cases

  • Microsoft Shopping Campaigns — track which products generate revenue and let automated bidding optimize your product listing ads.
  • Search campaign optimization — identify profitable keywords with actual ROAS data instead of guessing.
  • Remarketing — retarget cart abandoners and past visitors with tailored ads across the Microsoft network.
  • Audience expansion — use UET data to build lookalike audiences and leverage Microsoft's LinkedIn Profile Targeting.
  • Multi-channel attribution — compare Microsoft Ads performance against other channels with consistent conversion data.
  • Reference
    mprbinguet
  • In stock
    999 Items
  • PrestaShop Compatibility
    PS 1.6 – 9.x
  • Pricing Model
    One-time Purchase
  • Module Type
    Front-office
  • GDPR Relevant
    Yes
  • Business Goal
    Marketing & Retargeting
  • External Account Needed
    Yes
  • Module Complexity
    Lightweight Widget
  • Customer Journey Stage
    Attract Visitors
  • Works With Platform
    Ad & Analytics Networks

Bing UET Tag

Microsoft Advertising conversion tracking for PrestaShop.

Features

  • Bing Universal Event Tracking tag integration
  • Purchase conversion tracking on order confirmation
  • Microsoft Advertising remarketing support
  • Enable/disable toggle without uninstalling

Compatibility

  • PrestaShop 1.6 / 1.7 / 8.x / 9.x

Installation

  1. Upload the module ZIP via Back Office > Modules
  2. Enter your UET Tag ID
  3. Enable the module

Development

yarn install
yarn release    # Build release ZIP

License

Proprietary - mypresta.rocks

v1.3.0 — 2026-01-15

  • Added PrestaShop 9 Hummingbird theme compatibility for UET tag injection
  • Implemented server-side event validation against Microsoft Advertising API
  • Optimized UET script loading with async/defer options reducing page load impact by 40%
  • Added debug mode with real-time event logging in browser console
  • Fixed edge case where revenue values were not passed in multi-currency setups

v1.2.0 — 2025-06-10

  • Full PrestaShop 8.x compatibility with Symfony-based back office
  • Integrated Microsoft Consent Mode for GDPR/cookie consent compliance
  • Added customer group exclusion to prevent tracking internal or wholesale users
  • Deferred UET script loading option for improved Core Web Vitals scores

v1.1.0 — 2024-11-20

  • Enhanced ecommerce events: ViewContent, CategoryBrowse, and Search tracking
  • Dynamic remarketing data layer with product IDs, prices, and categories
  • Configurable event parameters per Universal Event Tracking goal
  • Added variable revenue tracking with tax/shipping inclusion options

v1.0.0 — 2024-06-05

  • Initial release with Bing UET Tag integration for PrestaShop
  • Automatic PageView event firing on all pages
  • Add-to-cart event tracking with product data forwarding
  • Purchase conversion event with order value and transaction ID
  • Back office configuration for UET Tag ID from Microsoft Advertising
0.0
0 reviews
5 ★
0
4 ★
0
3 ★
0
2 ★
0
1 ★
0

No reviews yet. Be the first to leave a review!

Write a Review

Rate specific aspects (optional)
Quality
Price / Quality
Stability
Compatibility
Support
30 days return right
Easy return - no questions asked
Plug & Play Modules
Install, set up and take profit
Dedicated Support First
Priority Help & Satisfaction Over Sales

More From This Category

Loading...
Back to top