Method: properties.conversionEvents.patch
เลิกใช้งานแล้ว: ให้ใช้ UpdateKeyEvent
แทน อัปเดตเหตุการณ์ Conversion ด้วยแอตทริบิวต์ที่ระบุ
คำขอ HTTP
PATCH https://analyticsadmin.googleapis.com/v1alpha/{conversionEvent.name=properties/*/conversionEvents/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
conversionEvent.name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากรของเหตุการณ์ Conversion นี้ Format: properties/{property}/conversionEvents/{conversionEvent}
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
updateMask |
string (FieldMask format)
ต้องระบุ รายการช่องที่จะอัปเดต ชื่อช่องต้องอยู่ในรูปแบบ Snake Case (เช่น "field_to_update") ระบบจะไม่อัปเดตช่องที่ละเว้น หากต้องการแทนที่เอนทิตีทั้งหมด ให้ใช้เส้นทางเดียวที่มีสตริง "*" เพื่อจับคู่กับทุกช่อง ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ ConversionEvent
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ConversionEvent
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/analytics.edit
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-01-14 UTC
[null,null,["อัปเดตล่าสุด 2025-01-14 UTC"],[[["This endpoint updates a conversion event with specified attributes using an HTTP PATCH request."],["It requires providing the conversion event's resource name in the path and an `updateMask` query parameter."],["The request body must contain a `ConversionEvent` object with the desired updates."],["A successful response will return the updated `ConversionEvent` object."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document details updating a conversion event via a PATCH request to a specified URL (`https://analyticsadmin.googleapis.com/v1alpha/{conversionEvent.name=properties/*/conversionEvents/*}`). It uses gRPC Transcoding syntax. The `conversionEvent.name` path parameter specifies the target event. The `updateMask` query parameter defines fields to update. The request and response bodies contain a `ConversionEvent` instance. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. This item is deprecated and should be replaced by `UpdateKeyEvent`.\n"]]