This dataset represents Real User Monitoring (RUM) events collected by Datadog. It captures user sessions, page views, user actions, frontend errors, resource loading, and performance metrics from web and mobile applications. RUM data enables analysis of user experience, frontend performance, and application behavior across browsers, devices, and geographic regions.

dd.rum

Real User Monitoring Public Documentation

RUM Browser Data Collected Documentation

Fields

TitleIDTypeData TypeDescription
TimestamptimestampcoretimestampTime the RUM event was recorded. Applies to: all.
Event Type@typeevent_attributestringType of RUM event (session, view, action, error, resource, long_task). Applies to: all.
Application ID@application.idevent_attributestringUnique identifier for the RUM application. Applies to: all.
Application Name@application.nameevent_attributestringName of the RUM application (e.g., my-web-app). Applies to: all.
Session ID@session.idevent_attributestringUnique identifier for the user session. Applies to: all.
Session Type@session.typeevent_attributestringType of session (user, synthetics). Applies to: all.
Session Active@session.is_activeevent_attributeboolWhether the session is currently active. Applies to: session.
Session Time Spent@session.time_spentevent_attributeint64Time spent in the session in nanoseconds. Applies to: session.
Session View Count@session.view.countevent_attributeint64Number of views in the session. Applies to: session.
Session Error Count@session.error.countevent_attributeint64Number of errors in the session. Applies to: session.
Session Resource Count@session.resource.countevent_attributeint64Number of resources loaded in the session. Applies to: session.
Session Action Count@session.action.countevent_attributeint64Number of actions in the session. Applies to: session.
Session Referrer@session.referrerevent_attributestringReferrer URL for the session. Applies to: session.
View ID@view.idevent_attributestringUnique identifier for the page view. Applies to: all.
View URL@view.urlevent_attributestringURL of the page view. Applies to: all.
View URL Host@view.url_hostevent_attributestringHost portion of the view URL. Applies to: all.
View URL Path@view.url_pathevent_attributestringPath portion of the view URL. Applies to: all.
View URL Path Group@view.url_path_groupevent_attributestringParameterized path group for the view URL. Applies to: all.
View Loading Time@view.loading_timeevent_attributeint64Time to fully load the page in nanoseconds. Applies to: view.
View Time Spent@view.time_spentevent_attributeint64Time spent on the view in nanoseconds. Applies to: view.
First Contentful Paint@view.first_contentful_paintevent_attributeint64Time to first contentful paint in nanoseconds. Applies to: view.
Largest Contentful Paint@view.largest_contentful_paintevent_attributeint64Time to largest contentful paint in nanoseconds. Applies to: view.
First Input Delay@view.first_input_delayevent_attributeint64First input delay in nanoseconds. Applies to: view.
Interaction to Next Paint@view.interaction_to_next_paintevent_attributeint64Interaction to next paint (INP) in nanoseconds. Applies to: view.
Cumulative Layout Shift@view.cumulative_layout_shiftevent_attributefloat64Cumulative layout shift score. Applies to: view.
DOM Interactive@view.dom_interactiveevent_attributeint64Time to DOM interactive in nanoseconds. Applies to: view.
DOM Content Loaded@view.dom_content_loadedevent_attributeint64Time to DOM content loaded in nanoseconds. Applies to: view.
DOM Complete@view.dom_completeevent_attributeint64Time to DOM complete in nanoseconds. Applies to: view.
Load Event@view.load_eventevent_attributeint64Time to load event in nanoseconds. Applies to: view.
View Error Count@view.error.countevent_attributeint64Number of errors in the view. Applies to: view.
View Resource Count@view.resource.countevent_attributeint64Number of resources loaded in the view. Applies to: view.
View Action Count@view.action.countevent_attributeint64Number of actions in the view. Applies to: view.
View Frustration Count@view.frustration.countevent_attributeint64Number of frustration signals in the view. Applies to: view.
Action ID@action.idevent_attributestringUnique identifier for the user action. Applies to: action.
Action Type@action.typeevent_attributestringType of action (click, tap, scroll, custom). Applies to: action.
Action Name@action.nameevent_attributestringUser-friendly name for the action. Applies to: action.
Action Target Name@action.target.nameevent_attributestringName of the target element. Applies to: action.
Action Loading Time@action.loading_timeevent_attributeint64Time to complete the action in nanoseconds. Applies to: action.
Frustration Type@action.frustration.typeevent_attributestringType of frustration signal (dead_click, rage_click, error_click). Applies to: action.
Error Source@error.sourceevent_attributestringSource of the error (source, network, agent, console, custom). Applies to: error.
Error Type@error.typeevent_attributestringType or class of the error. Applies to: error.
Error Message@error.messageevent_attributestringError message text. Applies to: error.
Error Stack@error.stackevent_attributestringStack trace for the error. Applies to: error.
Resource Type@resource.typeevent_attributestringType of resource (xhr, fetch, css, js, image, font, document). Applies to: resource.
Resource Method@resource.methodevent_attributestringHTTP method for the resource request. Applies to: resource.
Resource Status Code@resource.status_codeevent_attributeint64HTTP status code of the resource response. Applies to: resource.
Resource URL@resource.urlevent_attributestringURL of the resource. Applies to: resource.
Resource Duration@resource.durationevent_attributeint64Time to load the resource in nanoseconds. Applies to: resource.
Resource Size@resource.sizeevent_attributeint64Size of the resource in bytes. Applies to: resource.
Resource Provider Name@resource.provider.nameevent_attributestringName of the third-party provider. Applies to: resource.
Resource Provider Type@resource.provider.typeevent_attributestringType of the third-party provider. Applies to: resource.
Long Task Duration@long_task.durationevent_attributeint64Duration of the long task in nanoseconds. Applies to: long_task.
Device Type@device.typeevent_attributestringType of device (desktop, mobile, tablet). Applies to: all.
Device Brand@device.brandevent_attributestringBrand of the device (e.g., Apple, Samsung). Applies to: all.
Device Model@device.modelevent_attributestringModel of the device (e.g., iPhone 14). Applies to: all.
OS Name@os.nameevent_attributestringOperating system name (e.g., iOS, Android, Windows). Applies to: all.
OS Version@os.versionevent_attributestringOperating system version. Applies to: all.
OS Major Version@os.version_majorevent_attributestringMajor version of the operating system. Applies to: all.
Browser Name@browser.nameevent_attributestringBrowser name (e.g., Chrome, Safari, Firefox). Applies to: all.
Browser Version@browser.versionevent_attributestringBrowser version. Applies to: all.
Browser Major Version@browser.version_majorevent_attributestringMajor version of the browser. Applies to: all.
Country@geo.countryevent_attributestringCountry name from geo IP lookup. Applies to: all.
Country ISO Code@geo.country_iso_codeevent_attributestringISO country code from geo IP lookup. Applies to: all.
City@geo.cityevent_attributestringCity name from geo IP lookup. Applies to: all.
Continent@geo.continentevent_attributestringContinent name from geo IP lookup. Applies to: all.
User ID@usr.idevent_attributestringUnique identifier for the user. Applies to: all.
User Email@usr.emailevent_attributestringEmail address of the user. Applies to: all.
User Name@usr.nameevent_attributestringDisplay name of the user. Applies to: all.