input_focused
The input_focused event logs an instance where an input on a page gains focus.
Anchor to propertiesProperties
- Anchor to clientIdclientIdclientIdstringstring
The client-side ID of the customer, provided by Shopify
- Anchor to datadatadataPixelEventsInputFocusedDataPixelEventsInputFocusedData
- Anchor to idididstringstring
The ID of the customer event
- Anchor to namenamenamestringstring
The name of the customer event
- Anchor to seqseqseqnumbernumber
The sequence index number of the event.
- Anchor to timestamptimestamptimestampstringstring
The timestamp of when the customer event occurred, in ISO 8601 format
- Anchor to typetypetypeEventType.DomEventType.Dom
PixelEventsInputFocusedData
- element
InputElement
InputElement
An object that contains data about an input element type
- id
The id attribute of an element
string | null - name
The name attribute of an element
string | null - tagName
A string representation of the tag of an element
string | null - type
The type attribute of an element. Often relevant for an input or button element.
string | null - value
The value attribute of an element. Often relevant for an input element.
string | null
EventType
- AdvancedDom
advanced-dom - Custom
custom - Dom
dom - Meta
meta - Standard
standard
Was this page helpful?