User:PrimeBOT/Task 17
Appearance
Status and updates for Task 17
List of params
[edit]- Doing
- utm_ - confirmed tracking
- cmpid
- mbid - confirmed tracking
- fbclid
- sp(Mailing|User|Job|Report|Pod)Id - confirmed tracking
- Possible
- CNDID
- WT.ec_id
- cid
- sp_mid
- sp_rid
- Necessary to keep
- None currently
Bugs to fix/patches to make
[edit]- Parameter order matters? Found a few instances where &a=___?b=___ worked but not &b=___?a=____
- Avoid removing
-->
if stuck to the end of the URL
Regex updates
[edit]because these things are boring
|
---|
Original
27 May (BRFA trial) - add green code to catch utm_ params in the middle, and catching more end-of-URL possibilities
7 June (catch ref tags) - add < to end-of-check exceptions
8 June (catch malformed utm_ params) - utm_ must be followed by text and an =
10 June (avoid web archive links)
1 July (avoid _utms just hanging out in text)
|