Analytics Browser Sessions Data

This page describes the field names available for Analytics Browser Sessions data, along with the Events Service internal name. When accessing the data using ADQL queries, you need to use the Events Service internal name. You can view the Browser Sessions using the Analytics Query API. This page describes fields that are specific to Browser Sessions.

Event Type: web_session_records

Key (event type identifier): appkey

UI Field NameEvents Service Internal Name

Session Fields

Browser browser
Browser Version browserversion
City geocity
Closedclosed
Country geocountry
Device device
Device OS deviceos
IP Address ip
Page View Count pageviews
Region georegion
Session Duration (ms) metrics.durationMS
Session Start Time startTimeMS
User Experience experience

Page View Fields

Client GUID browserRecords.cguid
Page Error Type browserRecords.errortype
Page Experience browserRecords.pageexperience
RUM Page Name browserRecords.pagename
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`..