Annotation Type PromotionState

Modifies how items are selected and ordered for promotion. If not defined (null), it doesn’t change the standard promoted content behavior.

1@Retention(SOURCE)
2public @interface PromotionState

Fields 

Excluded 

1static final String Excluded

Don’t promote the associated item, even if it meets the criteria for promoted content. This restriction applies to both static and dynamic rules.

Prioritized 

1static final String Prioritized

Prioritize the associated item when evaluating dynamic rules for campaign promoted content. This prioritization applies only to dynamic rules, not to static ones.

See Also