mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
Google Analytics: track cross-domain activity w/ Xpring
This commit is contained in:
@@ -32,7 +32,11 @@
|
|||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
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>
|
</script>
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
|||||||
Reference in New Issue
Block a user