(function(i){typeof define=="function"&&define.amd?define(i):i()})(function(){"use strict";var S=Object.defineProperty;var v=(i,s,g)=>s in i?S(i,s,{enumerable:!0,configurable:!0,writable:!0,value:g}):i[s]=g;var o=(i,s,g)=>v(i,typeof s!="symbol"?s+"":s,g);class i{static setCookie(t,e,n=7,a,c="/"){const d=new Date(Date.now()+n*24*60*60*1e3).toUTCString(),h=a?`; domain=${a}`:"";document.cookie=`${t}=${encodeURIComponent(e)};expires=${d}; path=${c}${h}`}static getCookie(t){const e=document.cookie.split("; ");for(const n of e){const[a,c]=n.split("=");if(a===t)return decodeURIComponent(c)}return null}static deleteCookie(t){this.setCookie(t,"",-1)}}function s(){const r=Date.now().toString(36),t=Math.random().toString(36).substring(2,15),e=Math.random().toString(36).substring(2,15),n=Math.random().toString(36).substring(2,15);return`${r}-${t}-${e}-${n}`}function g(){const r=window.location.hostname,t=r.split(".");return t.length>2?t.slice(-2).join("."):r}const f=window,l=g();f.dataLayer=f.dataLayer||[];class u{constructor(){o(this,"id","");o(this,"currency","")}}class p{constructor(){o(this,"brand","");o(this,"context","");o(this,"interactionId","");o(this,"agent","");o(this,"property",new u);o(this,"maxTimeMinutes",30);o(this,"lastEvent",new Date().toISOString())}}class y{constructor(){o(this,"config",new p);o(this,"sessionId","")}Init(){if(this.sessionId!=="")return;const t=i.getCookie("_ua");if(!t)this.newSession();else{this.sessionId=t;const e=i.getCookie("_ua_config");e?this.config=JSON.parse(e):this.saveConfig(),this.isExpireSession()&&this.newSession()}this.configFromDataLayer(),this.config.brand&&this.initialProcessDataLayer(),this.setupDataLayer()}saveConfig(){i.setCookie("_ua_config",JSON.stringify(this.config),1,l)}saveSessionId(){i.setCookie("_ua",this.sessionId,1,l)}isExpireSession(){return this.config.lastEvent?Math.abs(new Date(this.config.lastEvent).getTime()-new Date().getTime())/(1e3*60)>this.config.maxTimeMinutes:!0}newSession(t=""){this.sessionId=s(),this.config.lastEvent=new Date().toISOString(),this.config.interactionId=t,this.saveConfig(),this.saveSessionId()}setupDataLayer(){const t=f.dataLayer.push,e=this;f.dataLayer.push=function(...n){t.apply(f.dataLayer,n),e.processData(n[0])}}initialProcessDataLayer(){f.dataLayer.forEach(t=>{this.processData(t,!0,!1)})}configFromDataLayer(){f.dataLayer.forEach(t=>{this.processData(t,!0,!0)})}processData(t,e=!1,n=!1){if(!t||t.length==0)return;const a=t[0];let c="",d={};t[1]&&(c=t[1]),t[2]&&(d=t[2]);const h=!e||e&&n,w=!e||e&&!n;if(a==="uconfig"&&h){if(c=="interactionId"&&this.config.interactionId!=d){this.newSession(d);return}this.config[c]=d,this.saveConfig()}if(a==="event"&&w){const m={lang:document.documentElement.lang||navigator.language,screenWidth:window.screen.width,screenHeight:window.screen.height,location:window.location.href,referrer:document.referrer,title:document.title},I={sessionId:this.sessionId,brand:this.config.brand,interactionId:this.config.interactionId,context:this.config.context,agent:this.config.agent,type:c,data:d,page:m,property:this.config.property};this.sendEvent(I)}}sendEvent(t){const e="https://thk.api3.thorbooking.com/thk/analytics/event/collect",n=new XMLHttpRequest;n.onerror=()=>{console.error("Error de red o conexión.")};const a=e;n.open("POST",a,!0),n.setRequestHeader("Content-Type","application/json"),n.send(JSON.stringify(t))}}console.log("UTB Analytics loaded"),new y().Init()});