注意:您正在查看 API 的 REST 介面說明文件。我們的官方用戶端程式庫支援 gRPC。詳情請參閱
REST 簡介。
CustomerCustomizer
客戶層級相關 CustomrAttribute 的自訂參數值。
欄位 |
resourceName |
string
不可變動。客戶自訂參數的資源名稱。客戶自訂參數資源名稱的格式如下: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
必要欄位。不可變動。連結至客戶的自訂參數屬性。
|
status |
enum (CustomizerValueStatus )
僅供輸出。客戶自訂參數屬性的狀態。
|
value |
object (CustomizerValue )
必要欄位。要在這個層級與自訂參數屬性建立關聯的值。這個值必須為 CustomrAttribute 指定的類型。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-06 (世界標準時間)。
[null,null,["上次更新時間:2025-03-06 (世界標準時間)。"],[[["Customer Customizer allows you to associate a customizer attribute with a specific value at the customer level."],["The value associated with the customizer attribute must match the type specified for the attribute."],["The status of the customer customizer attribute can be viewed but not modified directly."],["It utilizes a JSON representation for defining the customizer, including resource name, attribute, status, and value."],["The resource name follows a specific format, `customers/{customerId}/customerCustomizers/{customizer_attribute_id}`, and is immutable once set."]]],["The core content defines a Customer Customizer's JSON structure, detailing its key components. It includes a `resourceName` identifying the customer customizer, a required `customizerAttribute` field linking it to a customer. It contains a `status` field indicating the attribute's state. Lastly, a required `value` field specifies the data associated with the customizer attribute, adhering to the type set for the attribute.\n"]]