RetailProperties

struct RetailProperties : Encodable, Sendable

Additional retail template properties

  • id

    The event’s ID.

    Declaration

    Swift

    public var id: String?
  • The event’s category.

    Declaration

    Swift

    public var category: String?
  • The event’s type.

    Declaration

    Swift

    public var type: String?
  • The event’s description.

    Declaration

    Swift

    public var eventDescription: String?
  • The brand.

    Declaration

    Swift

    public var brand: String?
  • If its a new item or not.

    Declaration

    Swift

    public var isNewItem: Bool?
  • The currency.

    Declaration

    Swift

    public var currency: String?
  • If the value is a lifetime value or not.

    Declaration

    Swift

    public var isLTV: Bool