|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimbox.http.services.tracking.TrackingEvent
com.nitido.nimbox.http.services.ad.ADClickThroughEvent
public class ADClickThroughEvent
An instance of this class represents an AD click through event.
Field Summary | |
---|---|
protected java.lang.String |
_dest
The URL where the AD is pointing too. |
protected java.lang.String |
_msg
The msg that is displayed when this event is recorded. |
protected java.lang.String |
_src
Reference to the source skin where the AD was displayed. |
Fields inherited from class com.nitido.nimbox.http.services.tracking.TrackingEvent |
---|
_id |
Constructor Summary | |
---|---|
ADClickThroughEvent(java.lang.String tid,
java.lang.String src,
java.lang.String dest)
Class constructor. |
Method Summary | |
---|---|
java.lang.String |
getClickThroughDestination()
This method returns the URL where the AD, that generated this event, is pointing too. |
java.lang.String |
getClickThroughSource()
This method returns the URL where the AD, that generated this event, was placed. |
java.lang.String |
getMessage()
Extenders of this class need to implement this method to return the event description that is recorded by the NiM Tracking Service. |
Methods inherited from class com.nitido.nimbox.http.services.tracking.TrackingEvent |
---|
getTrackingID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.lang.String _src
protected final java.lang.String _dest
protected final java.lang.String _msg
Constructor Detail |
---|
public ADClickThroughEvent(java.lang.String tid, java.lang.String src, java.lang.String dest)
tid
- The transaction IDsrc
- The URL of the skin where the AD was placed.dest
- The URL where the AD is pointing too.Method Detail |
---|
public java.lang.String getMessage()
TrackingEvent
getMessage
in class TrackingEvent
public java.lang.String getClickThroughSource()
public java.lang.String getClickThroughDestination()
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.