Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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 および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["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"]]