CustomizerValue

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

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

enum (CustomizerAttributeType)

必需。定制工具值的数据类型。必须与属性类型匹配。stringValue 内容必须符合与类型相关联的限制条件。

stringValue

string

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