ClickstreamItemKey

@objcMembers
public class ClickstreamItemKey : NSObject

ClickstreamAnalytics preset item keys for objective-c In addition to the item attributes defined below, you can add up to 10 custom attributes to an item.

  • The id of the item

    Declaration

    Swift

    public static let ITEM_ID: String
  • The name of the item

    Declaration

    Swift

    public static let ITEM_NAME: String
  • The location id of the item

    Declaration

    Swift

    public static let LOCATION_ID: String
  • The brand of the item

    Declaration

    Swift

    public static let ITEM_BRAND: String
  • The currency of the item

    Declaration

    Swift

    public static let CURRENCY: String
  • The price of the item

    Declaration

    Swift

    public static let PRICE: String
  • The quantity of the item

    Declaration

    Swift

    public static let QUANTITY: String
  • The creative name of the item

    Declaration

    Swift

    public static let CREATIVE_NAME: String
  • The creative slot of the item

    Declaration

    Swift

    public static let CREATIVE_SLOT: String
  • The category of the item

    Declaration

    Swift

    public static let ITEM_CATEGORY: String
  • The category2 of the item

    Declaration

    Swift

    public static let ITEM_CATEGORY2: String
  • The category3 of the item

    Declaration

    Swift

    public static let ITEM_CATEGORY3: String
  • The category4 of the item

    Declaration

    Swift

    public static let ITEM_CATEGORY4: String
  • The category5 of the item

    Declaration

    Swift

    public static let ITEM_CATEGORY5: String