## clicked The `clicked` event logs an instance where a customer clicks on a page element. [View clicked](https://shopify.dev/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](https://shopify.dev/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](https://shopify.dev/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](https://shopify.dev/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](https://shopify.dev/docs/api/web-pixels-api/dom-events/input-focused)