IVSAdCreativeMetadata

Objective-C


@interface IVSAdCreativeMetadata : NSObject

Swift

class IVSAdCreativeMetadata : NSObject, @unchecked Sendable

Optional additional ad creative-level metadata.

Note

This API is in beta and may change.
  • Unavailable

    Do not create instances of this class directly

    Declaration

    Objective-C

    IVS_INIT_UNAVAILABLE
  • Unavailable

    Do not create instances of this class directly

    Declaration

    Objective-C

    IVS_INIT_UNAVAILABLE
  • VAST ad identifier.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *vastAdId;

    Swift

    var vastAdId: String? { get }
  • Creative identifier.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *creativeId;

    Swift

    var creativeId: String? { get }
  • Ad server name.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *adSystem;

    Swift

    var adSystem: String? { get }
  • Human-readable ad name.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *adTitle;

    Swift

    var adTitle: String? { get }