UTM and other URL parameters are not stripped from source URLs from pixel hits
benlk opened this issue · 0 comments
benlk commented
To reproduce:
- A third party republishes your article
- They share it via email, Facebook, Twitter, and other platforms that add source or tracking parameters like
fbclid
orutm_source
- Because those URL params are part of the URL, they appear in the referer for the pixel ping image.
- RTT saves the referring URL, including its params
- As a result, the RTT box in the share dialog has many, many different URLs and click counts, reflecting how many views came from each sharing URL: it becomes noisy
Should this plugin strip URL parameters?
- Yes, it makes the numbers more meaningful
- No, not all sites use pretty permalinks and URL params may be significant
- Conditionally: parse the URL to only strip known-noise parameters like
utm_*
andfbclid