CampaignCustomizer

广告系列级别关联的 CustomizerAttribute 的定制参数值。

JSON 表示法
{
  "resourceName": string,
  "campaign": string,
  "customizerAttribute": string,
  "status": enum (CustomizerValueStatus),
  "value": {
    object (CustomizerValue)
  }
}
字段
resourceName

string

不可变。广告系列自定义参数的资源名称。广告系列自定义参数资源名称的格式如下:

customers/{customerId}/campaignCustomizers/{campaignId}~{customizer_attribute_id}

campaign

string

不可变。自定义参数属性关联到的广告系列。

customizerAttribute

string

必需。不可变。与广告系列相关联的定制参数属性。

status

enum (CustomizerValueStatus)

仅限输出。广告系列定制参数的状态。

value

object (CustomizerValue)

必需。要与此级别的定制参数属性关联的值。该值必须为为 CustomizerAttribute 指定的类型。