# 

## clicked
The `clicked` event logs an instance where a customer clicks on a page element.
[View clicked](/docs/api/web-pixels-api//dom-events/clicked)

## form_submitted
The `form_submitted` event logs an instance where a form on a page is submitted.
[View form_submitted](/docs/api/web-pixels-api//dom-events/form-submitted)

## input_blurred
The `input_blurred` event logs an instance where an input on a page loses focus.
[View input_blurred](/docs/api/web-pixels-api//dom-events/input-blurred)

## input_changed
The `input_changed` event logs an instance where an input value changes.
[View input_changed](/docs/api/web-pixels-api//dom-events/input-changed)

## input_focused
The `input_focused` event logs an instance where an input on a page gains focus.
[View input_focused](/docs/api/web-pixels-api//dom-events/input-focused)