Browser Analytics provides details about each browser user request. The data collected includes information about pages, performance metrics, location of your users, browser and device data, errors, and any custom data that you configured in your Browser RUM configuration.

This page lists the field names available for browser request Analytics data, along with the Events Service internal name. When accessing the data using ADQL queries, you need to use the Events Service internal name in the query. For details on the meaning of each metric, see Browser RUM Metrics.

Event Type: browser_records

Key (event type identifier): appkey

UI Field NameEvents Service Internal Name
Page Info Fields
Agent IDagentid

appkey

appkey
Client GUIDcguid
IP addressip
Page Experiencepageexperience
Page Namepagename
Page Typepagetype
Parent Page URL

pageparenturl

The pageparenturl is not available by default. On-premises customers need to run a special script on the EUM Server. SaaS customers need to file a ticket requesting AppDynamics to do this for them.

Learn more about pageparenturl in our Community article.

Page Referrer

referrer

See the Community article to use page referrer.

URLpageurl
Performance Time Fields
Application Server Timemetrics.`Application Server Time (ms)`
DOM Ready Timemetrics.`DOM Ready Time (ms)`
Domain Lookup Timemetrics.`Domain Lookup Time (ms)` 
End User Response Timemetrics.`End User Response Time (ms)`
Estimated BT Timebtdata.estimatedtime
First Byte Timemetrics.`First Byte Time (ms)`
Server Connection Timemetrics.`Server Connection Time (ms)`
SSL Handshake Timemetrics.`SSL Handshake Time (ms)`
Location Fields
Citygeocity
Countrygeocountry
Regiongeoregion
Browser and Device Data Fields
Browserbrowser
Browser Versionbrowserversion
Devicedevice
Device OSdeviceos
Errors Field
AJAX Errorajaxerror
Error Typeerrortype
Script Error Field
Line Numberscripterrordata.linenumber
Messagescripterrordata.message
Originscripterrordata.origin
timestampscripterrordata.timestamp
Custom User Data Field
your_field_name
userdata.your_field_name
userdataBoolean.your_field_name
userdataDate.your_field_name
userdataLong.your_field_name
userdataDouble.your_field_name

Note: if your field name contains spaces or any reserved characters, the field name must be surrounded by backquotes. For example, if you define a custom field called "Item Purchased", the Events Service field name is userdata.`Item Purchased`