Achtung:Sie lesen die Dokumentation für die REST-Schnittstelle der API. Die meisten unserer offiziellen Clientbibliotheken verwenden gRPC.
Weitere Informationen
CustomerCustomizer
Ein Anpassungswert für das zugehörige Anpassungs-Attribut auf Kundenebene.
Felder |
resourceName |
string
Nicht veränderbar. Der Ressourcenname der Kundenanpassung. Ressourcennamen für Kundenanpassungen haben folgendes Format: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
Erforderlich. Nicht veränderbar. Das Attribut für Anzeigenanpassungen, das mit dem Kunden verknüpft ist.
|
status |
enum (CustomizerValueStatus )
Nur Ausgabe. Der Status des Attributs für die Kundenanpassung.
|
value |
object (CustomizerValue )
Erforderlich. Wert, der mit dem Anpassungsattribut auf dieser Ebene verknüpft werden soll. Der Wert muss den für das Anpassungsattribut angegebenen Typ haben.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-03-06 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]