[[["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-09-23 UTC."],[[["This API retrieves a specific AdUnit object using an HTTP GET request."],["The request requires a path parameter to identify the AdUnit by network code and ad unit ID."],["An empty request body is necessary, and a successful response returns an AdUnit object."],["Authorization is required using the `https://www.googleapis.com/auth/admanager` OAuth scope."]]],["The API uses a `GET` request to retrieve an AdUnit object at the specified URL: `https://admanager.googleapis.com/v1/{name}`. The `name` parameter, a string, is mandatory and follows the format `networks/{networkCode}/adUnits/{adUnitId}`. The request body must be empty. A successful response returns an AdUnit object. This action needs authorization and requires the OAuth scope: `https://www.googleapis.com/auth/admanager`.\n"]]