Objects
/
FilterDataCustomEventProperty

FilterDataCustomEventProperty

Filter data custom event property object. Used to define filtering conditions for custom event properties.

Fields

    name
    String!
    Required
    Name of the custom event property. Example: "order_id", "product_category"
    value_str
    FilterDataString
    String value configuration for the property. Used when the property value is a string.
    value_bool
    FilterDataBool
    Boolean value configuration for the property. Used when the property value is a boolean.
    value_int
    FilterDataInt
    Integer value configuration for the property. Used when the property value is an integer.
    value_float
    FilterDataFloat
    Float value configuration for the property. Used when the property value is a decimal number.
Built with

Show your support! Star us on GitHub ⭐️