Method: customers.customColumns.list
お客様に関連付けられているすべてのカスタム列を詳細に返します。
HTTP リクエスト
GET https://searchads360.googleapis.com/v0/customers/{customerId}/customColumns
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customerId |
string
必須。CustomColumn リスト オペレーションを適用する顧客の ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
お客様に関連付けられているすべてのカスタム列を取得するためのレスポンス メッセージ。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
customColumns[] |
object (CustomColumn )
指定されたお客様が所有する CustomColumns。
|
認可スコープ
次の 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 detailed information about all custom columns associated with a specific customer."],["Uses an HTTP GET request with the customer ID as a path parameter."],["Requires an empty request body and returns a JSON response containing an array of custom columns."],["Needs authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope."]]],["This document details retrieving customer-specific custom columns via an API. A `GET` request to `https://searchads360.googleapis.com/v0/customers/{customerId}/customColumns` is made, where `customerId` is a required path parameter. The request body must be empty. A successful response returns a JSON structure with an array of `customColumns` objects containing custom column details, requiring the authorization scope `https://www.googleapis.com/auth/doubleclicksearch`.\n"]]