Method: customers.customColumns.get
HTTP リクエスト
GET https://searchads360.googleapis.com/v0/{resourceName=customers/*/customColumns/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
resourceName |
string
必須。取得するカスタム列のリソース名。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には CustomColumn
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/doubleclicksearch
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-08 UTC。
[null,null,["最終更新日 2024-11-08 UTC。"],[[["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"]]