adjust sorting of Collects values

This commit is contained in:
Frederik Ring 2021-04-15 14:07:32 +02:00
parent bccd09f22d
commit 61a7964e96

View File

@ -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.