2
0
mirror of https://github.com/urbanguacamole/torrent-paradise synced 2024-10-31 21:20:13 +00:00
torrent-paradise/api
Urban Guacamole a82e8bef03 Add support for quotes and exclusion for search
You can now use "" and - to require exact match or exclude some terms.
2020-09-02 16:20:59 +02:00
..
api.service Add telemetry 2019-12-23 20:34:14 +01:00
main.go Add support for quotes and exclusion for search 2020-09-02 16:20:59 +02:00
README.md Add onclick telemetry 2019-12-25 13:19:47 +01:00

Expecting a future where clickstream data are more and more important, because ranking will be moving from strict keyword based seeders sorted to fuzzy matching with machine learned sorting, I'll be adding limited anonymized telemetry to Torrent Paradise.

Telemetry collected after searching

  • query
  • session id
    • required to find out if this is a followup query (after not being able to find results with a previous query) or a first
    • pseudorandom identifier generated on each visit, not persisted across browser tabs
  • action #
    • needed to find the order of actions
  • infohash
  • query (once again)
  • torrent name
  • seeders
  • leechers
  • torrent size
  • session id
  • action #
  • screen resolution
    • expected to be critical for ranking of video
  • User Agent
    • expected to be critical for ranking of software
  • language
    • could help for ranking video, might predict internet speed and thus required file size

Your IP address is never logged. Telemetry is always sent encrypted. HTTPS is terminated at the caddy web server.