Each targeting servlet bean described in this chapter triggers a content view event and a content-type view event for each content item returned by the targeter. For example, a page with a TargetingForEach servlet bean returns an array of seven content items. When the Oracle Commerce Platform serves this page, seven content view events and seven content-type view events are triggered and sent to the Event Distributor’s content channel and content-type channel, respectively.

You can disable this behavior for any targeting servlet bean by setting one or both of the following parameters in the servlet:

<dsp:param name="fireContentEvent" value="false"/>
<dsp:param name="fireContentTypeEvent" value="false"/>

For more information, see the Personalization Module Logging chapter of the Personalization Programming Guide.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices