注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
AdGroupCriterionLabel
JSON 表現 |
{
"resourceName": string,
"adGroupCriterion": string,
"label": string
} |
フィールド |
resourceName |
string
変更不可。広告グループ条件ラベルのリソース名。広告グループ条件ラベルのリソース名の形式は customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id} です。
|
adGroupCriterion |
string
変更不可。ラベルが添付される広告グループ条件。
|
label |
string
変更不可。広告グループ条件に割り当てられるラベル。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-07 UTC。
[null,null,["最終更新日 2025-03-07 UTC。"],[[["Ad group criterion labels represent a relationship between an ad group criterion and a label, allowing for categorization and organization."],["They are identified by a unique resource name following a specific format: `customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}`."],["Essential properties include the ad group criterion to which the label is attached and the label itself, both of which are immutable once set."],["The JSON representation encapsulates these properties for easy data exchange and manipulation."]]],[]]