ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
CustomConversionGoalOperation
การดำเนินการเดียว (สร้าง นําออก) ในเป้าหมาย Conversion ที่กําหนดเอง
การแสดง JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CustomConversionGoal )
},
"update": {
object (CustomConversionGoal )
},
"remove": string
// End of list of possible types for union field operation .
} |
ช่อง |
updateMask |
string (FieldMask format)
FieldMask ที่กําหนดว่าฟิลด์ทรัพยากรใดจะได้รับการแก้ไขในการอัปเดต ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
ฟิลด์สหภาพ operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น |
create |
object (CustomConversionGoal )
การดำเนินการสร้าง: ไม่ควรตั้งชื่อทรัพยากรสําหรับเป้าหมาย Conversion ที่กําหนดเองใหม่
|
update |
object (CustomConversionGoal )
การดำเนินการอัปเดต: เป้าหมาย Conversion ที่กําหนดเองควรมีชื่อทรัพยากรที่ถูกต้อง
|
remove |
string
การดำเนินการนําออก: ชื่อทรัพยากรสําหรับเป้าหมาย Conversion ที่กําหนดเองซึ่งนําออกแล้วในรูปแบบนี้ 'customers/{customerId}/customConversionGoals/{goalId}'
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-07 UTC
[null,null,["อัปเดตล่าสุด 2025-03-07 UTC"],[[["This documentation describes the JSON representation for managing custom conversion goals in Google Ads."],["It supports three operations: creating a new goal, updating an existing goal, or removing a goal."],["Each operation requires specific fields, like \"updateMask\" for updates and resource names for removals."],["For \"create\" operations, no resource name is needed, while \"update\" and \"remove\" require existing goal identifiers."]]],[]]