CampaignExtensionSettingOperation

キャンペーン単位の設定に対する 1 回のオペレーション(作成、更新、削除)です。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignExtensionSetting)
  },
  "update": {
    object (CampaignExtensionSetting)
  },
  "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 (CampaignExtensionSetting)

オペレーションの作成: 新しいキャンペーンの広告表示オプション設定では、リソース名を指定する必要はありません。

update

object (CampaignExtensionSetting)

更新オペレーション: キャンペーン表示オプションの設定には、有効なリソース名が必要です。

remove

string

削除操作: 削除したキャンペーンの広告表示オプション設定のリソース名を次の形式で指定します。

customers/{customerId}/campaignExtensionSettings/{campaignId}~{extensionType}