com.bea.campaign.tracking.events
Class ClickCampaignEvent
java.lang.Object
|
+--com.bea.p13n.property.AbstractConfigurableEntity
|
+--com.bea.p13n.events.Event
|
+--com.bea.p13n.tracking.events.TrackingEvent
|
+--com.bea.p13n.tracking.events.ClickEvent
|
+--com.bea.campaign.tracking.events.ClickCampaignEvent
- public class ClickCampaignEvent
- extends ClickEvent
Event for tracking click of campaign
- See Also:
- Serialized Form
Field Summary
|
static java.lang.String |
APPLICATION_NAME
Event attribute key name for storefront (aka application)
Attribute value is a String |
static java.lang.String |
BANNER_AD_PROMOTION
Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String |
static java.lang.String |
CAMPAIGN_ID
Event attribute key name for the campaign id
Attribute value is a String |
static java.lang.String |
PLACEHOLDER_ID
Event attribute key name for item category id
Attribute value is a String |
static java.lang.String |
SCENARIO_ID
Event attribute key name for the scenario id
Attribute value is a String |
static java.lang.String |
TYPE
The event type |
Constructor Summary
|
ClickCampaignEvent(java.lang.String theSessionId,
java.lang.String theUserId,
javax.servlet.http.HttpServletRequest theRequest,
java.lang.String aDocumentType,
java.lang.String aDocumentId,
java.lang.String aCampaignId,
java.lang.String aScenarioId,
java.lang.String aApplicationName,
java.lang.String aPlaceholderId)
Create a new ClickCampaignEvent. |
Methods inherited from class com.bea.p13n.property.AbstractConfigurableEntity |
createMapKey,
getCachedProperty,
getExplicitProperty,
getExplicitSetter,
getImplicitProperty,
getJndiName,
getPkString,
getPropertyAsString,
getPropertyCache,
getPropertyNoDefault,
getUniqueId,
hasExplicitGetter,
hasExplicitSetter,
removeExplicitProperty,
removeProperty,
setExplicitProperty,
setProperty,
upcaseFirst |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TYPE
public static final java.lang.String TYPE
- The event type
CAMPAIGN_ID
public static final java.lang.String CAMPAIGN_ID
- Event attribute key name for the campaign id
Attribute value is a String
SCENARIO_ID
public static final java.lang.String SCENARIO_ID
- Event attribute key name for the scenario id
Attribute value is a String
APPLICATION_NAME
public static final java.lang.String APPLICATION_NAME
- Event attribute key name for storefront (aka application)
Attribute value is a String
PLACEHOLDER_ID
public static final java.lang.String PLACEHOLDER_ID
- Event attribute key name for item category id
Attribute value is a String
BANNER_AD_PROMOTION
public static final java.lang.String BANNER_AD_PROMOTION
- Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String
ClickCampaignEvent
public ClickCampaignEvent(java.lang.String theSessionId,
java.lang.String theUserId,
javax.servlet.http.HttpServletRequest theRequest,
java.lang.String aDocumentType,
java.lang.String aDocumentId,
java.lang.String aCampaignId,
java.lang.String aScenarioId,
java.lang.String aApplicationName,
java.lang.String aPlaceholderId)
- Create a new ClickCampaignEvent.
- Parameters:
theSessionId
- from HttpSession.getId()theUserId
- from HttpServletRequest.getRemoteUser() or equivalent (null if unknown)theRequest
- the http servlet request objectaDocumentType
- Document Type for the clicked content (optionally null)aDocumentId
- Document ID for the clicked content (optionally null)aCampaignId
- campaign id for the campaign from which the item was clickedaScenarioId
- scenario id for the scenario (within the campaign) for which the item was clickedaApplicationName
- application name (aka storefront) (optionally null)aPlaceholderId
- a placeholder id
Copyright © 2002 BEA Systems, Inc. All Rights Reserved