Share via


UserAgent

The UserAgent class represents the software infrastructure, such as the operating system and browser, used by a user in a visit to a Web site. A UserAgent object links to one or more Request objects and one or more VisitInfo objects.

Data Members

Data Member Name

Data Type

Default Value

Description

Processed

bit

0

None.

UserAgentBrowserCategoryID

int

1

None.

UserAgentName

nvarchar(255)

Unknown

Stores the unique key for the object.

UserAgentOperatingSystemID

int

1

None.

UserAgentPortalID

int

1

None.

UserAgentSecurityID

int

1

None.

UserAgentVersionID

int

1

None.

Class Key

UserAgentKey is composed of a single data member, UserAgentName.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name

Parent

Child

Type

UserAgentOpenUserVisit

UserAgent

OpenUserVisit

2

UserAgentRequest

UserAgent

Request

2

UserAgentVisitInfo

UserAgent

VisitInfo

2

See Also

Other Resources

Data Warehouse Classes