MPEventType Constants Reference
Declared in | MPEnums.h |
---|
MPEventType
Event Types
Definition
typedef NS_ENUM(NSUInteger, MPEventType ) {
MPEventTypeNavigation = 1,
MPEventTypeLocation = 2,
MPEventTypeSearch = 3,
MPEventTypeTransaction = 4,
MPEventTypeUserContent = 5,
MPEventTypeUserPreference = 6,
MPEventTypeSocial = 7,
MPEventTypeOther = 8,
MPEventTypeMedia = 9,
MPEventTypeAddToCart = 10,
MPEventTypeRemoveFromCart = 11,
MPEventTypeCheckout = 12,
MPEventTypeCheckoutOption = 13,
MPEventTypeClick = 14,
MPEventTypeViewDetail = 15,
MPEventTypePurchase = 16,
MPEventTypeRefund = 17,
MPEventTypePromotionView = 18,
MPEventTypePromotionClick = 19,
MPEventTypeAddToWishlist = 20,
MPEventTypeRemoveFromWishlist = 21,
MPEventTypeImpression = 22,
};
Constants
MPEventTypeNavigation
-
Use for navigation related events
Declared In
MPEnums.h
. MPEventTypeLocation
-
Use for location related events
Declared In
MPEnums.h
. MPEventTypeSearch
-
Use for search related events
Declared In
MPEnums.h
. MPEventTypeTransaction
-
Use for transaction related events
Declared In
MPEnums.h
. MPEventTypeUserContent
-
Use for user content related events
Declared In
MPEnums.h
. MPEventTypeUserPreference
-
Use for user preference related events
Declared In
MPEnums.h
. MPEventTypeSocial
-
Use for social related events
Declared In
MPEnums.h
. MPEventTypeOther
-
Use for other types of events not contained in this enum
Declared In
MPEnums.h
. MPEventTypeMedia
-
Internal. Used when an event is related to or sourced from the Media SDK
Declared In
MPEnums.h
. MPEventTypeAddToCart
-
Internal. Used when a product is added to the cart
Declared In
MPEnums.h
. MPEventTypeRemoveFromCart
-
Internal. Used when a product is removed from the cart
Declared In
MPEnums.h
. MPEventTypeCheckout
-
Internal. Used when the cart goes to checkout
Declared In
MPEnums.h
. MPEventTypeCheckoutOption
-
Internal. Used when the cart goes to checkout with options
Declared In
MPEnums.h
. MPEventTypeClick
-
Internal. Used when a product is clicked
Declared In
MPEnums.h
. MPEventTypeViewDetail
-
Internal. Used when user views the details of a product
Declared In
MPEnums.h
. MPEventTypePurchase
-
Internal. Used when a product is purchased
Declared In
MPEnums.h
. MPEventTypeRefund
-
Internal. Used when a product refunded
Declared In
MPEnums.h
. MPEventTypePromotionView
-
Internal. Used when a promotion is displayed
Declared In
MPEnums.h
. MPEventTypePromotionClick
-
Internal. Used when a promotion is clicked
Declared In
MPEnums.h
. MPEventTypeAddToWishlist
-
Internal. Used when a product is added to the wishlist
Declared In
MPEnums.h
. MPEventTypeRemoveFromWishlist
-
Internal. Used when a product is removed from the wishlist
Declared In
MPEnums.h
. MPEventTypeImpression
-
Internal. Used when a product is displayed in a promotion
Declared In
MPEnums.h
.
Declared In
MPEnums.h