|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Base interface for tracking events. The ad package raises two basic events. The display event is raised when an ad is displayed. The click thru event is raised when a user initiates some action against an ad.
| Method Summary | |
void |
raiseClickThruEvent(java.lang.String userId,
javax.servlet.http.HttpServletRequest request,
java.lang.String containerUID,
java.lang.String contextUID,
java.lang.String placeholder,
java.lang.String contId)
Raise an event when an ad is clicked on |
void |
raiseDisplayEvent(java.lang.String userId,
javax.servlet.http.HttpServletRequest request,
java.lang.String containerUID,
java.lang.String contextUID,
java.lang.String placeholder,
java.lang.String contId)
Raise an event when an ad is displayed. |
| Method Detail |
public void raiseDisplayEvent(java.lang.String userId,
javax.servlet.http.HttpServletRequest request,
java.lang.String containerUID,
java.lang.String contextUID,
java.lang.String placeholder,
java.lang.String contId)
userId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contId - the content id of the ad
public void raiseClickThruEvent(java.lang.String userId,
javax.servlet.http.HttpServletRequest request,
java.lang.String containerUID,
java.lang.String contextUID,
java.lang.String placeholder,
java.lang.String contId)
userId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contId - the content id of the ad
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||