Package com.naver.ads.video.vast.raw
Interface VideoClicks
-
- All Implemented Interfaces:
public interface VideoClicksRepresents a parsed
<VideoClicks>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetClickThrough()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 -
-
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
-
-
-
-