ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
AdGroupCriterionLabelOperation
การดำเนินการเดียว (สร้าง นําออก) ในป้ายกํากับเกณฑ์ของกลุ่มโฆษณา
การแสดง JSON |
{
// Union field operation can be only one of the following:
"create": {
object (AdGroupCriterionLabel )
},
"remove": string
// End of list of possible types for union field operation .
} |
ช่อง |
ช่องการรวม operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้ |
create |
object (AdGroupCriterionLabel )
การดำเนินการสร้าง: ไม่ควรมีชื่อทรัพยากรสำหรับป้ายกํากับกลุ่มโฆษณาใหม่
|
remove |
string
การดำเนินการนําออก: ชื่อทรัพยากรของป้ายกํากับเกณฑ์กลุ่มโฆษณาที่จะนําออกในรูปแบบนี้ customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-05 UTC
[null,null,["อัปเดตล่าสุด 2024-11-05 UTC"],[[["This documentation describes how to perform single operations (create or remove) on ad group criterion labels using JSON."],["The JSON request must include an `operation` field specifying either \"create\" with an AdGroupCriterionLabel object or \"remove\" with a resource name."],["When creating a new ad group criterion label, no resource name is required; when removing, provide the full resource name in the specified format."]]],[]]