diff --git a/airtime_mvc/public/js/airtime/player/mrp.js b/airtime_mvc/public/js/airtime/player/mrp.js deleted file mode 100644 index ca7140dc1..000000000 --- a/airtime_mvc/public/js/airtime/player/mrp.js +++ /dev/null @@ -1,3014 +0,0 @@ -(function(n) { - function w(a, c) { - function r() {} - r.prototype = a; - var b = new r, - f; - for (f in c) b[f] = c[f]; - c.toString !== Object.prototype.toString && (b.toString = c.toString); - return b - } - - function B(a) { - return a instanceof Array ? function() { - return m.iter(a) - } : "function" == typeof a.iterator ? p(a, a.iterator) : a.iterator - } - - function p(a, c) { - if (null == c) return null; - null == c.__id__ && (c.__id__ = G++); - var b; - null == a.hx__closures__ ? a.hx__closures__ = {} : b = a.hx__closures__[c.__id__]; - null == b && (b = function() { - return b.method.apply(b.scope, arguments) - }, - b.scope = a, b.method = c, a.hx__closures__[c.__id__] = b); - return b - } - n.muses = n.muses || {}; - var s = function(a, c) { - c = c.split("u").join(""); - this.r = new RegExp(a, c) - }; - s.__name__ = !0; - s.prototype = { - r: null, - match: function(a) { - this.r.global && (this.r.lastIndex = 0); - this.r.m = this.r.exec(a); - this.r.s = a; - return null != this.r.m - }, - matched: function(a) { - if (null != this.r.m && 0 <= a && a < this.r.m.length) return this.r.m[a]; - throw "EReg::matched"; - }, - __class__: s - }; - var m = function() {}; - m.__name__ = !0; - m.cca = function(a, c) { - var b = a.charCodeAt(c); - return b != b ? void 0 : - b - }; - m.substr = function(a, c, b) { - if (null != c && 0 != c && null != b && 0 > b) return ""; - null == b && (b = a.length); - 0 > c ? (c = a.length + c, 0 > c && (c = 0)) : 0 > b && (b = a.length + b - c); - return a.substr(c, b) - }; - m.indexOf = function(a, c, b) { - var e = a.length; - 0 > b && (b += e, 0 > b && (b = 0)); - for (; b < e;) { - if (a[b] === c) return b; - b++ - } - return -1 - }; - m.remove = function(a, c) { - var b = m.indexOf(a, c, 0); - if (-1 == b) return !1; - a.splice(b, 1); - return !0 - }; - m.iter = function(a) { - return { - cur: 0, - arr: a, - hasNext: function() { - return this.cur < this.arr.length - }, - next: function() { - return this.arr[this.cur++] - } - } - }; - var x = - function() {}; - x.__name__ = !0; - x.exists = function(a, c) { - for (var b = B(a)(); b.hasNext();) { - var e = b.next(); - if (c(e)) return !0 - } - return !1 - }; - var A = function() { - this.length = 0 - }; - A.__name__ = !0; - A.prototype = { - h: null, - length: null, - iterator: function() { - return { - h: this.h, - hasNext: function() { - return null != this.h - }, - next: function() { - if (null == this.h) return null; - var a = this.h[0]; - this.h = this.h[1]; - return a - } - } - }, - __class__: A - }; - var g = n.MRP = function() {}; - g.__name__ = !0; - g.setObject = function() { - eval("MRP.instance = document." + g.objectId + ";"); - null == g.instance && - (g.instance = document.getElementById(g.objectId)) - }; - g.setElementId = function(a) { - g.elementId = a - }; - g.setObjectId = function(a) { - g.objectId = a; - g.setObject() - }; - g.play = function() { - g.instance.playSound() - }; - g.stop = function() { - g.instance.stopSound() - }; - g.setVolume = function(a) { - g.instance.setVolume(a / 100) - }; - g.showInfo = function(a) { - g.instance.showInfo(a) - }; - g.setTitle = function(a) { - g.instance.setTitle(a) - }; - g.setUrl = function(a) { - g.instance.setUrl(a) - }; - g.setFallbackUrl = function(a) { - g.instance.setFallbackUrl(a) - }; - g.setCallbackFunction = - function(a) { - musesCallback = a - }; - g.callbackExists = function() { - var a = "error", - a = typeof musesCallback; - return "undefined" != a && "error" != a - }; - g.getScriptBaseHREF = function() { - return ("https:" == window.document.location.protocol ? "https://" : "http://") + "hosted.muses.org" - }; - g.getSkin = function(a, c) { - return -1 != a.indexOf("/") || c && ("original" == a || "tiny" == a) ? a : g.getScriptBaseHREF() + "/muses-" + a + ".xml" - }; - g.insert = function(a) { - null == a.elementId && null != g.elementId && (a.elementId = g.elementId); - FlashDetect.versionAtLeast(10, 1) ? g.flashInsert(a) : - g.jsInsert(a) - }; - g.jsInsert = function(a) { - a.autoplay = !1; - g.playerCounter++; - var c = "MusesRadioPlayer-HTML5-player-" + g.playerCounter, - b = '
'; - null == a.elementId ? window.document.write(b) : window.document.getElementById(a.elementId).innerHTML = b; - a.elementId = c; - a.skin = g.getSkin(a.skin, !1); - new d.Muses(a) - }; - g.flashInsert = function(a) { - null == a.wmode && (a.wmode = "window"); - null == a.id && (a.id = g.objectId); - var c = "url=" + a.url, - c = c + ("&lang=" + (null != a.lang ? a.lang : - "auto")), - c = c + ("&codec=" + a.codec), - c = c + "&tracking=true" + ("&volume=" + (null != a.volume ? a.volume : 100)); - null != a.introurl && (c += "&introurl=" + a.introurl); - null != a.autoplay && (c += "&autoplay=" + (a.autoplay ? "true" : "false")); - null != a.jsevents && (c += "&jsevents=" + (a.jsevents ? "true" : "false")); - null != a.buffering && (c += "&buffering=" + a.buffering); - null != a.metadataProxy && (c += "&metadataproxy=" + a.metadataProxy); - null != a.reconnectTime && (c += "&reconnecttime=" + a.reconnectTime); - null != a.fallbackUrl && (c += "&fallback=" + a.fallbackUrl); - var c = - c + ("&skin=" + g.getSkin(a.skin, !0)), - c = c + ("&title=" + a.title), - c = c + ("&welcome=" + a.welcome), - b = g.getScriptBaseHREF() + "/muses-hosted.swf", - //b = "http://localhost/js/airtime/embeddableplayer/muses.swf", - e = 'width="' + a.width + '" height="' + a.height + '" '; - null != a.bgcolor && (e += 'bgcolor="' + a.bgcolor + '" '); - var f = '"; - null != a.callbackFunction ? g.setCallbackFunction(a.callbackFunction) : 1 != a.jsevents || g.callbackExists() || g.setCallbackFunction(function(a, c) {}); - null == a.elementId ? window.document.write(f) : window.document.getElementById(a.elementId).innerHTML = - f; - g.setObject() - }; - g.main = function() { - g.getScriptBaseHREF() - }; - var z = function() {}; - z.__name__ = !0; - z.prototype = { - exists: null, - remove: null, - iterator: null, - __class__: z - }; - Math.__name__ = !0; - var v = function() {}; - v.__name__ = !0; - v.field = function(a, c) { - try { - return a[c] - } catch (b) { - return null - } - }; - v.setField = function(a, c, b) { - a[c] = b - }; - v.isFunction = function(a) { - return "function" == typeof a && !(a.__name__ || a.__ename__) - }; - var y = function() {}; - y.__name__ = !0; - y.string = function(a) { - return u.Boot.__string_rec(a, "") - }; - y.parseInt = function(a) { - var c = parseInt(a, - 10); - 0 != c || 120 != m.cca(a, 1) && 88 != m.cca(a, 1) || (c = parseInt(a)); - return isNaN(c) ? null : c - }; - var C = function() { - this.b = "" - }; - C.__name__ = !0; - C.prototype = { - b: null, - add: function(a) { - this.b += y.string(a) - }, - addSub: function(a, c, b) { - this.b = null == b ? this.b + m.substr(a, c, null) : this.b + m.substr(a, c, b) - }, - __class__: C - }; - var t = function() {}; - t.__name__ = !0; - t.urlEncode = function(a) { - return encodeURIComponent(a) - }; - t.isSpace = function(a, c) { - var b = m.cca(a, c); - return 8 < b && 14 > b || 32 == b - }; - t.ltrim = function(a) { - for (var c = a.length, b = 0; b < c && t.isSpace(a, b);) b++; - return 0 < b ? m.substr(a, b, c - b) : a - }; - t.rtrim = function(a) { - for (var c = a.length, b = 0; b < c && t.isSpace(a, c - b - 1);) b++; - return 0 < b ? m.substr(a, 0, c - b) : a - }; - t.trim = function(a) { - return t.ltrim(t.rtrim(a)) - }; - t.replace = function(a, c, b) { - return a.split(c).join(b) - }; - t.fastCodeAt = function(a, c) { - return a.charCodeAt(c) - }; - var D = function() {}; - D.__name__ = !0; - D.getInstanceFields = function(a) { - var c = [], - b; - for (b in a.prototype) c.push(b); - m.remove(c, "__class__"); - m.remove(c, "__properties__"); - return c - }; - var h = function() {}; - h.__name__ = !0; - h.parse = function(a) { - return q.xml.Parser.parse(a) - }; - h.createElement = function(a) { - var c = new h; - c.nodeType = h.Element; - c._children = []; - c._attributes = new q.ds.StringMap; - c.set_nodeName(a); - return c - }; - h.createPCData = function(a) { - var c = new h; - c.nodeType = h.PCData; - c.set_nodeValue(a); - return c - }; - h.createCData = function(a) { - var c = new h; - c.nodeType = h.CData; - c.set_nodeValue(a); - return c - }; - h.createComment = function(a) { - var c = new h; - c.nodeType = h.Comment; - c.set_nodeValue(a); - return c - }; - h.createDocType = function(a) { - var c = new h; - c.nodeType = h.DocType; - c.set_nodeValue(a); - return c - }; - h.createProcessingInstruction = - function(a) { - var c = new h; - c.nodeType = h.ProcessingInstruction; - c.set_nodeValue(a); - return c - }; - h.createDocument = function() { - var a = new h; - a.nodeType = h.Document; - a._children = []; - return a - }; - h.prototype = { - nodeType: null, - _nodeName: null, - _nodeValue: null, - _attributes: null, - _children: null, - _parent: null, - get_nodeName: function() { - if (this.nodeType != h.Element) throw "bad nodeType"; - return this._nodeName - }, - set_nodeName: function(a) { - if (this.nodeType != h.Element) throw "bad nodeType"; - return this._nodeName = a - }, - set_nodeValue: function(a) { - if (this.nodeType == - h.Element || this.nodeType == h.Document) throw "bad nodeType"; - return this._nodeValue = a - }, - get: function(a) { - if (this.nodeType != h.Element) throw "bad nodeType"; - return this._attributes.get(a) - }, - set: function(a, c) { - if (this.nodeType != h.Element) throw "bad nodeType"; - this._attributes.set(a, c) - }, - exists: function(a) { - if (this.nodeType != h.Element) throw "bad nodeType"; - return this._attributes.exists(a) - }, - attributes: function() { - if (this.nodeType != h.Element) throw "bad nodeType"; - return this._attributes.keys() - }, - elements: function() { - if (null == - this._children) throw "bad nodetype"; - return { - cur: 0, - x: this._children, - hasNext: function() { - for (var a = this.cur, c = this.x.length; a < c && this.x[a].nodeType != h.Element;) a += 1; - this.cur = a; - return a < c - }, - next: function() { - for (var a = this.cur, c = this.x.length; a < c;) { - var b = this.x[a], - a = a + 1; - if (b.nodeType == h.Element) return this.cur = a, b - } - return null - } - } - }, - addChild: function(a) { - if (null == this._children) throw "bad nodetype"; - null != a._parent && m.remove(a._parent._children, a); - a._parent = this; - this._children.push(a) - }, - __class__: h - }; - var b = { - Campaign: function(a) { - this.responseCount = - 0; - "direct" != a && "organic" != a && "referral" != a && b.Tracker._raiseError("Campaign type has to be one of the Campaign::TYPE_* constant values.", "Campaign.new"); - this.type = a; - switch (a) { - case "direct": - this.source = this.name = "(direct)"; - this.medium = "(none)"; - break; - case "referral": - this.name = "(referral)"; - this.medium = "referral"; - break; - case "organic": - this.name = "(organic)", this.medium = "organic" - } - this.creationTime = new b.DateTime - } - }; - b.Campaign.__name__ = !0; - b.Campaign.createFromReferrer = function(a) { - var c = new b.Campaign("referral"); - a = new b.URLParser(a); - c.source = a.host; - c.content = a.path; - return c - }; - b.Campaign.prototype = { - type: null, - creationTime: null, - responseCount: null, - id: null, - source: null, - gClickId: null, - dClickId: null, - name: null, - medium: null, - term: null, - content: null, - validate: function() { - null == this.source && b.Tracker._raiseError('Campaigns need to have at least the "source" attribute defined.', "Campaign.validate") - }, - setType: function(a) { - this.type = a - }, - getType: function() { - return this.type - }, - setCreationTime: function(a) { - this.creationTime = a - }, - getCreationTime: function() { - return this.creationTime - }, - setResponseCount: function(a) { - this.responseCount = a - }, - getResponseCount: function() { - return this.responseCount - }, - increaseResponseCount: function(a) { - null == a && (a = 1); - this.responseCount += a - }, - setId: function(a) { - this.id = a - }, - getId: function() { - return this.id - }, - setSource: function(a) { - this.source = a - }, - getSource: function() { - return this.source - }, - setGClickId: function(a) { - this.gClickId = a - }, - getGClickId: function() { - return this.gClickId - }, - setDClickId: function(a) { - this.dClickId = a - }, - getDClickId: function() { - return this.dClickId - }, - setName: function(a) { - this.name = - a - }, - getName: function() { - return this.name - }, - setMedium: function(a) { - this.medium = a - }, - getMedium: function() { - return this.medium - }, - setTerm: function(a) { - this.term = a - }, - getTerm: function() { - return this.term - }, - setContent: function(a) { - this.content = a - }, - getContent: function() { - return this.content - }, - __class__: b.Campaign - }; - b.Config = function(a) { - null == a && (a = !1); - this.sitespeedSampleRate = 1; - this.endPointPath = "/__utm.gif"; - this.endPointHost = "www.google-analytics.com"; - this.urlScheme = "http"; - this.requestTimeout = 1; - this.sendOnShutdown = this.fireAndForget = !1; - this.errorSeverity = 2; - this.setUrlScheme("http" + (a ? "s" : "")) - }; - b.Config.__name__ = !0; - b.Config.prototype = { - errorSeverity: null, - sendOnShutdown: null, - fireAndForget: null, - loggingCallback: null, - requestTimeout: null, - urlScheme: null, - endPointHost: null, - endPointPath: null, - sitespeedSampleRate: null, - getErrorSeverity: function() { - return this.errorSeverity - }, - setErrorSeverity: function(a) { - this.errorSeverity = a - }, - getSendOnShutdown: function() { - return this.sendOnShutdown - }, - setSendOnShutdown: function(a) { - this.sendOnShutdown = a - }, - getFireAndForget: function() { - return this.fireAndForget - }, - setFireAndForget: function(a) { - this.fireAndForget = a - }, - getLoggingCallback: function() { - return this.loggingCallback - }, - setLoggingCallback: function(a) { - this.loggingCallback = a - }, - getRequestTimeout: function() { - return this.requestTimeout - }, - setRequestTimeout: function(a) { - this.requestTimeout = a - }, - getUrlScheme: function() { - return this.urlScheme - }, - setUrlScheme: function(a) { - return this.urlScheme = a - }, - getEndPointHost: function() { - return this.endPointHost - }, - setEndPointHost: function(a) { - this.endPointHost = a - }, - getEndPointPath: function() { - return this.endPointPath - }, - setEndPointPath: function(a) { - this.endPointPath = a - }, - getSitespeedSampleRate: function() { - return this.sitespeedSampleRate - }, - setSitespeedSampleRate: function(a) { - 0 > a || 100 < a ? b.Tracker._raiseError("For consistency with ga.js, sample rates must be specified as a number between 0 and 100.", "config.setSitespeedSampleRate") : this.sitespeedSampleRate = a - }, - __class__: b.Config - }; - b.CustomVariable = function(a, c, b, e) { - null == e && (e = 0); - null == a && (a = 0); - this.scope = 3; - 0 != a && this.setIndex(a); - null != c && this.setName(c); - null != b && this.setValue(b); - 0 != e && this.setScope(e) - }; - b.CustomVariable.__name__ = !0; - b.CustomVariable.prototype = { - index: null, - name: null, - value: null, - scope: null, - validate: function() { - 128 < (this.name + y.string(this.value)).length && b.Tracker._raiseError("Custom Variable combined name and value length must not be larger than 128 bytes.", "CustomVariable.validate") - }, - getIndex: function() { - return this.index - }, - setIndex: function(a) { - (1 > a || 5 < a) && b.Tracker._raiseError("Custom Variable index has to be between 1 and 5.", "CustomVariable.setIndex"); - this.index = - a - }, - getName: function() { - return this.name - }, - setName: function(a) { - this.name = a - }, - getValue: function() { - return this.value - }, - setValue: function(a) { - this.value = a - }, - getScope: function() { - return this.scope - }, - setScope: function(a) { - 3 != a && 2 != a && 1 != a && b.Tracker._raiseError("Custom Variable scope has to be one of the CustomVariable::SCOPE_* constant values.", "CustomVariable.setScope"); - this.scope = a - }, - __class__: b.CustomVariable - }; - b.DateTime = function(a) { - this.date = null == a ? Math.round((new Date).getTime()) + "" : a - }; - b.DateTime.__name__ = !0; - b.DateTime.prototype = { - date: null, - toString: function() { - return this.date - }, - __class__: b.DateTime - }; - b.Event = function(a, c, b, e, f) { - null == f && (f = !1); - null == e && (e = 0); - this.noninteraction = !1; - null != a && this.setCategory(a); - null != c && this.setAction(c); - null != b && this.setLabel(b); - this.setValue(e); - this.setNoninteraction(f) - }; - b.Event.__name__ = !0; - b.Event.prototype = { - category: null, - action: null, - label: null, - value: null, - noninteraction: null, - validate: function() { - null != this.category && null != this.action || b.Tracker._raiseError("Events need at least to have a category and action defined.", - "Event.validate") - }, - getCategory: function() { - return this.category - }, - setCategory: function(a) { - this.category = a - }, - getAction: function() { - return this.action - }, - setAction: function(a) { - this.action = a - }, - getLabel: function() { - return this.label - }, - setLabel: function(a) { - this.label = a - }, - getValue: function() { - return this.value - }, - setValue: function(a) { - this.value = a - }, - getNoninteraction: function() { - return this.noninteraction - }, - setNoninteraction: function(a) { - this.noninteraction = a - }, - __class__: b.Event - }; - b.Item = function() { - this.quantity = 1 - }; - b.Item.__name__ = !0; - b.Item.prototype = { - orderId: null, - sku: null, - name: null, - variation: null, - price: null, - quantity: null, - validate: function() { - null == this.sku && b.Tracker._raiseError("Items need to have a sku/product code defined.", "Item.validate") - }, - getOrderId: function() { - return this.orderId - }, - setOrderId: function(a) { - this.orderId = a - }, - getSku: function() { - return this.sku - }, - setSku: function(a) { - this.sku = a - }, - getName: function() { - return this.name - }, - setName: function(a) { - this.name = a - }, - getVariation: function() { - return this.variation - }, - setVariation: function(a) { - this.variation = - a - }, - getPrice: function() { - return this.price - }, - setPrice: function(a) { - this.price = a - }, - getQuantity: function() { - return this.quantity - }, - setQuantity: function(a) { - this.quantity = a - }, - __class__: b.Item - }; - b.Page = function(a) { - this.setPath(a) - }; - b.Page.__name__ = !0; - b.Page.prototype = { - path: null, - title: null, - charset: null, - referrer: null, - loadTime: null, - setPath: function(a) { - null != a && "/" != a.charAt(0) && b.Tracker._raiseError('The page path should always start with a slash ("/").', "Page.setPath"); - this.path = a - }, - getPath: function() { - return this.path - }, - setTitle: function(a) { - this.title = a - }, - getTitle: function() { - return this.title - }, - setCharset: function(a) { - this.charset = a - }, - getCharset: function() { - return this.charset - }, - setReferrer: function(a) { - this.referrer = a - }, - getReferrer: function() { - return this.referrer - }, - setLoadTime: function(a) { - this.loadTime = a - }, - getLoadTime: function() { - return this.loadTime - }, - __class__: b.Page - }; - b.Session = function() { - this.setSessionId(this.generateSessionId()); - this.setTrackCount(0); - this.setStartTime(new b.DateTime) - }; - b.Session.__name__ = !0; - b.Session.prototype = { - sessionId: null, - trackCount: null, - startTime: null, - fromUtmb: function(a) { - a = a.split("."); - if (4 != a.length) return b.Tracker._raiseError('The given "__utmb" cookie value is invalid.', "Session.fromUtmb"), this; - this.setTrackCount(b.internals.Util.parseInt(a[1], 0)); - this.setStartTime(new b.DateTime(a[3])); - return this - }, - generateSessionId: function() { - return b.internals.Util.generate32bitRandom() - }, - getSessionId: function() { - return this.sessionId - }, - setSessionId: function(a) { - this.sessionId = a - }, - getTrackCount: function() { - return this.trackCount - }, - setTrackCount: function(a) { - this.trackCount = a - }, - increaseTrackCount: function(a) { - null == a && (a = 1); - this.trackCount += a - }, - getStartTime: function() { - return this.startTime - }, - setStartTime: function(a) { - this.startTime = a - }, - __class__: b.Session - }; - b.SocialInteraction = function(a, c, b) { - null != a && this.setNetwork(a); - null != c && this.setAction(c); - null != b && this.setTarget(b) - }; - b.SocialInteraction.__name__ = !0; - b.SocialInteraction.prototype = { - network: null, - action: null, - target: null, - validate: function() { - null != this.network && null != this.action || b.Tracker._raiseError('Social interactions need to have at least the "network" and "action" attributes defined.', - "SocialInteraction.validate") - }, - setNetwork: function(a) { - this.network = a - }, - getNetwork: function() { - return this.network - }, - setAction: function(a) { - this.action = a - }, - getAction: function() { - return this.action - }, - setTarget: function(a) { - this.target = a - }, - getTarget: function() { - return this.target - }, - __class__: b.SocialInteraction - }; - b.Stats = function() {}; - b.Stats.__name__ = !0; - b.Stats.init = function(a, c) { - null == b.Stats.accountId && (b.Stats.accountId = a, b.Stats.domainName = c, b.Stats.tracker = new b.Tracker(a, c), b.Stats.cache = new q.ds.StringMap, - b.Stats.session = new b.Session, b.Stats.loadVisitor()) - }; - b.Stats.trackPageview = function(a, c) { - var r = "page:" + a; - if (!b.Stats.cache.exists(r)) { - var e = new b.Page(a); - null != c && e.setTitle(c); - e = new b._Stats.GATrackObject(e, null); - b.Stats.cache.set(r, e) - } - b.Stats.track(r) - }; - b.Stats.trackEvent = function(a, c, r, e) { - null == e && (e = 0); - var f = "event:" + a + "/" + c + "/" + r + ":" + e; - b.Stats.cache.exists(f) || (a = new b._Stats.GATrackObject(null, new b.Event(a, c, r, e)), b.Stats.cache.set(f, a)); - b.Stats.track(f) - }; - b.Stats.track = function(a) { - b.Stats.cache.get(a).track(b.Stats.tracker, - b.Stats.visitor, b.Stats.session); - b.Stats.persistVisitor() - }; - b.Stats.loadVisitor = function() { - b.Stats.visitor = new b.Visitor; - b.Stats.visitor.setUserAgent("-not-set- [haxe]"); - b.Stats.visitor.setScreenResolution("1024x768"); - b.Stats.visitor.setLocale("en_US"); - b.Stats.visitor.getUniqueId(); - b.Stats.visitor.addSession(b.Stats.session); - b.Stats.persistVisitor() - }; - b.Stats.persistVisitor = function() {}; - b._Stats = {}; - b._Stats.GATrackObject = function(a, c) { - this.page = a; - this.event = c - }; - b._Stats.GATrackObject.__name__ = !0; - b._Stats.GATrackObject.prototype = { - event: null, - page: null, - track: function(a, c, b) { - null != this.page && a.trackPageview(this.page, b, c); - null != this.event && a.trackEvent(this.event, b, c) - }, - __class__: b._Stats.GATrackObject - }; - b.Tracker = function(a, c, r) { - this.allowHash = !0; - this.customVariables = []; - b.Tracker.setConfig(null != r ? r : new b.Config); - this.setAccountId(a); - this.setDomainName(c) - }; - b.Tracker.__name__ = !0; - b.Tracker.getConfig = function() { - return b.Tracker.config - }; - b.Tracker.setConfig = function(a) { - b.Tracker.config = a - }; - b.Tracker._raiseError = function(a, c) { - a = c + "(): " + - a; - switch (null != b.Tracker.config ? b.Tracker.config.getErrorSeverity() : 0) { - case 1: - console.log(a); - break; - case 2: - throw a; - } - }; - b.Tracker.prototype = { - accountId: null, - domainName: null, - allowHash: null, - customVariables: null, - campaign: null, - setAccountId: function(a) { - (new s("^(UA|MO)-[0-9]*-[0-9]*$", "")).match(a) || b.Tracker._raiseError('"' + a + '" is not a valid Google Analytics account ID.', "Tracker.setAccountId"); - this.accountId = a - }, - getAccountId: function() { - return this.accountId - }, - setDomainName: function(a) { - this.domainName = a - }, - getDomainName: function() { - return this.domainName - }, - setAllowHash: function(a) { - this.allowHash = a - }, - getAllowHash: function() { - return this.allowHash - }, - addCustomVariable: function(a) { - a.validate(); - this.customVariables[a.getIndex()] = a - }, - getCustomVariables: function() { - return this.customVariables - }, - removeCustomVariable: function(a) { - m.remove(this.customVariables, this.customVariables[a]) - }, - setCampaign: function(a) { - null != a && a.validate(); - this.campaign = a - }, - getCampaign: function() { - return this.campaign - }, - trackPageview: function(a, - c, r) { - var e = new b.internals.request.PageviewRequest(b.Tracker.config); - e.setPage(a); - e.setSession(c); - e.setVisitor(r); - e.setTracker(this); - e.send() - }, - trackEvent: function(a, c, r) { - a.validate(); - var e = new b.internals.request.EventRequest(b.Tracker.config); - e.setEvent(a); - e.setSession(c); - e.setVisitor(r); - e.setTracker(this); - e.send() - }, - trackTransaction: function(a, c, r) { - a.validate(); - var e = new b.internals.request.TransactionRequest(b.Tracker.config); - e.setTransaction(a); - e.setSession(c); - e.setVisitor(r); - e.setTracker(this); - e.send(); - for (a = a.getItems().iterator(); a.hasNext();) { - e = a.next(); - e.validate(); - var f = new b.internals.request.ItemRequest(b.Tracker.config); - f.setItem(e); - f.setSession(c); - f.setVisitor(r); - f.setTracker(this); - f.send() - } - }, - trackSocial: function(a, c, r, e) { - var f = new b.internals.request.SocialInteractionRequest(b.Tracker.config); - f.setSocialInteraction(a); - f.setPage(c); - f.setSession(r); - f.setVisitor(e); - f.setTracker(this); - f.send() - }, - __class__: b.Tracker - }; - b.Transaction = function() { - this.items = new q.ds.StringMap - }; - b.Transaction.__name__ = !0; - b.Transaction.prototype = { - orderId: null, - affiliation: null, - total: null, - tax: null, - shipping: null, - city: null, - region: null, - country: null, - items: null, - validate: function() { - null == this.items && b.Tracker._raiseError("Transactions need to consist of at least one item.", "Transaction.validate") - }, - addItem: function(a) { - a.setOrderId(this.orderId); - var c = a.getSku(); - this.items.set(c, a) - }, - getItems: function() { - return this.items - }, - getOrderId: function() { - return this.orderId - }, - setOrderId: function(a) { - this.orderId = a; - for (var c = this.items.iterator(); c.hasNext();) c.next().setOrderId(a) - }, - getAffiliation: function() { - return this.affiliation - }, - setAffiliation: function(a) { - this.affiliation = a - }, - getTotal: function() { - return this.total - }, - setTotal: function(a) { - this.total = a - }, - getTax: function() { - return this.tax - }, - setTax: function(a) { - this.tax = a - }, - getShipping: function() { - return this.shipping - }, - setShipping: function(a) { - this.shipping = a - }, - getCity: function() { - return this.city - }, - setCity: function(a) { - this.city = a - }, - getRegion: function() { - return this.region - }, - setRegion: function(a) { - this.region = a - }, - getCountry: function() { - return this.country - }, - setCountry: function(a) { - this.country = a - }, - __class__: b.Transaction - }; - b.URLParser = function(a) { - this.url = a; - var c = new s("^(?:(?![^:@]+:[^:@/]*@)([^:/?#.]+):)?(?://)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:/?#]*)(?::(\\d*))?)(((/(?:[^?#](?![^?#/]*\\.[^?#/.]+(?:[?#]|$)))*/?)?([^?#/]*))(?:\\?([^#]*))?(?:#(.*))?)", ""); - c.match(a); - a = 0; - for (var r = b.URLParser.parts.length; a < r;) { - var e = a++; - v.setField(this, b.URLParser.parts[e], c.matched(e)) - } - }; - b.URLParser.__name__ = !0; - b.URLParser.parse = function(a) { - return new b.URLParser(a) - }; - b.URLParser.prototype = { - url: null, - source: null, - protocol: null, - authority: null, - userInfo: null, - user: null, - password: null, - host: null, - port: null, - relative: null, - path: null, - directory: null, - file: null, - query: null, - anchor: null, - toString: function() { - for (var a = "For Url -> " + this.url + "\n", c = 0, r = b.URLParser.parts.length; c < r;) var e = c++, - a = a + (b.URLParser.parts[e] + ": " + y.string(v.field(this, b.URLParser.parts[e])) + (e == b.URLParser.parts.length - 1 ? "" : "\n")); - return a - }, - __class__: b.URLParser - }; - b.Visitor = function() { - var a = new b.DateTime; - this.uniqueId = - 0; - this.setFirstVisitTime(a); - this.setPreviousVisitTime(a); - this.setCurrentVisitTime(a); - this.setVisitCount(1) - }; - b.Visitor.__name__ = !0; - b.Visitor.prototype = { - uniqueId: null, - firstVisitTime: null, - previousVisitTime: null, - currentVisitTime: null, - visitCount: null, - ipAddress: null, - userAgent: null, - locale: null, - flashVersion: null, - javaEnabled: null, - screenColorDepth: null, - screenResolution: null, - fromUtma: function(a) { - a = a.split("."); - if (6 != a.length) return b.Tracker._raiseError('The given "__utma" cookie value is invalid.', "Visitor.fromUtma"), - this; - this.setUniqueId(b.internals.Util.parseInt(a[1], 0)); - this.setFirstVisitTime(new b.DateTime(a[2])); - this.setPreviousVisitTime(new b.DateTime(a[3])); - this.setCurrentVisitTime(new b.DateTime(a[4])); - this.setVisitCount(b.internals.Util.parseInt(a[5], 0)); - return this - }, - generateHash: function() { - return b.internals.Util.generateHash(this.userAgent + this.screenResolution + this.screenColorDepth) - }, - generateUniqueId: function() { - return (b.internals.Util.generate32bitRandom() ^ this.generateHash()) & 2147483647 - }, - setUniqueId: function(a) { - (0 > - a || 2147483647 < a) && b.Tracker._raiseError("Visitor unique ID has to be a 32-bit integer between 0 and 2147483647.", "Visitor.setUniqueId"); - this.uniqueId = a - }, - getUniqueId: function() { - 0 == this.uniqueId && (this.uniqueId = this.generateUniqueId()); - return this.uniqueId - }, - addSession: function(a) { - a = a.getStartTime(); - a != this.currentVisitTime && (this.previousVisitTime = this.currentVisitTime, this.currentVisitTime = a, ++this.visitCount) - }, - setFirstVisitTime: function(a) { - this.firstVisitTime = a - }, - getFirstVisitTime: function() { - return this.firstVisitTime - }, - setPreviousVisitTime: function(a) { - this.previousVisitTime = a - }, - getPreviousVisitTime: function() { - return this.previousVisitTime - }, - setCurrentVisitTime: function(a) { - this.currentVisitTime = a - }, - getCurrentVisitTime: function() { - return this.currentVisitTime - }, - setVisitCount: function(a) { - this.visitCount = a - }, - getVisitCount: function() { - return this.visitCount - }, - setIpAddress: function(a) { - this.ipAddress = a - }, - getIpAddress: function() { - return this.ipAddress - }, - setUserAgent: function(a) { - this.userAgent = a - }, - getUserAgent: function() { - return this.userAgent - }, - setLocale: function(a) { - this.locale = a - }, - getLocale: function() { - return this.locale - }, - setFlashVersion: function(a) { - this.flashVersion = a - }, - getFlashVersion: function() { - return this.flashVersion - }, - setJavaEnabled: function(a) { - this.javaEnabled = a - }, - getJavaEnabled: function() { - return this.javaEnabled - }, - setScreenColorDepth: function(a) { - this.screenColorDepth = a - }, - getScreenColorDepth: function() { - return this.screenColorDepth - }, - setScreenResolution: function(a) { - this.screenResolution = a - }, - getScreenResolution: function() { - return this.screenResolution - }, - __class__: b.Visitor - }; - b.internals = {}; - b.internals.ParameterHolder = function() { - this.utmwv = "5.2.5"; - this.utmr = this.utmcs = this.utmfl = this.utmje = "0" - }; - b.internals.ParameterHolder.__name__ = !0; - b.internals.ParameterHolder.prototype = { - utmwv: null, - utmac: null, - utmhn: null, - utmvid: null, - utmt: null, - utms: null, - utmn: null, - utmcc: null, - utme: null, - utmni: null, - utmu: null, - utmp: null, - utmdt: null, - utmcs: null, - utmr: null, - utmip: null, - utmul: null, - utmfl: null, - utmje: null, - utmsc: null, - utmsr: null, - __utma: null, - utmhid: null, - __utmb: null, - __utmc: null, - utmipc: null, - utmipn: null, - utmipr: null, - utmiqt: null, - utmiva: null, - utmtid: null, - utmtst: null, - utmtto: null, - utmttx: null, - utmtsp: null, - utmtci: null, - utmtrg: null, - utmtco: null, - utmcn: null, - utmcr: null, - utmcid: null, - utmcsr: null, - utmgclid: null, - utmdclid: null, - utmccn: null, - utmcmd: null, - utmctr: null, - utmcct: null, - utmcvr: null, - __utmz: null, - utmsn: null, - utmsa: null, - utmsid: null, - __utmx: null, - __utmv: null, - toHashTable: function() { - for (var a = new q.ds.StringMap, c = 0, r = D.getInstanceFields(b.internals.ParameterHolder); c < r.length;) { - var e = r[c]; - ++c; - if ("_" != e.charAt(0) && - !v.isFunction(v.field(this, e))) { - var f = v.field(this, e); - a.set(e, f) - } - } - return a - }, - toQueryString: function() { - for (var a = "", c = 0, r = D.getInstanceFields(b.internals.ParameterHolder); c < r.length;) { - var e = r[c]; - ++c; - "_" == e.charAt(0) || v.isFunction(v.field(this, e)) || null == v.field(this, e) || "null" == v.field(this, e) || (a += e + "=" + t.replace(y.string(v.field(this, e)) + "", "&", "%26") + "&") - } - return a - }, - __class__: b.internals.ParameterHolder - }; - b.internals.Util = function() {}; - b.internals.Util.__name__ = !0; - b.internals.Util.encodeUriComponent = - function(a) { - return b.internals.Util.convertToUriComponentEncoding(t.urlEncode(a)) - }; - b.internals.Util.stringReplaceArray = function(a, c, b) { - for (var e = 0, f = c.length; e < f;) { - var d = e++; - null != c[d] && (a = t.replace(a + " ", c[d], b[d])) - } - return t.trim(a) - }; - b.internals.Util.parseInt = function(a, c) { - return null == a ? c : y.parseInt(a) - }; - b.internals.Util.convertToUriComponentEncoding = function(a) { - return b.internals.Util.stringReplaceArray(a, "!*'() +".split(""), "%21 %2A %27 %28 %29 %20 %20".split(" ")) - }; - b.internals.Util.generate32bitRandom = - function() { - return Math.round(2147483647 * Math.random()) - }; - b.internals.Util.generateHash = function(a) { - var c = 1, - b; - if (null != a && "" != a) - for (var c = 0, e = a.length - 1; 0 <= e;) b = m.cca(a, e), c = (c << 6 & 268435455) + b + (b << 14), b = c & 266338304, 0 != b && (c ^= b >> 21), e--; - return c - }; - b.internals.X10 = function() { - this.projectData = new q.ds.StringMap; - this.KEY = "k"; - this.VALUE = "v"; - this.SET = ["k", "v"]; - this.DELIM_BEGIN = "("; - this.DELIM_END = ")"; - this.DELIM_SET = "*"; - this.DELIM_NUM_VALUE = "!"; - this.MINIMUM = 1; - this.ESCAPE_CHAR_MAP = new q.ds.StringMap; - this.ESCAPE_CHAR_MAP.set("'", - "'0"); - this.ESCAPE_CHAR_MAP.set(")", "'1"); - this.ESCAPE_CHAR_MAP.set("*", "'2"); - this.ESCAPE_CHAR_MAP.set("!", "'3") - }; - b.internals.X10.__name__ = !0; - b.internals.X10.prototype = { - projectData: null, - KEY: null, - VALUE: null, - SET: null, - DELIM_BEGIN: null, - DELIM_END: null, - DELIM_SET: null, - DELIM_NUM_VALUE: null, - ESCAPE_CHAR_MAP: null, - MINIMUM: null, - hasProject: function(a) { - return this.projectData.exists(a) - }, - setKey: function(a, c, b) { - this.setInternal(a, this.KEY, c, b) - }, - getKey: function(a, c) { - return this.getInternal(a, this.KEY, c) - }, - clearKey: function(a) { - this.clearInternal(a, - this.KEY) - }, - setValue: function(a, c, b) { - this.setInternal(a, this.VALUE, c, b) - }, - getValue: function(a, c) { - return this.getInternal(a, this.VALUE, c) - }, - clearValue: function(a) { - this.clearInternal(a, this.VALUE) - }, - setInternal: function(a, c, b, e) { - if (!this.projectData.exists(a)) { - var f = new q.ds.StringMap; - this.projectData.set(a, f) - } - a = this.projectData.get(a); - a.exists(c) || a.set(c, []); - a.get(c)[b] = e - }, - getInternal: function(a, c, b) { - if (!this.projectData.exists(a)) return null; - a = this.projectData.get(a); - if (!a.exists(c)) return null; - c = a.get(c); - return null == c[b] ? null : c[b] - }, - clearInternal: function(a, c) { - var b; - if (b = this.projectData.exists(a)) b = this.projectData.get(a).exists(c); - b && this.projectData.get(a).remove(c) - }, - escapeExtensibleValue: function(a) { - for (var c = "", b = 0, e = a.length; b < e;) var f = b++, - f = a.charAt(f), - c = this.ESCAPE_CHAR_MAP.exists(f) ? c + this.ESCAPE_CHAR_MAP.get(f) : c + f; - return c - }, - SORT_NUMERIC: function(a, c) { - return a == c ? 0 : a > c ? 1 : -1 - }, - renderDataType: function(a) { - for (var c = [], b = 0, e = 0, f = a.length; e < f;) { - var d = e++, - g = a[d]; - if (null != g) { - var k = ""; - d != this.MINIMUM && - d - 1 != b && (k += d, k += this.DELIM_NUM_VALUE); - k += this.escapeExtensibleValue(g); - c.push(k) - } - b = d - } - return this.DELIM_BEGIN + c.join(this.DELIM_SET) + this.DELIM_END - }, - renderProject: function(a) { - for (var c = "", b = !1, e = 0, f = this.SET.length; e < f;) { - var d = e++; - a.exists(this.SET[d]) ? (b && (c += this.SET[d]), c += this.renderDataType(a.get(this.SET[d])), b = !1) : b = !0 - } - return c - }, - renderUrlString: function() { - for (var a = "", c = this.projectData.keys(); c.hasNext();) var b = c.next(), - a = a + (b + this.renderProject(this.projectData.get(b))); - return a - }, - __class__: b.internals.X10 - }; - b.internals.request = {}; - b.internals.request.Request = function(a) { - this.setConfig(null != a ? a : new b.Config) - }; - b.internals.request.Request.__name__ = !0; - b.internals.request.Request.onError = function(a) {}; - b.internals.request.Request.prototype = { - type: null, - config: null, - userAgent: null, - tracker: null, - visitor: null, - session: null, - getConfig: function() { - return this.config - }, - setConfig: function(a) { - this.config = a - }, - setUserAgent: function(a) { - this.userAgent = a - }, - getTracker: function() { - return this.tracker - }, - setTracker: function(a) { - this.tracker = - a - }, - getVisitor: function() { - return this.visitor - }, - setVisitor: function(a) { - this.visitor = a - }, - getSession: function() { - return this.session - }, - setSession: function(a) { - this.session = a - }, - increaseTrackCount: function() { - this.session.increaseTrackCount(); - 500 < this.session.getTrackCount() && b.Tracker._raiseError("Google Analytics does not guarantee to process more than 500 requests per session.", "Request.buildHttpRequest"); - null != this.tracker.getCampaign() && this.tracker.getCampaign().increaseResponseCount() - }, - send: function() { - if (null != - this.config.getEndPointHost()) { - var a = this.buildParameters(); - null != this.visitor && (this.setUserAgent(this.visitor.getUserAgent()), a.utmvid = this.visitor.getUniqueId()); - a = b.internals.Util.convertToUriComponentEncoding(a.toQueryString()); - a = this.config.getUrlScheme() + "://" + this.config.getEndPointHost() + this.config.getEndPointPath() + "?" + a; - this.increaseTrackCount(); - (new Image).src = a - } - }, - getType: function() { - return null - }, - buildParameters: function() { - var a = new b.internals.ParameterHolder; - a.utmac = this.tracker.getAccountId(); - a.utmhn = this.tracker.getDomainName(); - a.utmt = "" + this.getType(); - a.utmn = b.internals.Util.generate32bitRandom(); - a.utmip = this.visitor.getIpAddress(); - a.utmhid = this.session.getSessionId(); - a.utms = this.session.getTrackCount(); - a = this.buildVisitorParameters(a); - a = this.buildCustomVariablesParameter(a); - a = this.buildCampaignParameters(a); - return a = this.buildCookieParameters(a) - }, - buildVisitorParameters: function(a) { - null != this.visitor.getLocale() && (a.utmul = t.replace(this.visitor.getLocale(), "_", "-").toLowerCase()); - null != - this.visitor.getFlashVersion() && (a.utmfl = this.visitor.getFlashVersion()); - this.visitor.getJavaEnabled() ? a.utmje = "1" : a.utmje = "0"; - null != this.visitor.getScreenColorDepth() && (a.utmsc = this.visitor.getScreenColorDepth() + "-bit"); - a.utmsr = this.visitor.getScreenResolution(); - return a - }, - buildCustomVariablesParameter: function(a) { - var c = this.tracker.getCustomVariables(); - if (null == c) return a; - 5 < c.length && b.Tracker._raiseError("The sum of all custom variables cannot exceed 5 in any given request.", "Request.buildCustomVariablesParameter"); - var r = new b.internals.X10, - e, f; - r.clearKey("8"); - r.clearKey("9"); - r.clearKey("11"); - for (var d = 0; d < c.length;) { - var g = c[d]; - ++d; - e = b.internals.Util.encodeUriComponent(g.getName()); - f = b.internals.Util.encodeUriComponent(g.getValue()); - r.setKey("8", g.getIndex(), e); - r.setKey("9", g.getIndex(), f); - 3 != g.getScope() && r.setKey("11", g.getIndex(), g.getScope()) - } - c = r.renderUrlString(); - null != c && (a.utme = null == a.utme ? c : a.utme + c); - return a - }, - buildCookieParameters: function(a) { - var c = this.generateDomainHash(); - a.__utma = c + "."; - a.__utma += - this.visitor.getUniqueId() + "."; - a.__utma += this.visitor.getFirstVisitTime().toString() + "."; - a.__utma += this.visitor.getPreviousVisitTime().toString() + "."; - a.__utma += this.visitor.getCurrentVisitTime().toString() + "."; - a.__utma += this.visitor.getVisitCount(); - a.__utmb = c + "."; - a.__utmb += this.session.getTrackCount() + "."; - a.__utmb += "10."; - a.__utmb += this.session.getStartTime().toString(); - a.__utmc = c; - c = "__utma=" + a.__utma + ";"; - null != a.__utmz && (c += "+__utmz=" + a.__utmz + ";"); - null != a.__utmv && (c += "+__utmv=" + a.__utmv + ";"); - a.utmcc = - c; - return a - }, - buildCampaignParameters: function(a) { - var c = this.tracker.getCampaign(); - if (null == c) return a; - a.__utmz = this.generateDomainHash() + "."; - a.__utmz += c.getCreationTime().toString() + "."; - a.__utmz += this.visitor.getVisitCount() + "."; - a.__utmz += c.getResponseCount() + "."; - c = "utmcid=" + c.getId() + "|utmcsr=" + c.getSource() + "|utmgclid=" + c.getGClickId() + "|utmdclid=" + c.getDClickId() + "|utmccn=" + c.getName() + "|utmcmd=" + c.getMedium() + "|utmctr=" + c.getTerm() + "|utmcct=" + c.getContent(); - a.__utmz += t.replace(t.replace(c, "+", - "%20"), " ", "%20"); - return a - }, - generateDomainHash: function() { - var a = 1; - this.tracker.getAllowHash() && (a = b.internals.Util.generateHash(this.tracker.getDomainName())); - return a - }, - __class__: b.internals.request.Request - }; - b.internals.request.EventRequest = function(a) { - b.internals.request.Request.call(this, a) - }; - b.internals.request.EventRequest.__name__ = !0; - b.internals.request.EventRequest.__super__ = b.internals.request.Request; - b.internals.request.EventRequest.prototype = w(b.internals.request.Request.prototype, { - event: null, - getType: function() { - return "event" - }, - buildParameters: function() { - var a = b.internals.request.Request.prototype.buildParameters.call(this), - c = new b.internals.X10; - c.clearKey("5"); - c.clearValue("5"); - c.setKey("5", 1, this.event.getCategory()); - c.setKey("5", 2, this.event.getAction()); - null != this.event.getLabel() && c.setKey("5", 3, this.event.getLabel()); - 0 != this.event.getValue() && c.setValue("5", 1, this.event.getValue()); - c = c.renderUrlString(); - null != c && (a.utme = null == a.utme ? c : a.utme + c); - this.event.getNoninteraction() && (a.utmni = - 1); - return a - }, - getEvent: function() { - return this.event - }, - setEvent: function(a) { - this.event = a - }, - __class__: b.internals.request.EventRequest - }); - b.internals.request.ItemRequest = function(a) { - b.internals.request.Request.call(this, a) - }; - b.internals.request.ItemRequest.__name__ = !0; - b.internals.request.ItemRequest.__super__ = b.internals.request.Request; - b.internals.request.ItemRequest.prototype = w(b.internals.request.Request.prototype, { - item: null, - getType: function() { - return "item" - }, - buildParameters: function() { - var a = b.internals.request.Request.prototype.buildParameters.call(this); - a.utmtid = this.item.getOrderId(); - a.utmipc = this.item.getSku(); - a.utmipn = this.item.getName(); - a.utmiva = this.item.getVariation(); - a.utmipr = this.item.getPrice(); - a.utmiqt = this.item.getQuantity(); - return a - }, - buildVisitorParameters: function(a) { - return a - }, - buildCustomVariablesParameter: function(a) { - return a - }, - getItem: function() { - return this.item - }, - setItem: function(a) { - this.item = a - }, - __class__: b.internals.request.ItemRequest - }); - b.internals.request.PageviewRequest = function(a) { - b.internals.request.Request.call(this, a) - }; - b.internals.request.PageviewRequest.__name__ = !0; - b.internals.request.PageviewRequest.__super__ = b.internals.request.Request; - b.internals.request.PageviewRequest.prototype = w(b.internals.request.Request.prototype, { - page: null, - getType: function() { - return null - }, - buildParameters: function() { - var a = b.internals.request.Request.prototype.buildParameters.call(this); - a.utmp = this.page.getPath(); - a.utmdt = this.page.getTitle(); - null != this.page.getCharset() && (a.utmcs = this.page.getCharset()); - null != this.page.getReferrer() && (a.utmr = this.page.getReferrer()); - 0 != this.page.getLoadTime() && - a.utmn % 100 < this.config.getSitespeedSampleRate() && (a.utme = null == a.utme ? "0" : a.utme + 0); - return a - }, - getPage: function() { - return this.page - }, - setPage: function(a) { - this.page = a - }, - __class__: b.internals.request.PageviewRequest - }); - b.internals.request.SocialInteractionRequest = function(a) { - b.internals.request.PageviewRequest.call(this, a) - }; - b.internals.request.SocialInteractionRequest.__name__ = !0; - b.internals.request.SocialInteractionRequest.__super__ = b.internals.request.PageviewRequest; - b.internals.request.SocialInteractionRequest.prototype = - w(b.internals.request.PageviewRequest.prototype, { - socialInteraction: null, - getType: function() { - return "social" - }, - buildParameters: function() { - var a = b.internals.request.PageviewRequest.prototype.buildParameters.call(this); - a.utmsn = this.socialInteraction.getNetwork(); - a.utmsa = this.socialInteraction.getAction(); - a.utmsid = this.socialInteraction.getTarget(); - null == a.utmsid && (a.utmsid = this.page.getPath()); - return a - }, - getSocialInteraction: function() { - return this.socialInteraction - }, - setSocialInteraction: function(a) { - this.socialInteraction = - a - }, - __class__: b.internals.request.SocialInteractionRequest - }); - b.internals.request.TransactionRequest = function(a) { - b.internals.request.Request.call(this, a) - }; - b.internals.request.TransactionRequest.__name__ = !0; - b.internals.request.TransactionRequest.__super__ = b.internals.request.Request; - b.internals.request.TransactionRequest.prototype = w(b.internals.request.Request.prototype, { - transaction: null, - getType: function() { - return "tran" - }, - buildParameters: function() { - var a = b.internals.request.Request.prototype.buildParameters.call(this); - a.utmtid = this.transaction.getOrderId(); - a.utmtst = this.transaction.getAffiliation(); - a.utmtto = this.transaction.getTotal(); - a.utmttx = this.transaction.getTax(); - a.utmtsp = this.transaction.getShipping(); - a.utmtci = this.transaction.getCity(); - a.utmtrg = this.transaction.getRegion(); - a.utmtco = this.transaction.getCountry(); - return a - }, - buildVisitorParameters: function(a) { - return a - }, - buildCustomVariablesParameter: function(a) { - return a - }, - getTransaction: function() { - return this.transaction - }, - setTransaction: function(a) { - this.transaction = - a - }, - __class__: b.internals.request.TransactionRequest - }); - var q = { - Http: function(a) { - this.url = a; - this.headers = new A; - this.params = new A; - this.async = !0 - } - }; - q.Http.__name__ = !0; - q.Http.requestUrl = function(a) { - a = new q.Http(a); - a.async = !1; - var c = null; - a.onData = function(a) { - c = a - }; - a.onError = function(a) { - throw a; - }; - a.request(!1); - return c - }; - q.Http.prototype = { - url: null, - responseData: null, - async: null, - postData: null, - headers: null, - params: null, - req: null, - request: function(a) { - var c = this; - c.responseData = null; - var b = this.req = u.Browser.createXMLHttpRequest(), - e = function(a) { - if (4 == b.readyState) { - var e; - try { - e = b.status - } catch (f) { - e = null - } - void 0 == e && (e = null); - if (null != e) c.onStatus(e); - if (null != e && 200 <= e && 400 > e) c.req = null, c.onData(c.responseData = b.responseText); - else if (null == e) c.req = null, c.onError("Failed to connect or resolve host"); - else switch (e) { - case 12029: - c.req = null; - c.onError("Failed to connect to host"); - break; - case 12007: - c.req = null; - c.onError("Unknown host"); - break; - default: - c.req = null, c.responseData = b.responseText, c.onError("Http Error #" + b.status) - } - } - }; - this.async && - (b.onreadystatechange = e); - var f = this.postData; - if (null != f) a = !0; - else - for (var d = this.params.iterator(); d.hasNext();) var g = d.next(), - f = null == f ? "" : f + "&", - f = f + (encodeURIComponent(g.param) + "=" + encodeURIComponent(g.value)); - try { - if (a) b.open("POST", this.url, this.async); - else if (null != f) { - var k = 1 >= this.url.split("?").length; - b.open("GET", this.url + (k ? "?" : "&") + f, this.async); - f = null - } else b.open("GET", this.url, this.async) - } catch (h) { - c.req = null; - this.onError(h.toString()); - return - }!x.exists(this.headers, function(a) { - return "Content-Type" == - a.header - }) && a && null == this.postData && b.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); - for (a = this.headers.iterator(); a.hasNext();) d = a.next(), b.setRequestHeader(d.header, d.value); - b.send(f); - this.async || e(null) - }, - onData: function(a) {}, - onError: function(a) {}, - onStatus: function(a) {}, - __class__: q.Http - }; - q.Timer = function(a) { - var c = this; - this.id = setInterval(function() { - c.run() - }, a) - }; - q.Timer.__name__ = !0; - q.Timer.delay = function(a, c) { - var b = new q.Timer(c); - b.run = function() { - b.stop(); - a() - }; - return b - }; - q.Timer.prototype = { - id: null, - stop: function() { - null != this.id && (clearInterval(this.id), this.id = null) - }, - run: function() {}, - __class__: q.Timer - }; - q.ds = {}; - q.ds.StringMap = function() { - this.h = {} - }; - q.ds.StringMap.__name__ = !0; - q.ds.StringMap.__interfaces__ = [z]; - q.ds.StringMap.prototype = { - h: null, - set: function(a, c) { - this.h["$" + a] = c - }, - get: function(a) { - return this.h["$" + a] - }, - exists: function(a) { - return this.h.hasOwnProperty("$" + a) - }, - remove: function(a) { - a = "$" + a; - if (!this.h.hasOwnProperty(a)) return !1; - delete this.h[a]; - return !0 - }, - keys: function() { - var a = [], - c; - for (c in this.h) this.h.hasOwnProperty(c) && a.push(c.substr(1)); - return m.iter(a) - }, - iterator: function() { - return { - ref: this.h, - it: this.keys(), - hasNext: function() { - return this.it.hasNext() - }, - next: function() { - var a = this.it.next(); - return this.ref["$" + a] - } - } - }, - __class__: q.ds.StringMap - }; - q.io = {}; - q.io.Eof = function() {}; - q.io.Eof.__name__ = !0; - q.io.Eof.prototype = { - toString: function() { - return "Eof" - }, - __class__: q.io.Eof - }; - q.xml = {}; - q.xml.Parser = function() {}; - q.xml.Parser.__name__ = !0; - q.xml.Parser.parse = function(a) { - var c = h.createDocument(); - q.xml.Parser.doParse(a, 0, c); - return c - }; - q.xml.Parser.doParse = function(a, c, b) { - null == c && (c = 0); - for (var e = null, f = 1, d = 1, g = null, k = 0, p = 0, n = 0, l = a.charCodeAt(c), s = new C; l == l;) { - switch (f) { - case 0: - switch (l) { - case 10: - case 13: - case 9: - case 32: - break; - default: - f = d; - continue - } - break; - case 1: - switch (l) { - case 60: - f = 0; - d = 2; - break; - default: - k = c; - f = 13; - continue - } - break; - case 13: - 60 == l ? (d = h.createPCData(s.b + m.substr(a, k, c - k)), s = new C, b.addChild(d), p++, f = 0, d = 2) : 38 == l && (s.addSub(a, k, c - k), f = 18, d = 13, k = c + 1); - break; - case 17: - 93 == l && 93 == a.charCodeAt(c + 1) && - 62 == a.charCodeAt(c + 2) && (f = h.createCData(m.substr(a, k, c - k)), b.addChild(f), p++, c += 2, f = 1); - break; - case 2: - switch (l) { - case 33: - if (91 == a.charCodeAt(c + 1)) { - c += 2; - if ("CDATA[" != m.substr(a, c, 6).toUpperCase()) throw "Expected = l || 65 <= l && 90 >= l || 48 <= l && 57 >= l || 58 == l || 46 == l || 95 == l || 45 == l)) { - if (c == k) throw "Expected node name"; - e = h.createElement(m.substr(a, k, c - k)); - b.addChild(e); - f = 0; - d = 4; - continue - } - break; - case 4: - switch (l) { - case 47: - f = 11; - p++; - break; - case 62: - f = 9; - p++; - break; - default: - f = 5; - k = c; - continue - } - break; - case 5: - if (!(97 <= l && 122 >= l || 65 <= l && 90 >= l || 48 <= l && 57 >= l || 58 == l || 46 == l || 95 == l || 45 == l)) { - if (k == c) throw "Expected attribute name"; - g = m.substr(a, - k, c - k); - if (e.exists(g)) throw "Duplicate attribute"; - f = 0; - d = 6; - continue - } - break; - case 6: - switch (l) { - case 61: - f = 0; - d = 7; - break; - default: - throw "Expected ="; - } - break; - case 7: - switch (l) { - case 34: - case 39: - f = 8; - k = c; - break; - default: - throw 'Expected "'; - } - break; - case 8: - l == a.charCodeAt(k) && (d = m.substr(a, k + 1, c - k - 1), e.set(g, d), f = 0, d = 4); - break; - case 9: - k = c = q.xml.Parser.doParse(a, c, e); - f = 1; - break; - case 11: - switch (l) { - case 62: - f = 1; - break; - default: - throw "Expected >"; - } - break; - case 12: - switch (l) { - case 62: - return 0 == p && b.addChild(h.createPCData("")), c; - default: - throw "Expected >"; - } - case 10: - if (!(97 <= l && 122 >= l || 65 <= l && 90 >= l || 48 <= l && 57 >= l || 58 == l || 46 == l || 95 == l || 45 == l)) { - if (k == c) throw "Expected node name"; - if (m.substr(a, k, c - k) != b.get_nodeName()) throw "Expected " + b.get_nodeName() + ">"; - f = 0; - d = 12; - continue - } - break; - case 15: - 45 == l && 45 == a.charCodeAt(c + 1) && 62 == a.charCodeAt(c + 2) && (b.addChild(h.createComment(m.substr(a, k, c - k))), c += 2, f = 1); - break; - case 16: - 91 == l ? n++ : 93 == l ? n-- : 62 == l && 0 == n && (b.addChild(h.createDocType(m.substr(a, k, c - k))), f = 1); - break; - case 14: - 63 == l && 62 == a.charCodeAt(c + 1) && (c++, f = m.substr(a, - k + 1, c - k - 2), b.addChild(h.createProcessingInstruction(f)), f = 1); - break; - case 18: - 59 == l && (k = m.substr(a, k, c - k), 35 == k.charCodeAt(0) ? (k = 120 == k.charCodeAt(1) ? y.parseInt("0" + m.substr(k, 1, k.length - 1)) : y.parseInt(m.substr(k, 1, k.length - 1)), s.add(String.fromCharCode(k))) : q.xml.Parser.escapes.exists(k) ? s.add(q.xml.Parser.escapes.get(k)) : s.b += y.string("&" + k + ";"), k = c + 1, f = d) - } - l = t.fastCodeAt(a, ++c) - } - 1 == f && (k = c, f = 13); - if (13 == f) return c == k && 0 != p || b.addChild(h.createPCData(s.b + m.substr(a, k, c - k))), c; - throw "Unexpected end"; - }; - var u = { - Boot: function() {} - }; - u.Boot.__name__ = !0; - u.Boot.getClass = function(a) { - return a instanceof Array && null == a.__enum__ ? Array : a.__class__ - }; - u.Boot.__string_rec = function(a, c) { - if (null == a) return "null"; - if (5 <= c.length) return "<...>"; - var b = typeof a; - "function" == b && (a.__name__ || a.__ename__) && (b = "object"); - switch (b) { - case "object": - if (a instanceof Array) { - if (a.__enum__) { - if (2 == a.length) return a[0]; - b = a[0] + "("; - c += "\t"; - for (var e = 2, d = a.length; e < d;) var g = e++, - b = 2 != g ? b + ("," + u.Boot.__string_rec(a[g], c)) : b + u.Boot.__string_rec(a[g], - c); - return b + ")" - } - b = a.length; - e = "["; - c += "\t"; - for (d = 0; d < b;) g = d++, e += (0 < g ? "," : "") + u.Boot.__string_rec(a[g], c); - return e + "]" - } - try { - e = a.toString - } catch (h) { - return "???" - } - if (null != e && e != Object.toString && (b = a.toString(), "[object Object]" != b)) return b; - b = null; - e = "{\n"; - c += "\t"; - d = null != a.hasOwnProperty; - for (b in a) d && !a.hasOwnProperty(b) || "prototype" == b || "__class__" == b || "__super__" == b || "__interfaces__" == b || "__properties__" == b || (2 != e.length && (e += ", \n"), e += c + b + " : " + u.Boot.__string_rec(a[b], c)); - c = c.substring(1); - return e + - ("\n" + c + "}"); - case "function": - return "