[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMACompanionAd\u003c/code\u003e is an object that stores data related to a companion ad, which is an ad displayed alongside a video ad.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the companion ad's resource value, API framework used, and dimensions (width and height).\u003c/p\u003e\n"],["\u003cp\u003eThe resource value represents the ad's content, while the API framework specifies how to execute it.\u003c/p\u003e\n"],["\u003cp\u003eWidth and height properties define the size of the companion ad in pixels, with 0 indicating unavailability.\u003c/p\u003e\n"]]],[],null,["IMACompanionAd \n\n @interface IMACompanionAd : NSObject\n\nAn object that holds data corresponding to the companion ad.\n- `\n ``\n ``\n `\n\n [resourceValue](#/c:objc(cs)IMACompanionAd(py)resourceValue)`\n ` \n The value for the resource of this companion. \n\n Declaration \n Swift \n\n var resourceValue: String? { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *resourceValue;\n\n- `\n ``\n ``\n `\n\n [APIFramework](#/c:objc(cs)IMACompanionAd(py)APIFramework)`\n ` \n The API needed to execute this ad, or nil if unavailable. \n\n Declaration \n Swift \n\n var apiFramework: String? { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *APIFramework;\n\n- `\n ``\n ``\n `\n\n [width](#/c:objc(cs)IMACompanionAd(py)width)`\n ` \n The width of the companion in pixels. 0 if unavailable. \n\n Declaration \n Swift \n\n var width: Int { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSInteger width;\n\n- `\n ``\n ``\n `\n\n [height](#/c:objc(cs)IMACompanionAd(py)height)`\n ` \n The height of the companion in pixels. 0 if unavailable. \n\n Declaration \n Swift \n\n var height: Int { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSInteger height;"]]