We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baba1fe commit 70b2925Copy full SHA for 70b2925
layouts/partials/segment.html
@@ -3,7 +3,9 @@
3
analytics.load("WRrz9T87YdiSbmMaU8rm2JAq7EFKp5H4");
4
analytics.page();
5
analytics.track('PageViewed', {
6
- page_name: document.title || window.location.pathname
+ page_name: window.location.pathname,
7
+ timestamp: new Date().toISOString(),
8
+ url: typeof window !== 'undefined' ? window.location.href : undefined
9
});
10
}}();
11
</script>
0 commit comments