This page was last edited on June 22, 2022, at 21:36.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.015.19 (PRODUCER_BATCH_ID added)
In partitioned databases, this table is partitioned.
Each row represents a set of outbound campaign calling list metrics, calculated by Outbound Contact Server in configurable snapshots. Rows in this table are not updated; they are inserted or deleted only.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
CALLING_LIST_METRIC_FACT_KEY | numeric(19) | X | X | ||
TENANT_KEY | int | X | X | ||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
UPDATE_AUDIT_KEY | numeric(19) | X | X | ||
CAMPAIGN_KEY | int | X | X | ||
CALLING_LIST_KEY | int | X | X | ||
START_DATE_TIME_KEY | int | X | X | ||
CAMP_GROUP_SESS_FACT_SDT_KEY | int | X | |||
CAMP_GROUP_SESSION_FACT_KEY | numeric(19) | X | |||
GMT_TS | int | ||||
TOTAL_RECORDS | int | ||||
NOT_PROCESSED_RECORDS | int | ||||
TOTAL_CONTACTS | int | ||||
NOT_PROCESSED_CONTACTS | int | ||||
ACTIVE_FLAG | numeric(1) | ||||
PURGE_FLAG | numeric(1) | ||||
PRODUCER_BATCH_ID | numeric(19) |
The surrogate key that is used to join the TENANT dimension to the fact tables.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify newly added data.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify recently modified data.
The surrogate key that is used to join the CAMPAIGN dimension to the fact tables.
The surrogate key that is used to join the CALLING_LIST dimension to the fact tables.
Identifies the start of a 15-minute interval in which the fact began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension.
The value of the START_DATE_TIME_KEY field of the record in the CAMPAIGN_GROUP_ SESSION_FACT table. On a partitioned database, CAMP_GROUP_SESS_FACT_SDT_KEY in combination with CAMP_GROUP_SESSION_FACT_KEY forms a value of the composite primary key for the CAMPAIGN_GROUP_SESSION_FACT table.
The value of the primary key of the CAMPAIGN_GROUP_SESSION_FACT table.
The GMT-equivalent date and time at which measurement occurred, as the number of seconds that have elapsed since midnight on January 1, 1970.
The total number of records in the calling list that are ready to be processed and that have never been processed as part of this calling list.
The total number of contacts in the calling list (where a set of chained records for the same customer is considered to be one contact).
The total number of contacts in the calling list that have not been processed (where a set of chained records for the same customer is considered to be one contact).
Indicates whether the calling list metric is currently active. Always 0.
CODE | U | C | Description |
---|---|---|---|
I_CLMF_SDT | Improves access time, based on the Start Date Time key. | ||
I_CLMF_TNT | Improves access time, based on the Tenant. |
Field | Sort | Comment |
---|---|---|
START_DATE_TIME_KEY | Ascending |
Field | Sort | Comment |
---|---|---|
TENANT_KEY | Ascending |