create

open fun <T, T2> create(id: String, title: String, adSystem: String, creative: Creative<out T2>, trackingMultimap: Multimap<TrackingType, TrackingEvent>, rawAd: T, creativeId: String, creativeAdId: String): Ad

Creates an Ad with the provided Creative.

Return

instance of an Ad.

Parameters

creative

The creative from the ad.

trackingMultimap

The Multimap of the tracking events.