TrackedUserProfile
Properties​
Name | Type | Description | Notes |
---|---|---|---|
id | java.util.UUID | The ID of the user that you are tracking. | |
username | kotlin.String | This is a username that is attempted to be assigned but is "Anonymous User" by default | |
granularity | inline | At what level is this user being tracked. | |
schema | EmbeddedModelSchema | [optional] | |
kotlin.String | The user's email if we have it. | [optional] |
granularity​
Name | Value |
---|---|
granularity | DEVICE, ACCOUNT, ANONYMOUS |