CustomizerValue
A customizer value that is referenced in customizer linkage entities like CustomerCustomizer, CampaignCustomizer, etc.
Fields |
type
|
CustomizerAttributeType
Required. The data type for the customizer value. It must match the attribute type. The string_value content must match the constraints associated with the type.
|
string_value
|
string
Required. Value to insert in creative text. Customizer values of all types are stored as string to make formatting unambiguous.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Customizer Value is used as a placeholder for dynamic content in entities like CustomerCustomizer and CampaignCustomizer."],["It requires specifying the `type` and providing the actual `string_value` to be inserted into ad creatives."],["The `string_value` must adhere to the constraints associated with the specified `type`."]]],[]]