|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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(String userId,
HttpServletRequest request,
String containerUID,
String contextUID,
String placeholder,
String contPath)
Raise an event when an ad is clicked on |
void |
raiseDisplayEvent(String userId,
HttpServletRequest request,
String containerUID,
String contextUID,
String placeholder,
String contPath)
Raise an event when an ad is displayed. |
| Method Detail |
public void raiseClickThruEvent(String userId,
HttpServletRequest request,
String containerUID,
String contextUID,
String placeholder,
String contPath)
userId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contPath - the content path of the ad
public void raiseDisplayEvent(String userId,
HttpServletRequest request,
String containerUID,
String contextUID,
String placeholder,
String contPath)
userId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contPath - the content path of the ad
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||