Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
CustomerCustomizer
Wartość modułu dostosowania powiązanego z atrybutem dostosowania na poziomie klienta.
Pola |
resourceName |
string
Stały. Nazwa zasobu modułu dostosowania klienta. Nazwy zasobów modułów dostosowania klientów mają następujący format: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
Wymagane. Stały. Atrybut w module dostosowania połączony z klientem.
|
status |
enum (CustomizerValueStatus )
Tylko dane wyjściowe. Stan atrybutu modułu dostosowania reklam klienta.
|
value |
object (CustomizerValue )
Wymagane. Wartość do powiązania z atrybutem modułu dostosowania na tym poziomie. Wartość musi być typu określonego dla atrybutu AdjustrAttribute.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]