KeywordPlanCampaignOperation

對關鍵字企劃書廣告活動進行單一作業 (建立、更新、移除)。

JSON 表示法
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (KeywordPlanCampaign)
  },
  "update": {
    object (KeywordPlanCampaign)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
欄位
updateMask

string (FieldMask format)

FieldMask,可決定更新中會修改哪些資源欄位。

完整的逗號分隔名稱清單,範例:"user.displayName,photo"

聯集欄位 operation。Change 作業。operation 只能是下列其中一項:
create

object (KeywordPlanCampaign)

建立作業:新關鍵字企劃書的廣告活動未提供資源名稱。

update

object (KeywordPlanCampaign)

更新作業:關鍵字企劃書的廣告活動應使用有效的資源名稱。

remove

string

移除作業:已移除關鍵字企劃書廣告活動的資源名稱,格式如下:

customers/{customerId}/keywordPlanCampaigns/{keywordPlan_campaign_id}