[[["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-02-04 UTC."],[[["`GADResponseInfo` provides information about the response received for an ad request."],["It includes details like a unique response identifier, extra parameters, and information about the ad network that served the ad."],["`GADResponseInfo` also contains an array of metadata for all ad networks involved in the response."],["It offers both Swift and Objective-C interfaces for accessing this information."],["Developers can obtain a JSON-safe dictionary representation of the response info for further processing or analysis."]]],["GADResponseInfo provides details about an ad request response. Key data includes a unique `responseIdentifier`, an `extrasDictionary` for additional parameters, and `loadedAdNetworkResponseInfo` for the successful adapter. It also includes an `adNetworkInfoArray`, which contains metadata for each ad network involved. Lastly, a `dictionaryRepresentation` method provides a JSON-safe dictionary of the data. These are read-only properties for the ad response.\n"]]