CampaignUserActivityEvent Class
- public class CampaignUserActivityEvent
extends TrackingEvent
Event for tracking generic campaign events. These associate users with specific campaign, scenario instances.
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
CampaignUserActivityEvent
-
All Implemented Interfaces
-
ConfigurableEntity, EventConstants, Serializable
public static final String |
-
CAMPAIGN_ID
- Event attribute key name for the campaign id
Attribute value is a String
|
public static final String |
-
SCENARIO_ID
- Event attribute key name for the scenario id
Attribute value is a String
|
public static final String |
-
TYPE
- The event type
|
Methods from com.bea.p13n.property.AbstractConfigurableEntity |
createMapKey, getCachedProperty, getExplicitProperty, getExplicitSetter, getImplicitProperty, getJndiName, getPkString, getProperty, getPropertyAsString, getPropertyCache, getPropertyNoDefault, getUniqueId, hasExplicitGetter, hasExplicitSetter, removeExplicitProperty, removeProperty, setExplicitProperty, setProperty, upcaseFirst |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAMPAIGN_ID
public static final String CAMPAIGN_ID
- Event attribute key name for the campaign id
Attribute value is a String
SCENARIO_ID
public static final String SCENARIO_ID
- Event attribute key name for the scenario id
Attribute value is a String
TYPE
public static final String TYPE
- The event type
CampaignUserActivityEvent
public CampaignUserActivityEvent(String theSessionId,
String theUserId,
HttpServletRequest theRequest,
String aCampaignId,
String aScenarioId)
- Create a new DisplayCampaignEvent.
CampaignUserActivityEvent
public CampaignUserActivityEvent(HttpSession session,
HttpServletRequest theRequest,
String aCampaignId,
String aScenarioId)
- Create a new DisplayCampaignEvent.
This ctor must be used for tracking anonymous users