AccountProperties

struct AccountProperties : Encodable, Sendable

Additional acount template properties

  • User ID.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public var isLTV: Bool