Annotation Type PromotionState

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 PromotionState

Fields 

Excluded 

1public static final java.lang.String Excluded

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

Prioritized 

1public static final java.lang.String Prioritized

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