Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Modifies how items will be selected and ordered for promotion. If not defined (null), it will not make any changes to the standard promoted content behavior.
1@Retention(value=SOURCE)
2public @interface PromotionState1public static final java.lang.String ExcludedNever promote the associated item, even if it otherwise matches promoted content rules; honored for both static and dynamic rules.
1public static final java.lang.String PrioritizedGive the associated item a higher priority when evaluating campaign dynamic promoted content rules; ignored for static rules.
Newer Version Available