fix(tracking): add link click tracking to snowplow
This commit is contained in:
2
bin/vendor/analytics.html
vendored
2
bin/vendor/analytics.html
vendored
@@ -30,6 +30,8 @@
|
||||
|
||||
snowplow('trackPageView');
|
||||
|
||||
snowplow('enableLinkClickTracking')
|
||||
|
||||
const space_id = decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent('space_id').replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null;
|
||||
|
||||
snowplow('trackSelfDescribingEvent', {
|
||||
|
||||
Reference in New Issue
Block a user