forked from tkhq/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathga.js
More file actions
37 lines (37 loc) · 909 Bytes
/
ga.js
File metadata and controls
37 lines (37 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
!(function () {
var e = [
"identify",
"page",
"startAutoPage",
"stopAutoPage",
"startAutoIdentify",
"stopAutoIdentify",
];
function t(o) {
return Object.assign(
[],
e.reduce(function (r, n) {
return (
(r[n] = function () {
return o.push([n, [].slice.call(arguments)]), o;
}),
r
);
}, {})
);
}
window.unify || (window.unify = t(window.unify)),
window.unifyBrowser || (window.unifyBrowser = t(window.unifyBrowser));
var n = document.createElement("script");
(n.async = !0),
n.setAttribute(
"src",
"https://tag.unifyintent.com/v1/7Kk92osLC7vgqrstznftZA/script.js"
),
n.setAttribute(
"data-api-key",
"wk_gHe63XaT_7Ayfg866Ci5SHWgeNTkqUjxYGdKDUfT7"
),
n.setAttribute("id", "unifytag"),
(document.body || document.head).appendChild(n);
})();