com.adobe.mediacore.timeline.advertising.auditude
Class AuditudeTracker

java.lang.Object
  extended by com.adobe.mediacore.timeline.advertising.auditude.AuditudeTracker
All Implemented Interfaces:
ContentTracker

public class AuditudeTracker
extends Object
implements ContentTracker


Constructor Summary
AuditudeTracker(ReportingHelper auditudeAdReporter)
           
 
Method Summary
 void onAdClick(Ad ad)
          Tracking ad click.
 void onAdComplete(Ad ad)
          Tracking that an ad has completed.
 void onAdProgress(Ad ad, int percent)
          Tracking ad progress.
 void onAdStart(Ad ad)
          Tracking that an ad has started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditudeTracker

public AuditudeTracker(ReportingHelper auditudeAdReporter)
Method Detail

onAdComplete

public void onAdComplete(Ad ad)
Description copied from interface: ContentTracker
Tracking that an ad has completed.

Specified by:
onAdComplete in interface ContentTracker
Parameters:
ad - Ad that has completed

onAdProgress

public void onAdProgress(Ad ad,
                         int percent)
Description copied from interface: ContentTracker
Tracking ad progress.

Specified by:
onAdProgress in interface ContentTracker
Parameters:
ad - Ad that is being displayed
percent - The amount of time spent by the user viewing the ad expressed in percent.

onAdClick

public void onAdClick(Ad ad)
Description copied from interface: ContentTracker
Tracking ad click.

Specified by:
onAdClick in interface ContentTracker
Parameters:
ad - Ad that is being displayed

onAdStart

public void onAdStart(Ad ad)
Description copied from interface: ContentTracker
Tracking that an ad has started.

Specified by:
onAdStart in interface ContentTracker
Parameters:
ad - Ad that has started