ContactPropertiesHistory
Shows historical values of contact properties, useful for tracking data changes and trends over time.
Columns
| Name | Type | References | Description |
| VID | Long |
Contacts.VID | Unique identifier (visitor ID) of the contact associated with the property history record. |
| PropertyName | String | Name of the contact property whose historical value is being tracked. | |
| Value | String | The recorded historical value of the contact property at a specific point in time. | |
| Timestamp | Datetime | Timestamp indicating when the contact property value was updated. | |
| SourceType | String | The method or source type responsible for updating the property value, such as API, form submission, or manual update. | |
| SourceId | String | Additional details related to the source-type. May not always be populated depending on the source-type. | |
| SourceLabel | String | Additional label or description related to the source-type. May not be populated for all source-types. |