FACT_INTERACTIONRESPONSE
The Interaction Response fact relates responses to constituent interactions.
Primary Key
| Primary Key | Field Type |
|---|---|
| INTERACTIONRESPONSEFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| INTERACTIONRESPONSESYSTEMID | uniqueidentifier | yes | dbo.[INTERACTIONRESPONSE].[ID] | |
| INTERACTIONFACTID | int | yes | Reference key to the interaction fact, derived from dbo.[INTERACTIONRESPONSE].[INTERACTIONID] | |
| RESPONSEDIMID | int | yes | Reference key to the response dimension, derived from dbo.[INTERACTIONRESPONSE].[RESPONSEID] | |
| INTERACTIONRESPONSEDATEDIMID | int | yes | Reference key to the date dimension, derived from dbo.[INTERACTIONRESPONSE].[DATE] | |
| INTERACTIONRESPONSEDATE | datetime | yes | dbo.[INTERACTIONRESPONSE].[DATE] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results. | |
| ETLCONTROLID | int | yes | ID generated through the ETL process | |
| SOURCEDIMID | int | yes | Source system used |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_FACT_INTERACTIONRESPONSE | INTERACTIONRESPONSEFACTID | yes | yes | yes |