example
Used in recommendations personalization (web) analytics e-commerce mobile apps product analytics
for all industries
Event Contract reference
strmprivacy/example/1.3.0
Schema reference
strmprivacy/example/1.3.0
Event contract overview
Type | Field | Value | Description |
---|---|---|---|
Key field | consistentValue | Links events to the associated field for privacy processing. | |
PII field | consistentValue | 2 | needs consent |
PII field | someSensitiveValue | 3 | needs consent |
PII field | uniqueIdentifier | 1 | needs consent |
Validation | consistentValue | regex | ^.+$ |
Serialization schema fields
Field | Description |
---|---|
uniqueIdentifier | any value. For illustration purposes: use a value that is consistent over time like a customer or device ID. |
consistentValue | any value. For illustration purposes: use a value that is consistent over a limited period like a session. |
someSensitiveValue | any value. For illustration purposes: use a value that could identify a user over time based on behavior, like browsing behavior (e.g. urls). |
notSensitiveValue | any value. For illustration purposes: use a value that is not sensitive at all, like the rank of an item in a set. |