NonLinearAd public protocol NonLinearAd : Ad Represents a non-linear ad in the VAST specification. It extends the properties of the Ad object. clickThrough The url that redirects to the website of the advertiser. Declaration Swift var clickThrough: String? { get }