CustomizerValue

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

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

enum (CustomizerAttributeType)

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

stringValue

string

必需。要在广告素材文本中插入的值。所有类型的定制工具值都存储为字符串,以使格式设置更加明确。