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 ATG 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 PersonalizationModuleLogging chapter of the ATG Personalization Programming Guide.

 
loading table of contents...