mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Finished blog.
This commit is contained in:
@@ -20,14 +20,14 @@ Pirsch is German and refers to a special kind of hunt: _the hunter carefully an
|
||||
|
||||
I found this quite fitting for a tracking library that cannot be blocked by the visitor. Even though it sounds a little sneaky. Here is the Gopher for it created by [Daniel](https://github.com/Motorschpocht).
|
||||
|
||||

|
||||

|
||||
|
||||
How Does It Work?
|
||||
-----------------
|
||||
|
||||
I will go over each step in more detail later, but here is a high-level overview of how Pirsch tracks visitors.
|
||||
|
||||

|
||||

|
||||
|
||||
Once someone visits your website, the HTTP handler calls Pirsch to store a new hit and goes on with whatever it intends to do. Pirsch will do its best to filter out bots, calculate a fingerprint, and stores the page hit. You can analyze the data and generate statistics from it later.
|
||||
|
||||
@@ -89,7 +89,7 @@ Pirsch provides an _Analyzer_ that can be used to extract some basic statistics:
|
||||
|
||||
Most of these functions accept a filter to specify a time frame. The data can then be plotted like on my [tracking page](https://marvinblum.de/tracking).
|
||||
|
||||

|
||||

|
||||
|
||||
To reduce the amount of data that needs to be processed the hits get aggregated each night and hits are cleaned up afterward.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user