mirror of
https://github.com/offen/analyticstxt.git
synced 2024-11-22 01:00:27 +01:00
add variants field
This commit is contained in:
parent
3bd7eae82c
commit
b4349aa45c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user