Package com.brightcove.ssai.ad
Class CreativeClicks
java.lang.Object
com.brightcove.ssai.ad.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 TypeMethodDescriptionGets the Ad type.Gets the click-through Creative click.Gets click-tracking Creative click list.Gets custom-click Creative click list.
-
Method Details
-
getClickThrough
Gets the click-through Creative click.- Returns:
- the click through
-
getClickTrackingList
Gets click-tracking Creative click list. This is optional, therefore it can be empty.- Returns:
- the click tracking list
-
getCustomClickList
Gets custom-click Creative click list. This is optional, therefore it can be empty.- Returns:
- the custom click list
-
getAdType
Gets the Ad type.- Returns:
- the ad type
-