ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
CampaignAssetOperation
การดำเนินการเดียว (สร้าง อัปเดต นําออก) ในชิ้นงานแคมเปญ
การแสดง JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CampaignAsset )
},
"update": {
object (CampaignAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
ช่อง |
updateMask |
string (FieldMask format)
FieldMask ที่ระบุว่าช่องทรัพยากรใดที่มีการแก้ไขในการอัปเดต ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
ช่องการรวม operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น |
create |
object (CampaignAsset )
การสร้างการดำเนินการ: ต้องไม่มีชื่อทรัพยากรสำหรับชิ้นงานแคมเปญใหม่
|
update |
object (CampaignAsset )
อัปเดตการดำเนินการ: ชิ้นงานของแคมเปญควรมีชื่อทรัพยากรที่ถูกต้อง
|
remove |
string
การดําเนินการนําออก: ควรมีชื่อทรัพยากรสําหรับชิ้นงานแคมเปญที่นําออกแล้วในรูปแบบต่อไปนี้ customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-18 UTC
[null,null,["อัปเดตล่าสุด 2024-10-18 UTC"],[[["This page documents a single operation (create, update, or remove) on a campaign asset, providing the JSON representation and field details."],["The `operation` field determines the type of operation being performed, accepting `create`, `update`, or `remove` as values."],["For `create` operations, a new campaign asset object is provided without a resource name; for `update`, an existing campaign asset object with a valid resource name is required; and for `remove`, the resource name of the campaign asset to be removed is specified."],["`updateMask` is used to specify which fields of the campaign asset should be updated, utilizing FieldMask format."]]],[]]