1function UET(o){this.stringExists=function(n){return n&&n.length>0}
2;this.domain="bat.bing.com";this.URLLENGTHLIMIT=4096;this.pageLoadEvt="pageLoad";this.customEvt="custom";this.pageViewEvt="page_view";o.Ver=o.Ver!==undefined&&(o.Ver==="1"||o.Ver===1)?1:2;this.uetConfig={}
3;this.uetConfig.consent={enabled:!1,adStorageAllowed:!0,adStorageUpdated:!1,hasWaited:!1,waitForUpdate:0}
4;this.beaconParams={}
5;this.supportsCORS=this.supportsXDR=!1;this.paramValidations={string_currency:{type:"regex",regex:/^[a-zA-Z]{3}
6$/,error:"{p}
7 value must be ISO standard currency code"}
8,number:{type:"num",digits:3,max:999999999999}
9,integer:{type:"num",digits:0,max:999999999999}
10,hct_los:{type:"num",digits:0,max:30}
11,date:{type:"regex",regex:/^\d{4}
12-\d{2}
13-\d{2}
14$/,error:"{p}
15 value must be in YYYY-MM-DD date format"}
16,"enum":{type:"enum",error:"{p}
17 value must be one of the allowed values"}
18,array:{type:"array",error:"{p}
19 must be an array with 1+ elements"}
20}
21;this.knownParams={event_action:{beacon:"ea"}
22,event_category:{beacon:"ec"}
23,event_label:{beacon:"el"}
24,event_value:{type:"number",beacon:"ev"}
25,page_title:{}
26,page_location:{}
27,page_path:{}
28,ecomm_prodid:{beacon:"prodid"}
29,ecomm_pagetype:{type:"enum",values:["home","searchresults","category","product","cart","purchase","other"],beacon:"pagetype"}
30,ecomm_totalvalue:{type:"number"}
31,ecomm_category:{}
32,ecomm_query:{}
33,ecomm_exp:{}
34,hct_base_price:{type:"number"}
35,hct_booking_xref:{}
36,hct_checkin_date:{type:"date"}
37,hct_checkout_date:{type:"date"}
38,hct_length_of_stay:{type:"hct_los"}
39,hct_partner_hotel_id:{}
40,hct_total_price:{type:"number"}
...
</html>