In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key
Table GO_Metrics
This table contains the current and latest values of pre-calculated OCS metrics. Records are inserted at the time ICON receives metric information. The information includes the specified type the first time that the combination of objects is specified. The record is updated each time ICON receives changes to metric data.
Refer to Integration with Outbound Contact in the Interaction Concentrator User's Guide for a description of the pre-calculated metrics that ICON stores for OCS.
Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | NUMBER(16) | X | X | The unique, autonumbered ID of this record. This is the primary key. | |
SessID | VARCHAR2(64) | The unique identifier of the Campaign processing attempt. If a campaign has been unloaded and then reloaded, OCS assigns a new SessionGUID. Same as GO_CAMPAIGN.SESSID. | |||
CallingListID | INTEGER | The DBID of the Calling List object in the Configuration database. This ID cannot be changed during chain processing. Same as GO_CHAIN.CALLINGLISTID. | |||
ChainGUID | VARCHAR2(64) | The unique identifier of the chain processing attempt, as reported by OCS. This ID cannot to be changed during chain processing. Same as GO_CHAIN.CHAINGUID. | |||
CallAttID | VARCHAR2(64) | The CallAttemptGUID generated by OCS for the last voice call that OCS tried to produce during the chain processing attempt. Same as GO_CHAIN.LASTCALLATTID. | |||
OCSID | INTEGER | The DBID of the configured OCS application that reported activity related to this metric. | |||
RecordHandle | INTEGER | The RecordHandle of the record that OCS used in the last chain processing attempt. Same as GO_CHAIN.RECORDHANDLE. | |||
ResID1 | VARCHAR2(64) | Reserved | |||
ResID2 | VARCHAR2(64) | Reserved | |||
Type | INTEGER | X | The type of metric. One of the following values:
| ||
Value | INTEGER | X | The OCS-provided value for the corresponding statistic type. | ||
Seq | INTEGER | The sequence number of the metric for the same object. | |||
USeq | INTEGER | Reserved | |||
Added | TIMESTAMP(3) | X | The GMT-equivalent date and time when the value of the metric was reported by OCS. | ||
Added_ts | INTEGER | The UTC-equivalent value of the ADDED field. Milliseconds are truncated. | |||
Added_tcode | INTEGER | A reference, derived from the value of the ADDED_TS field, to a record in the G_TIMECODE table. | |||
GSYS_DOMAIN | INTEGER | Contains the data source session ID (DSS_ID) for the session that was active when the data was processed by ICON. For more information, see the description in System Fields (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively). | |||
GSYS_PARTITION | INTEGER | Key used for partitioning. | |||
GSYS_SYS_ID | INTEGER | System ID. Reserved for future use. | |||
GSYS_SEQ | INTEGER | Insert Sequence. Not unique. | |||
GSYS_USEQ | INTEGER | Update Sequence. Not unique. | |||
GSYS_TS | TIMESTAMP(3) | Reserved | |||
GSYS_TC | INTEGER | Reserved | |||
GSYS_EXT_VCH1 | VARCHAR2(255) | Reserved | |||
GSYS_EXT_VCH2 | VARCHAR2(255) | Reserved | |||
GSYS_EXT_INT1 | INTEGER | Reserved | |||
GSYS_EXT_INT2 | INTEGER | Reserved |
This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!