Interface VideoClicks

  • All Implemented Interfaces:

    
    public interface VideoClicks
    
                        

    Represents a parsed <VideoClicks> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getClickThrough() the uri to the advertiser's site that the media player opens when a viewer clicks the ad.
      abstract List<String> getClickTrackings() the list of uris that can be used in the case where multiple parties would like to track the Linear clickthrough.
      abstract List<String> getCustomClicks() the list of uris used to track any interactions with the linear ad that do not include the clickthrough click and do not take the viewer away from the media player
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getClickThrough

         abstract String getClickThrough()

        the uri to the advertiser's site that the media player opens when a viewer clicks the ad.

      • getClickTrackings

         abstract List<String> getClickTrackings()

        the list of uris that can be used in the case where multiple parties would like to track the Linear clickthrough.

      • getCustomClicks

         abstract List<String> getCustomClicks()

        the list of uris used to track any interactions with the linear ad that do not include the clickthrough click and do not take the viewer away from the media player