EVGPromotionState Constants Reference

Declared in EVGItems.h
References EVGItem

EVGPromotionState

Modifies how items will be selected and ordered for promotion.

Definition

typedef NS_ENUM(NSInteger, EVGPromotionState ) {
   EVGPromotionStateUndefined = 0,
   EVGPromotionStatePrioritized,
   EVGPromotionStateExcluded,
};

Constants

EVGPromotionStateUndefined

Don’t make any changes to the standard promoted content behavior. The default promotion state.

Declared In EVGItems.h.

EVGPromotionStatePrioritized

Give the associated item a higher priority when evaluating campaign dynamic promoted content rules; ignored for static rules.

Declared In EVGItems.h.

EVGPromotionStateExcluded

Never promote the associated item, even if it otherwise matches promoted content rules; honored for both static and dynamic rules.

Declared In EVGItems.h.

See Also

Declared In

EVGItems.h