You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
README.md Add onclick telemetry 4 years ago
api.service Add telemetry 4 years ago
main.go Add support for quotes and exclusion for search 4 years ago

README.md

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.