Skip to content

A wiki documenting tracking endpoints and how to extract data from requests to them.

License

Notifications You must be signed in to change notification settings

tweaselORG/tracker-wiki

Repository files navigation

tracker-wiki

A wiki documenting tracking endpoints and how to extract data from requests to them.

This project automatically generates a human-readable documentation of the tracking adapters in TrackHAR. It documents how TrackHAR recognizes the trackers and sorts them into adapters, what algorithms are used to decode the requests and the locations of data in the decoded requests. Also, we provide some sample information from research data to illustrate what types of data are typically extaracted (currently from @baltpeter's thesis). The aim is to provide a detailed enough documentation so that the results of TrackHAR can be verified independently, e.g in a court case.

The live version is hosted at trackers.tweasel.org and automatically deployed from this repository.

Build

tracker-wiki is build statically using the extended version of Hugo (take a look at how to install it). You need at least version v0.123.3+extended to build it yourself. You'll also need a current version of Node.js and Yarn (or npm).

Then you can run the following to build the HTML:

yarn
yarn build

You can find the built HTML in the public directory.

If you want to run a development server, you can use: