Topic: utm_source tracking parameters in source URLs

Posted under General

Looking through some of those posts, I can see that the biggest offenders are from Patreon, Reddit, and Instagram. Plus one from TikTok. The origin of the UTMs come from the uploaders clicking the share button on the source's web page instead of copying the URL from the address bar. To remove them, someone would have to make a bot, unless they want to manually work through all 1500 of them.

To any bot makers out there, the Regex expression utm_\w+=\w+&? could be used to remove the UTMs while preserving any other parameters.

  • 1