-
public class CreativeClicks
It is the representation of VAST creative clicks. They can either be Linear Clicks (described as Video Clicks in the VAST 3.0 spec), Non Linear Clicks or Companion Clicks.
-
-
Method Summary
Modifier and Type Method Description Click
getClickThrough()
Gets the click-through Creative click. List<Click>
getClickTrackingList()
Gets click-tracking Creative click list.This is optional, therefore it can be empty. List<Click>
getCustomClickList()
Gets custom-click Creative click list.This is optional, therefore it can be empty. Ad.Type
getAdType()
Gets the Ad type. -
-
Method Detail
-
getClickThrough
@NonNull() Click getClickThrough()
Gets the click-through Creative click.
-
getClickTrackingList
@NonNull() List<Click> getClickTrackingList()
Gets click-tracking Creative click list.This is optional, therefore it can be empty.
-
getCustomClickList
@NonNull() List<Click> getCustomClickList()
Gets custom-click Creative click list.This is optional, therefore it can be empty.
-
-
-
-