Chord CDP
...
CDP Destination Catalog
Bing Ads (UET Tag)
8 min
introduction bing ads , now called, microsoft advertising , is a pay per click (ppc) advertising platform that allows businesses to display ads across microsoft’s search network, including bing, yahoo, and aol it helps brands reach users through search results, partner websites, and native placements, offering targeting options based on keywords, location, demographics, and device type chord's cdp provides support for the bing ads uet (universal event tracking) tag the bing ads uet tag is a piece of code provided by microsoft advertising that you place on your website to track what visitors do after clicking on your ad specifically, it collects data on actions like purchases, form submissions, or page views, helping you measure ad performance, build remarketing lists, and enable automated bidding strategies in short, it connects your site behavior with your microsoft ads campaigns so you can optimize for better results getting started this is a device mode destination you will need the microsoft ads / bing universal event tracking tag id in order to connect this destination the relevant id can be found in your microsoft ads dashboard connecting to the bing ads (uet tag) cdp destination before connecting destinations in the chord cdp, please verify with all destination owners that all non chord cdp configured destinations are disabled running external destinations alongside configured chord cdp destinations can result in duplicate events downstream log into the chord data platform navigate to the cdp click the "add" button next to destinations select bing ads (uet tag) from the destination catalog enter in the destination name and the universal event tracking tag id click "create" to connect events page fires a bing uet page load event uet sdk call uetq push("pageload") no additional attributes are sent with page events track all track events are forwarded as custom bing uet events there is no event name specific mapping — every track event uses the same format uet sdk call uetq push(eventdata) uet attribute chord source notes ea (hardcoded) "track" event action el event (the chord event name) event label ec properties category event category; omitted if not present gv properties revenue goal value; omitted if not present identify events are not forwarded to bing ads initialization the plugin uses bing's standard inline initialization pattern it sets up the uetq queue array, creates a script element for //bat bing com/bat js , and on script load initializes the uet object with { ti tagid, enableautospatracking true } followed by an initial pageload call the plugin manages sdk loading state ( fresh → loading → loaded / failed ) to prevent duplicate script loads if the script fails to load, subsequent events are silently dropped csp requirements if your site uses a content security policy, allow the following domains directive domain script src https //bat bing com connect src https //bat bing com