Nitido Inc.

com.nitido.nimbox.http.services.ad
Class ADClickThroughEvent

java.lang.Object
  extended by com.nitido.nimbox.http.services.tracking.TrackingEvent
      extended by com.nitido.nimbox.http.services.ad.ADClickThroughEvent
All Implemented Interfaces:
java.io.Serializable

public class ADClickThroughEvent
extends TrackingEvent

An instance of this class represents an AD click through event.

See Also:
Serialized Form

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

_src

protected final java.lang.String _src
Reference to the source skin where the AD was displayed.


_dest

protected final java.lang.String _dest
The URL where the AD is pointing too.


_msg

protected final java.lang.String _msg
The msg that is displayed when this event is recorded.

Constructor Detail

ADClickThroughEvent

public ADClickThroughEvent(java.lang.String tid,
                           java.lang.String src,
                           java.lang.String dest)
Class constructor.

Parameters:
tid - The transaction ID
src - The URL of the skin where the AD was placed.
dest - The URL where the AD is pointing too.
Method Detail

getMessage

public java.lang.String getMessage()
Description copied from class: TrackingEvent
Extenders of this class need to implement this method to return the event description that is recorded by the NiM Tracking Service.

Specified by:
getMessage in class TrackingEvent
Returns:
The event description.

getClickThroughSource

public java.lang.String getClickThroughSource()
This method returns the URL where the AD, that generated this event, was placed.

Returns:
The URL of the skin where the AD was placed.

getClickThroughDestination

public java.lang.String getClickThroughDestination()
This method returns the URL where the AD, that generated this event, is pointing too.

Returns:
The URL where AD is pointing too.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.