UserID Property (.NET)

 

Type: String

 

This property is used in conjunction with BrowserHawk’s Page Load Time (PLT) technology to associate a user ID with the collected PLT data. The value you set for this property will be inserted in the UserID column in the database, along with the recorded PLT data.

 

This enables you to later retrieve PLT details about each page request made by a particular site user. For example:

 

 SELECT * FROM [dbowner].BHPLT WHERE UserID = ’r;x’

 ORDER BY LastUpdate

 

Likewise you can also narrow this query to a particular user’s session - see the SessionID property.

 

The value specified for the UserID may be any arbitrary value assigned to track unique visitors to your site. Also see the PLTUserIDFromCookie Property if you are already storing user IDs in user’s cookies.

 

See Also:

SessionID Property (.NET)

UserIDFromCookie Property (.NET)

LogOptions SessionID Property (.NET)

LogOptions UserIDFromCookie Property (.NET)

PltHead Method (.NET)

GetPltHead Method (.NET)