plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
19k stars 1.02k forks source link

Do not parse query params from dogfooded events #4217

Closed zoldar closed 3 weeks ago

zoldar commented 3 weeks ago

Changes

This PR introduces a mechanism for ignoring URL parameters when parsing UTM tags and referrer source for dogfooded events coming from Plausible itself. Without it, any session initiating request with URL containing one of the accepted filter params, like source or utm_source will accidentally record this filter parameter as respective session property as well.

Tests

Changelog

Documentation

Dark mode