Skip to content

Instantly share code, notes, and snippets.

@johnkors
Created April 1, 2020 12:17
Show Gist options
  • Save johnkors/23fc9dc66e6fe26c63bde34e55a1df1c to your computer and use it in GitHub Desktop.
Save johnkors/23fc9dc66e6fe26c63bde34e55a1df1c to your computer and use it in GitHub Desktop.
tracking query params
verboten = [
# google
'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