Skip to content

Commit 4afe633

Browse files
authored
Replace analytics.track with analytics.page (#2197)
1 parent 18c7fc9 commit 4afe633

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

layouts/partials/segment.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
}}();
55
</script>
66
<script>
7-
analytics.track('PageViewed', {
8-
page_name: name || (typeof window !== 'undefined' ? window.location.pathname : undefined)
9-
});
7+
analytics.page();
108
</script>

0 commit comments

Comments
 (0)