KeywordPlanCampaignKeywordOperation

キーワード プランのキャンペーン キーワードに対する 1 つのオペレーション(作成、更新、削除)です。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (KeywordPlanCampaignKeyword)
  },
  "update": {
    object (KeywordPlanCampaignKeyword)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo")。

共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (KeywordPlanCampaignKeyword)

作成オペレーション: 新しいキーワード プランのキャンペーン キーワードにリソース名は必要ありません。

update

object (KeywordPlanCampaignKeyword)

更新オペレーション: キーワード プランのキャンペーン キーワードに有効なリソース名が必要です。

remove

string

削除オペレーション: 削除されたキーワード プランのキャンペーン キーワードのリソース名。次の形式で指定する必要があります。

customers/{customerId}/keywordPlanCampaignKeywords/{kp_campaign_keyword_id}