Files
AdguardFilters/TrackParamFilter/sections
Nguyen Nguyen b7b1d91e32 Address True Anthem tracking params (#229093)
Related issues:

- https://github.com/AdguardTeam/AdguardFilters/issues/222986

- https://github.com/AdguardTeam/AdguardFilters/issues/228929

References:

- https://support.trueanthem.com/hc/en-us/articles/23899197013140-Setup-Custom-UTM-and-Query-String-Tracking

I'm not too confident of false positives rates of these 2 params if removing globally. For `link_source`, maybe we can narrow it more to

```adblock
^link_source=ta_$removeparam=link_source
```
2026-04-14 18:49:44 +03:00
..