CustomizerValue

在定制参数关联实体(例如 CustomerCustomizer、CampaignCustomizer 等)中引用的定制参数值。

JSON 表示法
{
  "type": enum (CustomizerAttributeType),
  "stringValue": string
}
字段
type

enum (CustomizerAttributeType)

必需。定制参数值的数据类型。必须与属性类型相匹配。stringValue 内容必须与该类型关联的约束条件匹配。

stringValue

string

必需。要在广告素材文本中插入的值。所有类型的定制工具值均以字符串形式存储,以确保格式不模糊。