Created
April 1, 2020 12:17
-
-
Save johnkors/23fc9dc66e6fe26c63bde34e55a1df1c to your computer and use it in GitHub Desktop.
tracking query params
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
verboten = [ | |
'utm_source' | |
, 'utm_medium' | |
, 'utm_content' | |
, 'utm_campaign' | |
, 'utm_term' | |
, 'ei' | |
, 'gs_l' | |
# spotify: | |
, 'si' | |
# facebook: | |
, 'fbclid' | |
, 'igshid' | |
, 'notif_t' | |
, 'notif_id' | |
, 'acontext' | |
, 'aref' | |
# mailchimp | |
, 'mc_cid' | |
, 'mc_eid' | |
# ??? | |
, 'ct' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment