AdGroupCustomizer

广告组级关联 CustomrAttribute 的定制工具值。

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

string

不可变。广告组定制工具的资源名称。广告组定制工具资源名称采用以下格式:

customers/{customerId}/adGroupCustomizers/{adGroupId}~{customizer_attribute_id}

adGroup

string

不可变。定制工具属性所关联的广告组。

customizerAttribute

string

必需。不可变。与广告组相关联的定制工具属性。

status

enum (CustomizerValueStatus)

仅供输出。广告组定制工具的状态。

value

object (CustomizerValue)

必需。要在此级别与定制工具属性相关联的值。该值必须是为 CustomrAttribute 指定的类型。