ClassName

atg.userprofiling.PageEventTriggerDroplet

Component

/atg/userprofiling/SendPageEvent

The PageEventTriggerDroplet servlet bean fires page viewed events using a parameter or the request URI.

Input Parameters

pageviewed
You can set this optional parameter 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.

The PageEventTriggerDroplet has no output or oparams.

Example

There are two ways you can use the PageEventTriggerDroplet in a JSP through the SendPageEvents component:

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

or:

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

 
loading table of contents...