CustomizerValue
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Customizer Value is a feature that allows you to dynamically insert data into your ad creatives, using entities like CustomerCustomizer or CampaignCustomizer."],["It has two main fields: `type`, which defines the data type of the value (e.g., text, number, date), and `string_value`, which holds the actual content to be inserted, stored as a string for consistent formatting regardless of the data type."],["The `string_value` should adhere to the constraints and formatting rules of the specified `type` to ensure proper rendering in the ad."]]],[]]