From f75f0d7acf9697c8d00cd708e3eb53c1fd2a7966 Mon Sep 17 00:00:00 2001 From: Ashwin Punj Date: Wed, 21 Jan 2026 16:51:18 -0500 Subject: [PATCH] Adding Unify custom script to Mintlify Docs --- docs/unify.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/unify.js diff --git a/docs/unify.js b/docs/unify.js new file mode 100644 index 0000000000..3ca3be9dd6 --- /dev/null +++ b/docs/unify.js @@ -0,0 +1,21 @@ +!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/URbJ4p7g2b1huniGxT8HcA/script.js"); + n.setAttribute("data-api-key", "wk_YbNMAb89_ErhtGc2t7wWokhRTmuKFcL7UE2NwWgfd"); + n.setAttribute("id", "unifytag"); + (document.body || document.head).appendChild(n); +}(); \ No newline at end of file