From b4349aa45cc3929236486fa8cc70e973861ba03c Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 1 Apr 2021 11:16:55 +0200 Subject: [PATCH] add variants field --- draft-offen-analyticstxt.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/draft-offen-analyticstxt.md b/draft-offen-analyticstxt.md index 1bfdc16..412a008 100644 --- a/draft-offen-analyticstxt.md +++ b/draft-offen-analyticstxt.md @@ -310,6 +310,31 @@ A user can be identified across multiple browser sessions. Session: user ``` +### Variants + +This OPTIONAL, RECOMMENDED single-value field indicates the usage of content experiments like A/B testing. +It MUST contain a single value only. + +#### Allowed values + +##### none + +All users are served the same content without any changes. + +##### random + +Content experiments are performed by grouping users randomly into buckets and serving them different content. + +##### behavioral + +Content experiments are performed by grouping users into buckets based on their behavior and serving them different content. + +#### Example + +``` +Variants: random +``` + ### Visibility This OPTIONAL, RECOMMENDED multi-value field indicates whether the website provides a way for users or the general public to access data. @@ -381,6 +406,7 @@ Retains: P6M # Optional fields Session: user +Variants: none Visibility: user Compliance: gdpr Vendors: offen