Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key

Table GO_CampProp_Hist


This table contains the history of Campaign property changes during the campaign processing attempt. Records are inserted into this table when ICON receives information about campaign property changes from OCS. Records in this table are never updated or deleted.

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

Legend

Column Data Type P M F Description
ID NUMERIC(16) X X The unique, autonumbered ID of this record. This is the primary key.
SessID VARCHAR(64) X X The campaign processing session ID (GUID).
Seq INTEGER X The sequence number of state and property changes in a campaign's history.
DialMode INTEGER The dial mode specified for campaign processing.
PrevDialMode INTEGER The previous dialing mode, if the dialing mode was changed.
PrevDMEnter TIMESTAMP The GMT-equivalent date and time when previous dialing mode was detected by OCS (according to timestamp provided by OCS).
PrevDMEnter_ts INTEGER The UTC-equivalent value of the PREVDMENTER field. Milliseconds are truncated.
PrevDMEnter_tcode INTEGER A reference, derived from the value of the PREVDMENTER_TS field, to a record in the G_TIMECODE table.
OptimMode INTEGER Code of optimization mode (overdialrate, waiting time, busy factor).
OptimValue INTEGER The current value of the optimization parameter that OCS uses for this campaign.
PrevOptimMode INTEGER The previous optimization mode that OCS ran with this campaign.
PrevOptimValue INTEGER The previous optimization parameter value that OCS used for this campaign.
PrevOMEnter TIMESTAMP The GMT-equivalent date and time when the previous optimization mode was reported by OCS.
PrevOMEnter_ts INTEGER The UTC-equivalent value of the PREVOMENTER field. Milliseconds are truncated.
PrevOMEnter_tcode INTEGER A reference, derived from the value of the PREVOMENTER_TS field, to a record in the G_TIMECODE table.
GeneralN INTEGER The numerical value of the priority parameter that OCS used for general records in this campaign.
PrevGeneralN INTEGER The previous value of the priority parameter that OCS used for General records in this campaign.
GeneralW INTEGER The current weight of the priority parameter value for general records that OCS used for this campaign.
PrevGeneralW INTEGER The previous weight of the priority parameter value for general records that OCS used in this campaign.
CallBackN INTEGER The numerical value of the priority parameter that OCS used for callback records in this campaign.
PrevCallBackN INTEGER The previous value of the priority parameter that OCS used for callback records in this campaign.
CallBackW INTEGER The current weight of the priority parameter value for callback records that OCS used within this campaign.
PrevCallBackW INTEGER The previous weight of the priority parameter value for callback records that OCS used in this campaign.
SchedN INTEGER The current numerical value of the priority parameter that OCS used for scheduled records in this campaign.
PrevSchedN INTEGER The previous value of the priority parameter that OCS used for scheduled records in this campaign.
SchedW INTEGER The current weight of the priority parameter value for scheduled records that OCS used in this campaign.
PrevSchedW INTEGER The previous weight of the priority parameter value for scheduled records that OCS used within this campaign.
PrevPPEnter TIMESTAMP The GMT-equivalent date and time when the previous priority parameters were reported by OCS.
PrevPPEnter_ts INTEGER The UTC-equivalent value of the PREVPPENTER field. Milliseconds are truncated.
PrevPPEnter_tcode INTEGER A reference, derived from the value of the PREVPPENTER_TS field, to a record in the G_TIMECODE table.
Added TIMESTAMP X The GMT-equivalent date and time when any change of a parameter is 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 DB2Microsoft 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 BIGINT Insert Sequence. Not unique.
GSYS_USEQ BIGINT Update Sequence. Not unique.
GSYS_TS TIMESTAMP Reserved
GSYS_TC INTEGER Reserved
GSYS_EXT_VCH1 VARCHAR(255) Reserved
GSYS_EXT_VCH2 VARCHAR(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!