[[["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."],[[["Retrieves information for a specific ad unit within a given account and ad client."],["Requires an HTTP GET request specifying the account, ad client, and ad unit using a defined URL structure."],["The request body should be empty, and a successful response includes details about the ad unit."],["Authorization is necessary using specific OAuth scopes associated with AdSense access."]]],["This document outlines how to retrieve an ad unit using a `GET` request to the specified URL, which requires gRPC Transcoding syntax. The request must include the `name` path parameter, identifying the ad unit's account, ad client, and ad unit. The request body should be empty. A successful response returns an `AdUnit` instance. Authorization requires either the `adsense` or `adsense.readonly` OAuth scope. The user can directly use the Try It feature.\n"]]