تنبيه: يتم عرض مستندات واجهة REST API. تستخدم معظم مكتبات العملاء الرسمية خدمة gRPC. يمكنك الاطلاع على
مقدمة عن REST للحصول على التفاصيل.
CustomerCustomizer
قيمة أداة تخصيص لسمة CustomrAttribute المرتبطة على مستوى العميل.
الحقول |
resourceName |
string
غير قابل للتغيير. اسم المورد لأداة تخصيص العميل. تكون أسماء موارد أدوات تخصيص العملاء على النحو التالي: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
مطلوب. غير قابل للتغيير. سمة أداة التخصيص المرتبطة بالعميل.
|
status |
enum (CustomizerValueStatus )
النتائج فقط. حالة سمة أداة تخصيص العميل.
|
value |
object (CustomizerValue )
مطلوب. القيمة المطلوب ربطها بسمة أداة التخصيص على هذا المستوى. يجب أن تكون القيمة من النوع المحدد للسمة CustomrAttribute.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 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"]]