AdParameterOperation

การดำเนินการเดียว (สร้าง อัปเดต นำออก) กับพารามิเตอร์โฆษณา

การแสดง JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (AdParameter)
  },
  "update": {
    object (AdParameter)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
updateMask

string (FieldMask format)

FieldMask ที่กำหนดว่าจะมีการแก้ไขฟิลด์ทรัพยากรใดในการอัปเดต

ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองซึ่งคั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"

ฟิลด์สหภาพ operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
create

object (AdParameter)

การดำเนินการสร้าง: พารามิเตอร์โฆษณาใหม่คาดไว้ว่าไม่มีชื่อทรัพยากร

update

object (AdParameter)

การดำเนินการอัปเดต: พารามิเตอร์โฆษณาควรมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การนำการดำเนินการออก: ควรมีชื่อทรัพยากรของพารามิเตอร์โฆษณาที่จะนำออกในรูปแบบนี้

customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}