When looking in AXA Data Studio and looking at data in ao_axa_session_events.
For filter: selecting the field "event.type" and the select values it lists the following:
HTMLRES
TRANSACTION
THINK_TIME
PAGE
ERROR
AJAX
Can you give us definition or reference page as to what each one is?
Release : SAAS
Component : CA APP EXPERIENCE ANALYTICS SAAS
Please find the details about the Event type.
HTMLRES: HTML resource element. It is the time taken to download the resource. Ex. Of metric of HTML resource are
time_to_first_byte, resource_error_per_interval, javaScript/CSS/Images
TRANSACTION: These are code events, that instrumented code can trigger. These events include like of Transaction start,Transaction End.
THINK_TIME: Time that is spent by the user on a page thinking before navigating to other page or performing any other event such as click.
PAGE: Page visits during an interval of collection, like page_load_time, page_render_time, page_stall_time etc.
ERROR: JavaScript file or AJAX request that causes the error. Like stack trace of the is error, crash error etc.
AJAX: Specific event for AJAX request and callbacks. Like call_back_execution_time, invocation count. Resource load time, response download time etc.