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 are selected and ordered for promotion. If not defined (null), it doesn’t change the standard promoted content behavior.
1@Retention(SOURCE)
2public @interface PromotionState1static final String ExcludedDon’t promote the associated item, even if it meets the criteria for promoted content. This restriction applies to both static and dynamic rules.
1static final String PrioritizedPrioritize the associated item when evaluating dynamic rules for campaign promoted content. This prioritization applies only to dynamic rules, not to static ones.
Newer Version Available