Which three statements are true regarding slots and targeters?
A.
Slots offer a caching mechanism.
B.
Targeters offer a caching mechanism.
C.
The TargetingForEach droplet can accept both a slot and a targeter asinput
D.
Slots can be created and configuredinthe BCC.
E.
Targeters can be created and configuredinthe BCC.
Explanation:
A: With slots, the system can more efficiently cache the items that it shows, which
makes displaying them faster.
B: The ATG Personalization module caches (or temporarily stores) the content that it displays after
each targeting operation. This behavior allows it to serve the content much faster to the next visitor
who matches the targeting criteria.
E: Creating New Targeters
To create a new content targeter that you can use to display appropriate content to specific users.
Etc.
Note:
* A slot is a Nucleus component that you can use to set up and display a series of personalized
content items on one or more Web pages.
* Targeters can be used to display repository items only. Slots are often used to show repository
items (such as images), but you can also use them to display any of the following:
Text strings
Dates
Numbers (Java types Long and Double)
The type of item that a slot displays is determined by the developer who creates the slot
component. Note, however, that a single slot can display only one type of item; for example, a slot
cannot contain both a repository item and a date.
* You can include slots in scenarios, giving you greater control over the circumstances in whichthey are displayed. For example, you could include Time elements in a scenario that change the
slots after a specific period. Using scenarios, you can also set up a type of slot called an active
slot that requests its own content, or use another scenario events to determine the content of a
slot.