Privacy
Achordeon counts page visits, so we can see which parts get used and which ones to fix first. Nothing here identifies you, and there is no cookie bar, because there is nothing to ask you about, until you switch the second part on yourself.
What is counted
Every visit, in the docs and in the app, is one request that looks like this:
GET /count?p=/docs/privacy&r=google.com
- p: which page. Song and songbook ids are stripped out first, so
/songs/<id>is counted as/songs/:idand every library folds into one row. The prefix says whether it was the docs or the app, and which language - r: the domain that linked you here, never the full address. Our own domain counts as nothing, so moving around inside Achordeon reports no source
That is the whole request, and no script runs to make it: the answer is a 1×1 image. The counts get added up, so what comes out is "40 visits to the syntax page today". There is no visitor id, which means three visits by you and one visit each by three other people look exactly the same.
The counting is done by GoatCounter, on servers in the EU.
Putting anything on your device, or reading anything off it, needs your permission first. This does neither, no cookie, no local storage, no fingerprint, so no permission is needed and no bar appears.
What is never collected
- Your IP address
- Your browser or operating system
- Any visitor id, hashed or otherwise
- Anything you wrote: song titles, lyrics, chords, file names
Extra statistics
Off unless you turn it on. It adds one field to the request above, s, your
screen size, which is what tells us whether the render settings are being used
on phones or on desktops. Still no ip address, still no visitor id.
It is separate for one reason: everything above is something the browser told us in the act of asking for a page, while the screen size has to be read off your device, and reading your device is the part that needs your say-so.
The switch is remembered on this device, and it covers the app as well as these docs. Turning it back off takes effect immediately. The same switch is in the app's Settings, and it is the same switch, so set it in either place.
How long it is kept
The raw counts for 90 days, then the daily totals only. Nothing is ever read back while the app runs.
Since no row can be traced to a person, we could not find your data if you asked us to, because there is no id to look you up by. That is rather the point.