Inputs
/
FilterDataEventInput

FilterDataEventInput

Input for event-based filter data. Used to define event property comparison operations.

Fields

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

Show your support! Star us on GitHub ⭐️