ラベル
ラベル。
上記のリソースのフィールドは、このリソースと一緒に選択できます。
SELECT と WHERE 句でそのリソースを使用しますこれらのフィールドはセグメント化されません
SELECT
句に指定します
label.id |
フィールドの説明 | ラベルの ID。読み取り専用。 |
カテゴリ | ATTRIBUTE |
データ型 | INT64 |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | 正しい |
繰り返し | False |
|
label.name |
フィールドの説明 | ラベルの名前。 このフィールドは必須で、新しいラベルを作成するときに空にすることはできません。この文字列の長さは 1~80 で指定します。 |
カテゴリ | ATTRIBUTE |
データ型 | STRING |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | 正しい |
繰り返し | False |
|
label.resource_name |
フィールドの説明 | リソースの名前。ラベルのリソース名の形式は customers/{customer_id}/labels/{label_id} です。 |
カテゴリ | ATTRIBUTE |
データ型 | RESOURCE_NAME |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | False |
繰り返し | False |
|
label.status |
フィールドの説明 | ラベルのステータス。読み取り専用。 |
カテゴリ | ATTRIBUTE |
データ型 |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
URL を入力 | google.ads.searchads360.v0.enums.LabelStatusEnum.LabelStatus |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | 正しい |
繰り返し | False |
|
label.text_label.background_color |
フィールドの説明 | ラベルの背景色(16 進数形式)。この文字列は、正規表現「^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$」に一致する必要があります。注: MCC アカウントでは、背景色が表示されない場合があります。 |
カテゴリ | ATTRIBUTE |
データ型 | STRING |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | 正しい |
繰り返し | False |
|
label.text_label.description |
フィールドの説明 | ラベルの簡単な説明。長さは 200 文字以下にする必要があります。 |
カテゴリ | ATTRIBUTE |
データ型 | STRING |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | 正しい |
繰り返し | False |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-31 UTC。
[null,null,["最終更新日 2024-07-31 UTC。"],[[["The Label resource allows you to define and apply labels to different entities within your Search Ads 360 account, such as campaigns, ad groups, and keywords, for organizational purposes."],["You can retrieve information about labels, including their ID, name, status, and associated color and description if defined as a text label, using the fields outlined in the table."],["These fields can be used for filtering and sorting data in your queries, enabling you to segment and analyze data based on label assignments without affecting the aggregation of metrics."],["Note that the background color for text labels might not be visible in manager accounts."]]],["The provided content describes the attributes of a \"label\" resource, which can be used in queries with the `customer` resource. Key label attributes include: `id` (read-only), `name` (required on creation, 1-80 characters), `resource_name` (specific format), `status` (read-only), `background_color` (HEX format), and `description` (max 200 characters). Each attribute has associated details such as data type, filtering, and sorting capabilities. Fields from the `customer` resource can be used in `SELECT` and `WHERE` clauses, but will not segment the metrics.\n"]]