-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: DOC-1516 change to text/plain (#5009)
* chore: DOC-1516 change to text/plain * chore: move to scripts * chore: removed headtags and migrated to scripts * chore: add head tags for preloading user-centrick scripts * docs: update comments (cherry picked from commit e48e4d9)
- Loading branch information
1 parent
f393008
commit a9f3fc9
Showing
2 changed files
with
175 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,149 @@ | ||
window["_fs_debug"] = false; | ||
window["_fs_host"] = "fullstory.com"; | ||
window["_fs_script"] = "edge.fullstory.com/s/fs.js"; | ||
window["_fs_org"] = "11NJ6J"; | ||
window["_fs_namespace"] = "FS"; | ||
(function (m, n, e, t, l, o, g, y) { | ||
if (e in m) { | ||
if (m.console && m.console.log) { | ||
m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].'); | ||
!(function (m, n, e, t, l, o, g, y) { | ||
var s, | ||
f, | ||
a = (function (h) { | ||
return ( | ||
!(h in m) || | ||
(m.console && | ||
m.console.log && | ||
m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].'), | ||
!1) | ||
); | ||
})(e); | ||
function p(b) { | ||
var h, | ||
d = []; | ||
function j() { | ||
h && | ||
(d.forEach(function (b) { | ||
var d; | ||
try { | ||
d = b[h[0]] && b[h[0]](h[1]); | ||
} catch (h) { | ||
return void (b[3] && b[3](h)); | ||
} | ||
d && d.then ? d.then(b[2], b[3]) : b[2] && b[2](d); | ||
}), | ||
(d.length = 0)); | ||
} | ||
return; | ||
function r(b) { | ||
return function (d) { | ||
h || ((h = [b, d]), j()); | ||
}; | ||
} | ||
return ( | ||
b(r(0), r(1)), | ||
{ | ||
then: function (b, h) { | ||
return p(function (r, i) { | ||
d.push([b, h, r, i]), j(); | ||
}); | ||
}, | ||
} | ||
); | ||
} | ||
g = m[e] = function (a, b, s) { | ||
g.q ? g.q.push([a, b, s]) : g._api(a, b, s); | ||
}; | ||
g.q = []; | ||
o = n.createElement(t); | ||
o.async = 1; | ||
o.crossOrigin = "anonymous"; | ||
o.src = "https://" + window["_fs_script"]; | ||
y = n.getElementsByTagName(t)[0]; | ||
y.parentNode.insertBefore(o, y); | ||
g.identify = function (i, v, s) { | ||
g(l, { uid: i }, s); | ||
if (v) g(l, v, s); | ||
}; | ||
g.setUserVars = function (v, s) { | ||
g(l, v, s); | ||
}; | ||
g.event = function (i, v, s) { | ||
g("event", { n: i, p: v }, s); | ||
}; | ||
g.anonymize = function () { | ||
g.identify(!!0); | ||
}; | ||
g.shutdown = function () { | ||
g("rec", !1); | ||
}; | ||
g.restart = function () { | ||
g("rec", !0); | ||
}; | ||
g.log = function (a, b) { | ||
g("log", [a, b]); | ||
}; | ||
g.consent = function (a) { | ||
g("consent", !arguments.length || a); | ||
}; | ||
g.identifyAccount = function (i, v) { | ||
o = "account"; | ||
v = v || {}; | ||
v.acctId = i; | ||
g(o, v); | ||
}; | ||
g.clearUserCookie = function () {}; | ||
g.setVars = function (n, p) { | ||
g("setVars", [n, p]); | ||
}; | ||
g._w = {}; | ||
y = "XMLHttpRequest"; | ||
g._w[y] = m[y]; | ||
y = "fetch"; | ||
g._w[y] = m[y]; | ||
if (m[y]) | ||
m[y] = function () { | ||
return g._w[y].apply(this, arguments); | ||
}; | ||
g._v = "1.3.0"; | ||
})(window, document, window["_fs_namespace"], "script", "user"); | ||
a && | ||
((g = m[e] = | ||
(function () { | ||
var b = function (b, d, j, r) { | ||
function i(i, c) { | ||
h(b, d, j, i, c, r); | ||
} | ||
r = r || 2; | ||
var c, | ||
u = /Async$/; | ||
return u.test(b) | ||
? ((b = b.replace(u, "")), "function" == typeof Promise ? new Promise(i) : p(i)) | ||
: h(b, d, j, c, c, r); | ||
}; | ||
function h(h, d, j, r, i, c) { | ||
return b._api ? b._api(h, d, j, r, i, c) : (b.q && b.q.push([h, d, j, r, i, c]), null); | ||
} | ||
return (b.q = []), b; | ||
})()), | ||
(y = function (b) { | ||
function h(h) { | ||
"function" == typeof h[4] && h[4](new Error(b)); | ||
} | ||
var d = g.q; | ||
if (d) { | ||
for (var j = 0; j < d.length; j++) h(d[j]); | ||
(d.length = 0), (d.push = h); | ||
} | ||
}), | ||
(function () { | ||
((o = n.createElement(t)).async = !0), | ||
(o.crossOrigin = "anonymous"), | ||
(o.src = "https://" + l), | ||
(o.onerror = function () { | ||
y("Error loading " + l); | ||
}); | ||
var b = n.getElementsByTagName(t)[0]; | ||
b && b.parentNode ? b.parentNode.insertBefore(o, b) : n.head.appendChild(o); | ||
})(), | ||
(function () { | ||
function b() {} | ||
function h(b, h, d) { | ||
g(b, h, d, 1); | ||
} | ||
function d(b, d, j) { | ||
h("setProperties", { type: b, properties: d }, j); | ||
} | ||
function j(b, h) { | ||
d("user", b, h); | ||
} | ||
function r(b, h, d) { | ||
j( | ||
{ | ||
uid: b, | ||
}, | ||
d | ||
), | ||
h && j(h, d); | ||
} | ||
(g.identify = r), | ||
(g.setUserVars = j), | ||
(g.identifyAccount = b), | ||
(g.clearUserCookie = b), | ||
(g.setVars = d), | ||
(g.event = function (b, d, j) { | ||
h( | ||
"trackEvent", | ||
{ | ||
name: b, | ||
properties: d, | ||
}, | ||
j | ||
); | ||
}), | ||
(g.anonymize = function () { | ||
r(!1); | ||
}), | ||
(g.shutdown = function () { | ||
h("shutdown"); | ||
}), | ||
(g.restart = function () { | ||
h("restart"); | ||
}), | ||
(g.log = function (b, d) { | ||
h("log", { level: b, msg: d }); | ||
}), | ||
(g.consent = function (b) { | ||
h("setIdentity", { consent: !arguments.length || b }); | ||
}); | ||
})(), | ||
(s = "fetch"), | ||
(f = "XMLHttpRequest"), | ||
(g._w = {}), | ||
(g._w[f] = m[f]), | ||
(g._w[s] = m[s]), | ||
m[s] && | ||
(m[s] = function () { | ||
return g._w[s].apply(this, arguments); | ||
}), | ||
(g._v = "2.0.0")); | ||
})(window, document, window._fs_namespace, "script", window._fs_script); |