From 61a7964e960bc13b58cc3e1533414fa258ccb51d Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 15 Apr 2021 14:07:32 +0200 Subject: [PATCH] adjust sorting of Collects values --- draft-offen-analyticstxt.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/draft-offen-analyticstxt.md b/draft-offen-analyticstxt.md index d7fec9c..8023e5e 100644 --- a/draft-offen-analyticstxt.md +++ b/draft-offen-analyticstxt.md @@ -162,6 +162,11 @@ These values MUST also be specified if a property is not persisted as-is, but st No analytics data is collected at all. This value MUST NOT be used in conjunction with other values. +##### url + +The URL of a visit, including its path, is collected and used. +This MUST also be specified in case URLs are stripped of certain parameters or pseudonymized before being stored. + ##### ip-address The request IP address is being used. @@ -184,11 +189,6 @@ Such mechanisms usually try to compute a unique identifier from properties of th The user's device type (e.g. mobile / tablet / desktop) is being determined and collected. -##### url - -The URL of a visit, including its path, is collected and used. -This MUST also be specified in case URLs are stripped of certain parameters or pseudonymized before being stored. - ##### referrer The Referrer of a visit is collected and used. This MUST also be specified if the referrer value is stripped of potential path fragments.