זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
CustomerCustomizer
ערך של פרמטר להתאמה אישית של פרמטר להתאמה אישית המשויך ברמת הלקוח.
שדות |
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 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-06 (שעון UTC)."],[[["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"]]