Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Required. The data type for the customizer value. It must match the attribute type. The stringValue content must match the constraints associated with the type.
stringValue
string
Required. Value to insert in creative text. Customizer values of all types are stored as string to make formatting unambiguous.
[[["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 2025-03-06 UTC."],[[["CustomizerValue is used within entities like CustomerCustomizer and CampaignCustomizer to manage customizer values."],["It's represented in JSON format with a required \"type\" field indicating the data type and a required \"stringValue\" field containing the actual value."],["The \"stringValue\" field stores all customizer value types as strings to maintain clear formatting, and its content must adhere to the constraints of the specified data type."]]],[]]