Method: properties.updateAttributionSettings
อัปเดตการตั้งค่าการระบุแหล่งที่มาในพร็อพเพอร์ตี้
คำขอ HTTP
PATCH https://analyticsadmin.googleapis.com/v1alpha/{attributionSettings.name=properties/*/attributionSettings}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
attributionSettings.name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากรของแหล่งข้อมูลการตั้งค่าการระบุแหล่งที่มานี้ รูปแบบ: properties/{property_id}/attributionSettings ตัวอย่างเช่น "properties/1000/attributionSettings"
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
updateMask |
string (FieldMask format)
ต้องระบุ รายการช่องที่จะอัปเดต ชื่อช่องต้องอยู่ในรูปแบบ Snake Case (เช่น "field_to_update") ระบบจะไม่อัปเดตช่องที่ละเว้น หากต้องการแทนที่เอนทิตีทั้งหมด ให้ใช้เส้นทางเดียวที่มีสตริง "*" เพื่อจับคู่กับทุกช่อง ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ AttributionSettings
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ AttributionSettings
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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 page explains how to update attribution settings on a Google Analytics property using the `PATCH` HTTP request."],["The request requires specifying the `attributionSettings.name` as a path parameter and an `updateMask` as a query parameter."],["The request body should contain the updated AttributionSettings object, and a successful response will return the updated AttributionSettings object."],["You'll need the `analytics.edit` OAuth scope to authorize this request."]]],["This API updates attribution settings for a specified property using a PATCH request. The request URL includes a path parameter, `attributionSettings.name`, to identify the target property. A required query parameter, `updateMask`, specifies the fields to modify. The request and response bodies both use the `AttributionSettings` resource. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The URL format follows gRPC Transcoding syntax.\n"]]