Analytics Browser Requests Data

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. See Browser RUM Metrics.

Event Type: browser_records

Key (event type identifier): appkey

UI Field NameEvents Service Internal Name
Page Info Fields
Agent ID

agentid

The unique identifier given to an agent when it is registered.

appkey

appkey
Client GUID

cguid

The Client GUID is a unique identifier for each browser request. It is unique on each page reported in the session.

IP address ip
Page Experience pageexperience
Page Name pagename
Page Type pagetype
Parent Page URL

pageparenturl

Note: 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 Splunk AppDynamics to do this for them.See the Community article.
Page Referrer

referrer

See the Community article.

URL pageurl

Performance Time Fields

Application Server Time metrics.`Application Server Time (ms)`
DOM Ready Time metrics.`DOM Ready Time (ms)`
Domain Lookup Time metrics.`Domain Lookup Time (ms)`
End User Response Time metrics.`End User Response Time (ms)`
Estimated BT Time btdata.estimatedtime
First Byte Time metrics.`First Byte Time (ms)`
Server Connection Time metrics.`Server Connection Time (ms)`
SSL Handshake Time metrics.`SSL Handshake Time (ms)`

Location Fields

City geocity
Country geocountry
Region georegion

Browser and Device Data Fields

Browser browser
Browser Version browserversion
Device device
Device OS deviceos

Errors Field

AJAX Error ajaxerror
Error Type errortype
Script Error Field
Line Number scripterrordata.linenumber
Message scripterrordata.message
Origin scripterrordata.origin
timestamp scripterrordata.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`