Objects
/FilterDataEvent
FilterDataEvent
Filter data event object for event-based filtering. Used to filter based on event properties and attributes.
Fields
typeString!RequiredgroupFilterDataStringelementFilterDataStringelement_pathFilterDataStringlocationFilterDataStringvalueFilterDataStringheightFilterDataIntwidthFilterDataInttimestampFilterDataInt
Type of the event to filter on.
Example: "click", "page_view", "form_submit"
Group configuration for the event.
Used to filter events by their group.
Element configuration for the event.
Used to filter events by the element they occurred on.
Text content configuration for the event.
Used to filter events by their text content.
Element path configuration for the event.
Used to filter events by their DOM path.
Location configuration for the event.
Used to filter events by their location.
Value configuration for the event.
Used to filter events by their value.
Height configuration for the event.
Used to filter events by element height.
Width configuration for the event.
Used to filter events by element width.
Timestamp configuration for the event.
Used to filter events by their timestamp.
X coordinate configuration for the event.
Used to filter events by their X position.
Y coordinate configuration for the event.
Used to filter events by their Y position.
Built with
Show your support! Star us on GitHub ⭐️