The business requires that only three Items be shown on the page from a slot even though the slot
is populated with many more. What are two ways to do this?
A.
Not possible. Fix the number of itemsinthe slot.
B.
Limit the number of items servedinthe slot configuration.
C.
Set the maxItemsDisplayed property on the store configuration.
D.
Advice business to show more as this requirement requires custom code.
E.
Limit the number of items displayedinthe properties passed to targeting droplets on the page.
Explanation:
B(not A): You can limit the number of items that can appear in the slot at any one
time.
E:
Note: The TargetingForEach servlet bean is a specialized version of the ForEach servlet bean that
performs a targeting operation using the targeter component set by its targeter and sourceMap
parameters. The TargetingForEach servlet bean displays every item returned by the targeting
operation in the manner specified by its output parameter.
maxNumber
If the maxNumber property is set, the targeter only returns at most maxNumber items in the
targeting result set. You can use this property as a precaution to prevent loading potentially large
result sets into memory.