App

Status: Development

This document defines events related to client-side applications (e.g. web apps or mobile apps).

Click Events

Event: app.screen.click

Status: Development

The event name MUST be app.screen.click.

This event represents an instantaneous click on the screen of an application.

The app.screen.click event can be used to indicate that a user has clicked or tapped on the screen portion of an application. Clicks outside of an application’s active area SHOULD NOT generate this event. This event does not differentiate between touch/mouse down and touch/mouse up. Implementations SHOULD give preference to generating this event at the time the click is complete, typically on touch release or mouse up. The location of the click event MUST be provided in absolute screen pixels.

AttributeTypeDescriptionExamplesRequirement LevelStability
app.screen.coordinate.xintThe x (horizontal) coordinate of a screen coordinate, in screen pixels.0; 131RequiredDevelopment
app.screen.coordinate.yintThe y (vertical) component of a screen coordinate, in screen pixels.12; 99RequiredDevelopment

Event: app.widget.click

Status: Development

The event name MUST be app.widget.click.

This event indicates that an application widget has been clicked.

Use this event to indicate that visual application component has been clicked, typically through a user’s manual interaction.

AttributeTypeDescriptionExamplesRequirement LevelStability
app.widget.idstringAn identifier that uniquely differentiates this widget from other widgets in the same application. [1]f9bc787d-ff05-48ad-90e1-fca1d46130b3; submit_order_1829RequiredDevelopment
app.screen.coordinate.xintThe x (horizontal) coordinate of a screen coordinate, in screen pixels.0; 131Opt-InDevelopment
app.screen.coordinate.yintThe y (vertical) component of a screen coordinate, in screen pixels.12; 99Opt-InDevelopment
app.widget.namestringThe name of an application widget. [2]submit; attack; Clear CartOpt-InDevelopment

[1] app.widget.id: A widget is an application component, typically an on-screen visual GUI element.

[2] app.widget.name: A widget is an application component, typically an on-screen visual GUI element.

Attributes

See the app attributes registry for all application-related attributes that may appear on telemetry items.