Inputs
/
FilterDataCustomEventPropertyInput

FilterDataCustomEventPropertyInput

Input for custom event property filter data. 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
    FilterDataStringInput
    String value configuration for the property. Used when the property value is a string.
  • value_int
    FilterDataIntInput
    Integer value configuration for the property. Used when the property value is an integer.
  • value_bool
    FilterDataBoolInput
    Boolean value configuration for the property. Used when the property value is a boolean.
  • value_float
    FilterDataFloatInput
    Float value configuration for the property. Used when the property value is a decimal number.
Built with

Show your support! Star us on GitHub ⭐️