AdGroupAssetOperation

การดําเนินการเดียว (สร้าง อัปเดต นําออก) ในเนื้อหากลุ่มโฆษณา

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

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

string (FieldMask format)

FieldMask ที่ระบุช่องทรัพยากรที่แก้ไขในการอัปเดต

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

ช่อง Union operation การดําเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (AdGroupAsset)

สร้างการดําเนินการ: ต้องการชื่อทรัพยากรสําหรับเนื้อหากลุ่มโฆษณาใหม่

update

object (AdGroupAsset)

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

remove

string

การนําออก: ชื่อทรัพยากรสําหรับเนื้อหากลุ่มโฆษณาที่นําออกแล้วในรูปแบบต่อไปนี้

customers/{customerId}/adGroupAssets/{adGroupId}~{asset_id}~{fieldType}