Skip to content

Commit 241c10e

Browse files
authored
feat: add unify tag (#487)
1 parent ba31e12 commit 241c10e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/starlight/Head.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ import Default from '@astrojs/starlight/components/Head.astro';
1010
is:inline
1111
data-domain="docs.shorebird.dev"
1212
src="https://plausible.io/js/script.tagged-events.js"></script>
13+
14+
<!-- Unify Website Tag -->
15+
<script is:inline>!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/QoBw2RtKMRTC8SgiRGVoqm/script.js"),n.setAttribute("data-api-key","wk_aZd1Wuvn_66qeweFDZsr2swVJShPAMpqiwuEv4VHm"),n.setAttribute("id","unifytag"),(document.body||document.head).appendChild(n)}();</script>

0 commit comments

Comments
 (0)