[[["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\u003eGlobally available structures include \u003ccode\u003eGADAdSize\u003c/code\u003e for defining ad dimensions and \u003ccode\u003eGADVersionNumber\u003c/code\u003e for accessing version information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGADAdSize\u003c/code\u003e provides a way to specify the width and height of an ad unit using the \u003ccode\u003eGADAdSize\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGADVersionNumber\u003c/code\u003e allows developers to retrieve information about the version of the Google Mobile Ads SDK.\u003c/p\u003e\n"]]],["The provided content defines two globally available structures: `GADAdSize` and `GADVersionNumber`. `GADAdSize` represents the size of an ad, and it is defined as a struct in both Swift (`struct AdSize`) and Objective-C (`struct GADAdSize {}`). `GADVersionNumber` holds version number information and also uses a struct definition in Swift (`struct VersionNumber`) and Objective-C (`struct GADVersionNumber {}`). These structures serve to provide specific data in code.\n"],null,["# GoogleMobileAds Framework Reference\n\nStructures\n==========\n\nThe following structures are available globally.\n- `\n ``\n ``\n `\n\n ### [GADAdSize](/ad-manager/mobile-ads-sdk/ios/api/reference/Structs/GADAdSize)\n\n `\n ` \n Ad size. \n See\n typedef GADAdSize \n\n #### Declaration\n\n Swift \n\n struct AdSize\n\n Objective-C \n\n struct GADAdSize {}\n\n- `\n ``\n ``\n `\n\n ### [GADVersionNumber](/ad-manager/mobile-ads-sdk/ios/api/reference/Structs/GADVersionNumber)\n\n `\n ` \n Version number information. \n\n #### Declaration\n\n Swift \n\n struct VersionNumber\n\n Objective-C \n\n struct GADVersionNumber {}"]]