BMPImaAdData
Objective-C
@protocol BMPImaAdData <BMPVastAdData>
Swift
protocol ImaAdData : VastAdData
Holds additional ad data that’s available when using the Google IMA SDK implementation.
-
The first deal ID present in the wrapper chain for the ad, starting from the top.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *dealId;
Swift
var dealId: String? { get }
Return Value
The first deal ID present in the wrapper chain for the ad, starting from the top.
-
The custom parameters associated with the ad at the time of ad trafficking.
@returns the custom parameters associated with the ad at the time of ad trafficking.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *traffickingParameters;
Swift
var traffickingParameters: String? { get }