mirror of https://github.com/M66B/FairEmail.git
Added query parameters to remove
This commit is contained in:
parent
fa69e48f0d
commit
6ba6188d95
|
@ -261,14 +261,24 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||||
"utm_pubreferrer",
|
"utm_pubreferrer",
|
||||||
"utm_swu",
|
"utm_swu",
|
||||||
|
|
||||||
|
"utm_datesent",
|
||||||
|
"utm_emailtype",
|
||||||
|
"utm_segment",
|
||||||
|
"utm_campaigntheme",
|
||||||
|
"utm_subjecttone",
|
||||||
|
|
||||||
"icid", // Adobe
|
"icid", // Adobe
|
||||||
"gclid", // Google
|
"gclid", // Google
|
||||||
|
"gclsrc", // Google ads
|
||||||
|
"dclid", // DoubleClick (Google)
|
||||||
"fbclid", // Facebook
|
"fbclid", // Facebook
|
||||||
"igshid", // Instagram
|
"igshid", // Instagram
|
||||||
|
|
||||||
"mc_cid", // MailChimp
|
"mc_cid", // MailChimp
|
||||||
"mc_eid", // MailChimp
|
"mc_eid", // MailChimp
|
||||||
|
|
||||||
|
"zanpid", // Zanox (Awin)
|
||||||
|
|
||||||
"kclickid" // https://support.freespee.com/hc/en-us/articles/202577831-Kenshoo-integration
|
"kclickid" // https://support.freespee.com/hc/en-us/articles/202577831-Kenshoo-integration
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue