Account Condition / User Attributes
A condition that is associated with a user's account.
Last updated
A condition that is associated with a user's account.
Last updated
User attributes are information about a user, such as the user's knowledge, skills, and attributes on general topics. These user attributes are calculated and aggregated through the experience data performed by the user.
An example use case is as follows. The "vr_controls_familiarity" user attribute is a numerical value between 0.0 and 1.0 that defines how much experience a user is with virtual reality and their controls. If the user's "vr_controls_familiarity" falls below 0.25, the simulation may prompt present a tutorial to guide the user through VR controls.
Additional attributes will be added in the future. If there are additional user attributes that you would like to request for your use case, please contact us at https://www.siminsights.com/contact.
User attributes can be use in state machine as a condition.
Select "Account Condition" in the condition type dropdown, then click "Create".
Select the attribute by clicking "Select Attribute" and select the desired attribute (for example, "vr_controls_familiarity").
Select the related operator (Equals, Greater than, Less than, etc).
Enter the value in which the value is compared to using the operator. If the value is satisfied, the the condition passes.
Depending on their license, Authors can edit the value of user attributes as users go through their experience. To request access to this feature, please contact us at https://www.siminsights.com/contact.
User attributes can be edited using the Set User Attribute state action.
Select the attribute by clicking "Select Attribute" and select the desired attribute (for example, "vr_controls_familiarity").
Set the value of the attribute. If the attribute type is a number, you can enter a number. If the attribute is a true/false, you can toggle the checkmark.
Keep in mind: User attributes are tied to the user and persist across simulations.