Google Analytics: track cross-domain activity w/ Xpring

This commit is contained in:
mDuo13
2020-02-06 12:34:29 -08:00
parent 0db59509eb
commit a3f7a555d9

View File

@@ -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']
} }
);
</script>
{% block head %}