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 Name
Events Service Internal Name
Page Info Fields
Agent ID
agentid
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
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.
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`