Differences between versions

ItemVersion from 01:10, 29 October 2022 by Suffusion of YellowVersion from 02:03, 26 October 2024 by EggRoll97
Basic information
Notes:
Log links with parameters that are used to track the source of clicks, likely used by SEO people. Log-only to gauge the scale of the issue. --ST47 2020-02-14
Log links with parameters that are used to track the source of clicks, likely used by SEO people. Log-only to gauge the scale of the issue. --ST47 2020-02-14


This filter is showing up on the Slow Filter Dashboard on Logstash. added_links is expensive. To reduce unnecessary calls to added_links, we can first check if http or https is in added_lines. ~MA 2021-01-22
This filter is showing up on the Slow Filter Dashboard on Logstash. added_links is expensive. To reduce unnecessary calls to added_links, we can first check if http or https is in added_lines. ~MA 2021-01-22


Optimize: Don't generate added_links every time someone edits a line containing a link. --Suffusion of Yellow 01:09 29 Oct 2022
Optimize: Don't generate added_links every time someone edits a line containing a link. --Suffusion of Yellow 01:09 29 Oct 2022
Exclude antivandalism edits (reverts, etc) per request on EFR. --EggRoll97 02:03 26 Oct 2024
Filter conditions
Conditions:
(documentation)
/* added_links is expensive; first check added_lines for protocol to reduce unneeded calls to added_links */
/* added_links is expensive; first check added_lines for protocol to reduce unneeded calls to added_links */


tracking := "(?:utm_source|utm_medium|utm_campaign|utm_term|utm_content|gclid|gclsrc|dclid|fbclid|zanpid)=";
tracking := "(?:utm_source|utm_medium|utm_campaign|utm_term|utm_content|gclid|gclsrc|dclid|fbclid|zanpid)=";
added_lines irlike tracking &
added_lines irlike tracking &
added_links irlike tracking
added_links irlike tracking &
 
!(summary irlike "^(?:undid|rv[vt]?|revert|restored)")
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy