AdGroupExtensionSettingOperation

廣告群組額外資訊設定的一項作業 (建立、更新、移除)。

JSON 表示法
{
  "updateMask": string,
  "responseContentType": enum (ResponseContentType),

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

string (FieldMask format)

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

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

responseContentType

enum (ResponseContentType)

回應內容類型設定。決定可變動資源或只傳回資源名稱,再傳回資源。

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

object (AdGroupExtensionSetting)

建立作業:新廣告群組額外資訊設定不會有資源名稱。

update

object (AdGroupExtensionSetting)

更新作業:廣告群組額外資訊的設定應使用有效的資源名稱。

remove

string

移除作業:已移除廣告群組額外資訊設定的資源名稱,格式如下:

customers/{customerId}/adGroupExtensionSettings/{adGroupId}~{extensionType}