KeywordPlanAdGroupKeywordOperation

對關鍵字企劃書廣告群組關鍵字一次操作 (建立、更新、移除)。

JSON 表示法
{
  "updateMask": string,

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

string (FieldMask format)

決定更新中哪些資源欄位的 FieldMask。

此為以半形逗號分隔的完整欄位名稱清單,範例:"user.displayName,photo"

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

object (KeywordPlanAdGroupKeyword)

建立作業:新的關鍵字企劃書廣告群組關鍵字沒有資源名稱。

update

object (KeywordPlanAdGroupKeyword)

更新作業:關鍵字企劃書廣告群組關鍵字應具備有效的資源名稱。

remove

string

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

customers/{customerId}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}