[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-02-25。"],[[["Retrieves a specific creative belonging to a designated advertiser using a GET request."],["Requires specifying the advertiser ID and creative ID as path parameters in the request URL."],["Returns the details of the requested creative in the response body if successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details retrieving a specific creative using a `GET` request to the provided URL. The request requires two path parameters: `advertiserId` and `creativeId`, both as string representations of 64-bit integers. The request body must be empty. A successful response returns a `Creative` object. Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope. The described URL follows gRPC Transcoding syntax. There is also a test option to try it.\n"]]