In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
- DV = Default value
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.
(Added xpath parameter) |
(Removed highlights) |
||
Line 6: | Line 6: | ||
{{PDMTable | {{PDMTable | ||
|tableName = COBROWSE_USER_AGENT | |tableName = COBROWSE_USER_AGENT | ||
− | |shortDesc = | + | |shortDesc = Allows Co-browse facts to be described based on characteristics of the customer's system that is used to view web pages in a Co-browse session. |
− | |tableDesc = | + | |tableDesc = This dimension table allows Co-browse facts to be described based on characteristics of the customer's system that is used to view web pages in a Co-browse session. The system characteristics include details about customer's device and browser. |
− | |||
− | |||
|subjectAreas = | |subjectAreas = | ||
|introduced = 8.5.011.14 | |introduced = 8.5.011.14 | ||
Line 28: | Line 26: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = The primary key of this table. This ID is referenced from other tables as COBROWSE_USER_AGENT_KEY. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 43: | Line 41: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The type and version of the browser ("UserAgent") that the customer has used in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 59: | Line 57: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The type of the computing device, such as desktop or mobile, that the customer has used in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 75: | Line 73: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The brand of the customer's device used in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 91: | Line 89: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The name of the customer's device used in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 107: | Line 105: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The type of the operating system running on the customer's device used in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 123: | Line 121: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The name of the operating system running on the customer's device used in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 139: | Line 137: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The version of the operating system running on the customer's device used in the Co-browse session; for example, Mac OS X. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 155: | Line 153: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The type of the application used by the customer in the Co-browse session; for example, Browser. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 171: | Line 169: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The name of the application (browser) used by the customer in the Co-browse session; for example, Chrome. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 187: | Line 185: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = The version of the application (browser) used by the customer in the Co-browse session. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 212: | Line 210: | ||
{{PDMIndexItem | {{PDMIndexItem | ||
|indexName = I_COBROWSE_USER_AGENT | |indexName = I_COBROWSE_USER_AGENT | ||
− | |indexDesc = | + | |indexDesc = Ensures that the combinations of values that are stored in the dimension table are unique. |
|indexPresentInPartitioned = yes | |indexPresentInPartitioned = yes | ||
|indexKey1 = CREATOR_USER_AGENT | |indexKey1 = CREATOR_USER_AGENT |
Revision as of 00:53, January 17, 2019
Table COBROWSE_USER_AGENT
Description
This dimension table allows Co-browse facts to be described based on characteristics of the customer's system that is used to view web pages in a Co-browse session. The system characteristics include details about customer's device and browser.
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 | DV |
---|---|---|---|---|---|
ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
CREATOR_USER_AGENT | Oracle: VARCHAR2(255 CHAR) MSSQL: varchar(255)/nvarchar(255) PostgreSQL: varchar(255) |
X | Unknown | ||
CREATOR_DEVICE_CLASS | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_DEVICE_BRAND | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_DEVICE_NAME | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_OS_CLASS | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_OS_NAME | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_OS_VER | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_AGENT_CLASS | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_AGENT_NAME | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATOR_AGENT_VER | Oracle: VARCHAR2(32 CHAR) MSSQL: varchar(32)/nvarchar(32) PostgreSQL: varchar(32) |
X | Unknown | ||
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X |
ID
The primary key of this table. This ID is referenced from other tables as COBROWSE_USER_AGENT_KEY.
CREATOR_USER_AGENT
Based on application data attribute: sessionCreatorInfo/userAgent
The type and version of the browser ("UserAgent") that the customer has used in the Co-browse session.
CREATOR_DEVICE_CLASS
Based on application data attribute: sessionCreatorInfo/deviceClass
The type of the computing device, such as desktop or mobile, that the customer has used in the Co-browse session.
CREATOR_DEVICE_BRAND
Based on application data attribute: sessionCreatorInfo/deviceBrand
The brand of the customer's device used in the Co-browse session.
CREATOR_DEVICE_NAME
Based on application data attribute: sessionCreatorInfo/deviceName
The name of the customer's device used in the Co-browse session.
CREATOR_OS_CLASS
Based on application data attribute: sessionCreatorInfo/operatingSystemClass
The type of the operating system running on the customer's device used in the Co-browse session.
CREATOR_OS_NAME
Based on application data attribute: sessionCreatorInfo/operatingSystemName
The name of the operating system running on the customer's device used in the Co-browse session.
CREATOR_OS_VER
Based on application data attribute: sessionCreatorInfo/operatingSystemVersion
The version of the operating system running on the customer's device used in the Co-browse session; for example, Mac OS X.
CREATOR_AGENT_CLASS
Based on application data attribute: sessionCreatorInfo/agentClass
The type of the application used by the customer in the Co-browse session; for example, Browser.
CREATOR_AGENT_NAME
Based on application data attribute: sessionCreatorInfo/agentName
The name of the application (browser) used by the customer in the Co-browse session; for example, Chrome.
CREATOR_AGENT_VER
Based on application data attribute: sessionCreatorInfo/agentVersion
The version of the application (browser) used by the customer in the Co-browse session.
CREATE_AUDIT_KEY
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.
Index List
CODE | U | C | Description |
---|---|---|---|
I_COBROWSE_USER_AGENT | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Index I_COBROWSE_USER_AGENT
Field | Sort | Comment |
---|---|---|
CREATOR_USER_AGENT | Ascending | |
CREATOR_DEVICE_CLASS | Ascending | |
CREATOR_DEVICE_BRAND | Ascending | |
CREATOR_DEVICE_NAME | Ascending | |
CREATOR_OS_CLASS | Ascending | |
CREATOR_OS_NAME | Ascending | |
CREATOR_OS_VER | Ascending | |
CREATOR_AGENT_CLASS | Ascending | |
CREATOR_AGENT_NAME | Ascending | |
CREATOR_AGENT_VER | Ascending |
Subject Areas
No subject area information available.
References
The summary List of References will include the following entries for this table or view:
Child Table/View | Child Table/View Column | Parent Table/View | Parent Table/View Column |
---|---|---|---|
COBROWSE_USER_AGENT | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |