EVGPromotionState Constants Reference

Declared inReferences
EVGItems.hEVGItem

Overview 

Modifies how items will be selected and ordered for promotion.

Definition 

1typedef NS_ENUM(NSInteger, EVGPromotionState ) {
2   EVGPromotionStateUndefined = 0,
3   EVGPromotionStatePrioritized,
4   EVGPromotionStateExcluded,
5};

Constants 

ConstantDescriptionDeclared in
EVGPromotionStateUndefinedDon’t make any changes to the standard promoted content behavior. The default promotion state.EVGItems.h
EVGPromotionStatePrioritizedGive the associated item a higher priority when evaluating campaign dynamic promoted content rules; ignored for static rules.EVGItems.h
EVGPromotionStateExcludedNever promote the associated item, even if it otherwise matches promoted content rules; honored for both static and dynamic rules.EVGItems.h

See Also