com.bea.commerce.campaign.tracking.events
Class ClickCampaignEvent
java.lang.Object
|
+--com.beasys.commerce.foundation.AbstractConfigurableEntity
|
+--com.bea.commerce.platform.events.Event
|
+--com.bea.commerce.platform.tracking.events.TrackingEvent
|
+--com.bea.commerce.platform.tracking.events.ClickEvent
|
+--com.bea.commerce.campaign.tracking.events.ClickCampaignEvent
- All Implemented Interfaces:
- BusinessPolicyManager, ConfigurableEntity, EventConstants, java.io.Serializable
- 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.beasys.commerce.foundation.AbstractConfigurableEntity |
addBusinessPolicy, addPropertyValue, addPropertyValueMapped, getBusinessPolicy, getPersistableHandle, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyNoDefault, getSuccessor, getUniqueId, removeBusinessPolicy, removeProperty, removeProperty, removePropertyValue, removePropertyValueMapped, removeSuccessor, setProperty, setProperty, setSuccessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.beasys.commerce.foundation.ConfigurableEntity |
addPropertyValue, addPropertyValueMapped, getPersistableHandle, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyNoDefault, getSuccessor, getUniqueId, removeProperty, removeProperty, removePropertyValue, removePropertyValueMapped, removeSuccessor, setProperty, setProperty, setSuccessor |
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 © 2001 BEA Systems, Inc. All Rights Reserved