Generic Event Control

The Generic Event control provides a convenient way to dispatch a non-tracked event (whose name you specify) to the event service. A non-tracked event is not designed to be persisted (unless you have implemented your own event listener and persistence classes). Use this control in a Page Flow to trigger a campaign action when the event occurs.

For the eventType property, enter the name of the event you want to dispatch.

This control may not be used with a Java Web Service, because the request object it requires is unavailable from a Java Web Service.

Javadoc

For property, method, and other details on this control, see the control's Javadoc.

Related Topics

Adding Portal Controls to Java Page Flows

Using Portal Controls

Tutorial: Creating a Login Control Page Flow Using the Wizard