[[["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 2024-08-21 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMACompanionAd\u003c/code\u003e is an object that stores information related to a companion ad, which is an ad displayed alongside the main video content.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the ad's resource value, the API framework required to run it, and its dimensions (width and height).\u003c/p\u003e\n"],["\u003cp\u003eThese properties are read-only and can be accessed in both Swift and Objective-C.\u003c/p\u003e\n"]]],[],null,["# GoogleInteractiveMediaAds Framework Reference\n\nIMACompanionAd\n==============\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 `\n ` \n The value for the resource of this companion. \n\n #### Declaration\n\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 `\n ` \n The API needed to execute this ad, or nil if unavailable. \n\n #### Declaration\n\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 `\n ` \n The width of the companion in pixels. 0 if unavailable. \n\n #### Declaration\n\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 `\n ` \n The height of the companion in pixels. 0 if unavailable. \n\n #### Declaration\n\n Swift \n\n var height: Int { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSInteger height;"]]