octo icon indicating copy to clipboard operation
octo copied to clipboard

Track dynamic URLs as aggregates

Open davidmyersdev opened this issue 2 years ago • 0 comments

URLs such as /docs/:id are no longer tracked. In the future, we could track these URLs in aggregate using this Fathom feature.

https://usefathom.com/docs/script/script-advanced

window.fathom.trackPageview({
  url: 'https://yoursite.com/about',
  referrer: 'https://referrer.com/yoursite-link',
})

davidmyersdev avatar May 23 '22 20:05 davidmyersdev