Opened 4 years ago
Closed 4 years ago
#5481 closed defect (bug) (wontfix)
Prevent/strip UTM tags in plugin readme 'internal' links
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Plugin Directory | Keywords: | analytics |
Cc: |
Description
Plugins like https://fr.wordpress.org/plugins/popups-for-divi/ include UTM parameters in their links (e.g., in this case, ?utm_source=wporg&utm_medium=link&utm_campaign=popups-for-divi
), for their own attribution purposes.
However, when these links point to wordpress.org URLs, that breaks our attribution (by resetting the user session and allocating it to the defined channel).
That makes these kinds of links annoying at best, and, an attack vector on our analytics at worst.
As such, we should strip these parameters when they're present on 'internal' links (i.e., any which match something along the lines of https?://([a-z-]+)\.wordpress\.org
).
Change History (4)
#2
@
4 years ago
I've only seen one or two of these, so it's definitely not widespread.
But if we can automate the fix, isn't that preferable to relying on folks to see/remember/understand/police manually?
Is the problem widespread enough to where we need code for it? It seems like simply reporting the plugins doing it to the plugins team would be enough to email authors and tell them to stop. This applies to any incorrect links in the readme.txt.