Objects
/
FilterDataEvent

FilterDataEvent

Filter data event object for event-based filtering. Used to filter based on event properties and attributes.

Fields

  • type
    String!
    Required
    Type of the event to filter on. Example: "click", "page_view", "form_submit"
  • group
    FilterDataString
    Group configuration for the event. Used to filter events by their group.
  • element
    FilterDataString
    Element configuration for the event. Used to filter events by the element they occurred on.
  • txt
    FilterDataString
    Text content configuration for the event. Used to filter events by their text content.
  • element_path
    FilterDataString
    Element path configuration for the event. Used to filter events by their DOM path.
  • location
    FilterDataString
    Location configuration for the event. Used to filter events by their location.
  • value
    FilterDataString
    Value configuration for the event. Used to filter events by their value.
  • height
    FilterDataInt
    Height configuration for the event. Used to filter events by element height.
  • width
    FilterDataInt
    Width configuration for the event. Used to filter events by element width.
  • timestamp
    FilterDataInt
    Timestamp configuration for the event. Used to filter events by their timestamp.
  • x
    FilterDataInt
    X coordinate configuration for the event. Used to filter events by their X position.
  • y
    FilterDataInt
    Y coordinate configuration for the event. Used to filter events by their Y position.
Built with

Show your support! Star us on GitHub ⭐️