Sends page viewed events for the current page being viewed.

Class Name

atg.userprofiling.PageEventTriggerDroplet

Component

/atg/userprofiling/SendPageEvent

Required Input Parameters

pageviewed

Set to the path of the PageViewedEvent. If this value is not set, when a PageViewedEvent is generated, the URL of the request is used for the path value. This allows someone to generate a page viewed event for a page logically named store home even if the real URL is /store/home/. The logical name might make more sense to a business manager using the Control Center Scenario Editor.

Usage Notes

PageEventTriggerDroplet fires page viewed events using a parameter or the request URI. This servlet bean has no output or open parameters.

Example

You can use the PageEventTriggerDroplet in a JSP through the SendPageEvents component, in two ways:

<dsp:droplet name="/atg/userprofiling/SendPageEvent"></dsp:droplet>

or:

<dsp:droplet name="/atg/userprofiling/SendPageEvent">
  <dsp:param name="pageviewed" value="store home"/>
</dsp:droplet>