mirror of
https://github.com/offen/analyticstxt.git
synced 2024-11-22 09:00:29 +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
|
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
|
### Visibility
|
||||||
|
|
||||||
This OPTIONAL, RECOMMENDED multi-value field indicates whether the website provides a way for users or the general public to access data.
|
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
|
# Optional fields
|
||||||
Session: user
|
Session: user
|
||||||
|
Variants: none
|
||||||
Visibility: user
|
Visibility: user
|
||||||
Compliance: gdpr
|
Compliance: gdpr
|
||||||
Vendors: offen
|
Vendors: offen
|
||||||
|
Loading…
Reference in New Issue
Block a user