[[["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\u003eIMAUiElementType\u003c/code\u003e is an enum defining customizable UI elements within an ad.\u003c/p\u003e\n"],["\u003cp\u003eIt includes elements like ad attribution and countdown timer.\u003c/p\u003e\n"],["\u003cp\u003eThese elements are represented by constants like \u003ccode\u003ekIMAUiElements_AD_ATTRIBUTION\u003c/code\u003e and \u003ccode\u003ekIMAUiElements_COUNTDOWN\u003c/code\u003e accessible through Swift and Objective-C.\u003c/p\u003e\n"]]],[],null,["# GoogleInteractiveMediaAds Framework Reference\n\nIMAUiElementType\n================\n\n enum IMAUiElementType : NSInteger {}\n\nDifferent UI elements that can be customized.\n- `\n ``\n ``\n `\n\n ### [kIMAUiElements_AD_ATTRIBUTION](#/c:@E@IMAUiElementType@kIMAUiElements_AD_ATTRIBUTION)\n\n `\n ` \n Ad attribution UI element. \n\n #### Declaration\n\n Swift \n\n case elements_AD_ATTRIBUTION = 0\n\n Objective-C \n\n kIMAUiElements_AD_ATTRIBUTION\n\n- `\n ``\n ``\n `\n\n ### [kIMAUiElements_COUNTDOWN](#/c:@E@IMAUiElementType@kIMAUiElements_COUNTDOWN)\n\n `\n ` \n Ad countdown element. \n\n #### Declaration\n\n Swift \n\n case elements_COUNTDOWN = 1\n\n Objective-C \n\n kIMAUiElements_COUNTDOWN"]]