[[["容易理解","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"]],["上次更新時間:2024-11-08 (世界標準時間)。"],[[["Retrieves the details of a specified custom column within a Google Ads account."],["Requires authorization with the `doubleclicksearch` scope."],["Uses a `GET` request to a specific endpoint with the custom column's resource name."],["Request body should be empty, and a successful response returns a `CustomColumn` object."],["Utilizes gRPC Transcoding for URL structure."]]],["The core content describes fetching a custom column via an HTTP GET request. The request URL, structured with gRPC Transcoding syntax, requires a `resourceName` path parameter specifying the desired custom column. The request body must be empty. A successful response returns a `CustomColumn` instance. This operation requires the `https://www.googleapis.com/auth/doubleclicksearch` OAuth scope for authorization. The request and response are specified with http request and path parameters.\n"]]