[[["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-01-09 UTC."],[[["Retrieves a specific ad group ad using the provided advertiser and ad group ad IDs."],["Requires an HTTP GET request to the specified endpoint with the advertiser and ad group ad IDs as path parameters."],["The request body should be empty, and a successful response returns an `AdGroupAd` object."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document outlines how to retrieve an ad group ad using a GET request. The core action involves sending a GET request to a specific URL: `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/adGroupAds/{adGroupAdId}`, with `advertiserId` and `adGroupAdId` being required path parameters. The request body must be empty. A successful response returns an `AdGroupAd` instance. Access requires the OAuth scope: `https://www.googleapis.com/auth/display-video`. It shows the parameters needed to do the request.\n"]]