Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
| Declared in | References |
|---|---|
EVGItems.h | EVGItem |
Modifies how items will be selected and ordered for promotion.
1typedef NS_ENUM(NSInteger, EVGPromotionState ) {
2 EVGPromotionStateUndefined = 0,
3 EVGPromotionStatePrioritized,
4 EVGPromotionStateExcluded,
5};| Constant | Description | Declared in |
|---|---|---|
EVGPromotionStateUndefined | Don’t make any changes to the standard promoted content behavior. The default promotion state. | EVGItems.h |
EVGPromotionStatePrioritized | Give the associated item a higher priority when evaluating campaign dynamic promoted content rules; ignored for static rules. | EVGItems.h |
EVGPromotionStateExcluded | Never promote the associated item, even if it otherwise matches promoted content rules; honored for both static and dynamic rules. | EVGItems.h |
See Also
Newer Version Available