From a3f7a555d97a06034d96e55cb00241c6877a0b32 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 6 Feb 2020 12:34:29 -0800 Subject: [PATCH] Google Analytics: track cross-domain activity w/ Xpring --- tool/template-base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tool/template-base.html b/tool/template-base.html index 84466ccee7..f8eb8fb019 100644 --- a/tool/template-base.html +++ b/tool/template-base.html @@ -32,7 +32,11 @@ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'UA-45576805-2'); + gtag('config', 'UA-157720658-3', { 'linker': { + 'domains': ['blog.xpring.io', 'forum.xpring.io', 'xpring.io', + 'xrpl.org', 'explorer.xrpl.org', 'testnet.xrpl.org'] + } } + ); {% block head %}