Starting with the release for February 11, 2026, SAS Customer Intelligence 360 includes updates to the Unified Data Model (UDM) and Common Data Model (CDM) for schema 20.
Schema 20 contains enhancements to support these features:
- More information about primary keys and foreign keys in both the UDM and CDM
- New metadata tables that provide a complete history of metadata for items
- Updates to usage tables to capture the counts from occurrences of direct marketing tasks
- Updates to tables for journeys.
- UDM detail tables no longer include customer identifiers (such as subject IDs, email addresses, and so on).
On this page:
Updates to the UDM
New Tables
Debug Table
The EVENT_ERRORS table is added to debug events that are sent to SAS Customer Intelligence 360 through the server-side Events API but cannot be processed.
Journey Table
The JOURNEY_TEST_SUCCESS table is added to capture when an individual in a scheduled journey converts for a specific path that is part of path testing.
Metadata Tables
A set of new, separate metadata tables are added to enable users to get the complete history of metadata for items. To download metadata for items, you should choose one of these categories:
- ENGAGEMETADATA: downloads metadata tables with the most recent metadata for items.
- METADATA_ALL: downloads the new *_ALL tables with the most recent metadata and the historical metadata.
With either category, you receive the same number of tables, covering all areas of metadata. No behavior has changed for tables in the ENGAGEMETADATA category.
Note: When you download tables in the METADATA_ALL category, the primary key in the table is <object>_version_id, rather than <object>_id.
These new tables can be downloaded with the METADATA_ALL category:
- MD_ACTIVITY_ABTESTPATH_ALL
- MD_ACTIVITY_ALL
- MD_ACTIVITY_CUSTOM_PROP_ALL
- MD_ACTIVITY_NODE_ALL
- MD_ACTIVITY_X_ACTIVITY_NODE_ALL
- MD_ACTIVITY_X_TASK_ALL
- MD_ASSET_ALL
- MD_BUSINESS_CONTEXT_ALL
- MD_CREATIVE_ALL
- MD_CREATIVE_CUSTOM_PROP_ALL
- MD_CREATIVE_X_ASSET_ALL
- MD_DATAVIEW_ALL
- MD_DATAVIEW_X_EVENT_ALL
- MD_EVENT_ALL
- MD_JOURNEY_ALL
- MD_MESSAGE_ALL
- MD_MESSAGE_CUSTOM_PROP_ALL
- MD_MESSAGE_X_CREATIVE_ALL
- MD_SEGMENT_ALL
- MD_SEGMENT_CUSTOM_PROP_ALL
- MD_SEGMENT_MAP_ALL
- MD_SEGMENT_MAP_CUSTOM_PROP_ALL
- MD_SEGMENT_MAP_X_SEGMENT_ALL
- MD_SEGMENT_TEST_ALL
- MD_SEGMENT_TEST_X_SEGMENT_ALL
- MD_SEGMENT_X_EVENT_ALL
- MD_SPOT_ALL
- MD_TASK_ALL
- MD_TASK_CUSTOM_PROP_ALL
- MD_TASK_X_CREATIVE_ALL
- MD_TASK_X_DATAVIEW_ALL
- MD_TASK_X_EVENT_ALL
- MD_TASK_X_MESSAGE_ALL
- MD_TASK_X_SEGMENT_ALL
- MD_TASK_X_SPOT_ALL
- MD_TASK_X_VARIANT_ALL
Updates to Tables
These are updates to the existing tables in the UDM:
Updates to the CDM
In the CDM_OCCURRENCE_DETAIL table, the data type for the occurrence_type_cd column is now VARCHAR(100).