Skip to content

A list of query params used for tracking by various marketing tools

Notifications You must be signed in to change notification settings

NitroPack/tracking-query-params-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracking-query-params-registry

What Is This?

Digital marketing tool such as email service providers and analytics platforms often append tracking parameters to URLs. These are helpful for marketers, but can also severely decrease the effectiveness of page caching tools such as Varnish.

The purpose of this repository is to keep a centralized list of tracking query parameters used by the huge range of online marketing tools in use today.

The List

{% include table.html %}

The lists is contained in params.csv. The file contains 4 columns...

  • Param This is the query parameter appended to URLs
  • Platform This is the platform that is responsible for appending this parameter
  • Confirmed In A reference to the query parameter
  • Unique Per Visitor Whether or not the parameter is unique for each visitor

The intention is to use this list to form an ignore list for your page cache implementation.

Contributing

If you come across a tracking parameter that is missing from this list, by all means, make a contribution. In order to do so, please fork the repository and issue a pull request to the master branch. Please include the "Confirmed In" column to show where this query parameter is referenced.

About

A list of query params used for tracking by various marketing tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.8%
  • Ruby 14.2%