Stay organized with collections
Save and categorize content based on your preferences.
An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.
Indicates the name of an attribute defined in the consent store.
values[]
string
The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-22 UTC."],[[["Attribute values are used for Consent or User data mapping and must correspond to an AttributeDefinition in the consent store."],["Each attribute is defined by an `attributeDefinitionId`, which is a string representing the attribute's name in the consent store."],["The `values` field holds the attribute's value, and these values must be among those allowed by the associated AttributeDefinition."],["The attribute is represented in JSON format, including the attributeDefinitionId and values."]]],[]]