PLTUserID Property

 

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 PLTSessionID 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.

 

Note: You must set the value of this property prior to calling the PltHead Method.

 

See Also:

PLTUserIDFromCookie Property

PLTSessionID Property

LogDataSessionID Property

PltHead Method