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 descriptions) |
|||
Line 40: | Line 40: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The type and version of the browser ("UserAgent") that the customer has used in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 55: | Line 55: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The type of the computing device, such as desktop or mobile, that the customer has used in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 70: | Line 70: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The brand of the customer's device used in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 85: | Line 85: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The name of the customer's device used in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 100: | Line 100: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The type of the operating system running on the customer's device used in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 115: | Line 115: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The name of the operating system running on the customer's device used in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 130: | Line 130: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The version of the operating system running on the customer's device used in the Co-browse session; for example, Mac OS X.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 145: | Line 145: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The type of the application used by the customer in the Co-browse session; for example, Browser.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 160: | Line 160: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The name of the application (browser) used by the customer in the Co-browse session; for example, Chrome.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 175: | Line 175: | ||
|foreignKey = | |foreignKey = | ||
|default = Unknown | |default = Unknown | ||
− | |colDesc = | + | |colDesc = {{Editgrn_open}}The version of the application (browser) used by the customer in the Co-browse session.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 190: | Line 190: | ||
|foreignKey = yes | |foreignKey = yes | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = 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. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 199: | Line 199: | ||
{{PDMIndexItem | {{PDMIndexItem | ||
|indexName = I_COBROWSE_USER_AGENT | |indexName = I_COBROWSE_USER_AGENT | ||
− | |indexDesc = | + | |indexDesc = {{Editgrn_open}}Ensures that the combinations of values that are stored in the dimension table are unique.{{Editgrn_close}} |
|indexPresentInPartitioned = yes | |indexPresentInPartitioned = yes | ||
|indexKey1 = CREATOR_USER_AGENT | |indexKey1 = CREATOR_USER_AGENT |
Revision as of 01:33, December 21, 2018
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 the browser type, browser version, and some others.
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 |