Dikkat: API'nin REST arayüzüyle ilgili dokümanları görüntülüyorsunuz. Resmi istemci kitaplıklarımızın çoğu gTB kullanır. Ayrıntılar için
REST Tanıtımı'nı inceleyin.
CustomerCustomizer
Müşteri düzeyinde ilişkili CustomrAttribute için bir özelleştirici değeri.
Alanlar |
resourceName |
string
Sabit. Müşteri özelleştiricinin kaynak adı. Müşteri özelleştirici kaynak adları şu şekildedir: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
Zorunlu. Sabit. Müşteriye bağlı özelleştirici özelliği.
|
status |
enum (CustomizerValueStatus )
Yalnızca çıkış. Müşteri özelleştirici özelliğinin durumu.
|
value |
object (CustomizerValue )
Zorunlu. Bu düzeyde özelleştirici özelliğiyle ilişkilendirilecek değer. Değer, CustomrAttribute için belirtilen türde olmalıdır.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-06 UTC.
[null,null,["Son güncelleme tarihi: 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"]]