[[["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\u003eGADAdValue\u003c/code\u003e represents the monetary value earned from an ad, including the value, currency, and precision.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties for accessing the ad's value (\u003ccode\u003evalue\u003c/code\u003e), the currency code (\u003ccode\u003ecurrencyCode\u003c/code\u003e), and the precision of the reported value (\u003ccode\u003eprecision\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this class to retrieve and utilize information about ad revenue generated.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds Framework Reference\n\nGADAdValue\n==========\n\n\n @interface GADAdValue : NSObject \u003cNSCopying\u003e\n\nThe monetary value earned from an ad.\n- `\n ``\n ``\n `\n\n ### [precision](#/c:objc(cs)GADAdValue(py)precision)\n\n `\n ` \n The precision of the reported ad value. \n\n #### Declaration\n\n Swift \n\n var precision: AdValuePrecision { get }\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/GADAdValuePrecision.html precision;\n\n- `\n ``\n ``\n `\n\n ### [value](#/c:objc(cs)GADAdValue(py)value)\n\n `\n ` \n The ad's value. \n\n #### Declaration\n\n Swift \n\n var value: NSDecimalNumber { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSDecimalNumber *value;\n\n- `\n ``\n ``\n `\n\n ### [currencyCode](#/c:objc(cs)GADAdValue(py)currencyCode)\n\n `\n ` \n The value's currency code. \n\n #### Declaration\n\n Swift \n\n var currencyCode: String { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSString *currencyCode;"]]