Package com.naver.ads.video.player
Interface ClickTrackingProvider
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.TrackingProvider
public interface ClickTrackingProvider implements TrackingProvider
Provides tracking and landing url data about click of video ads.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetClickThroughUrlTemplate()the uri to the advertiser's site that the media player opens when a viewer clicks the ad. abstract List<String>getClickTrackingUrlTemplates()the list of uris that can be used in the case where multiple parties would like to track the Linear clickthrough. abstract List<String>getCustomClickUrlTemplates()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
-
getClickThroughUrlTemplate
abstract String getClickThroughUrlTemplate()
the uri to the advertiser's site that the media player opens when a viewer clicks the ad.
-
getClickTrackingUrlTemplates
abstract List<String> getClickTrackingUrlTemplates()
the list of uris that can be used in the case where multiple parties would like to track the Linear clickthrough.
-
getCustomClickUrlTemplates
abstract List<String> getCustomClickUrlTemplates()
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
-
-
-
-