AdGroupCriterionCustomizer

廣告群組條件層級中相關聯 CustomrAttribute 的自訂參數值。

JSON 表示法
{
  "resourceName": string,
  "customizerAttribute": string,
  "status": enum (CustomizerValueStatus),
  "value": {
    object (CustomizerValue)
  },
  "adGroupCriterion": string
}
欄位
resourceName

string

不可變動。廣告群組條件自訂參數的資源名稱。廣告群組條件自訂參數資源名稱的格式如下:

customers/{customerId}/adGroupCriterionCustomizers/{adGroupId}~{criterionId}~{customizer_attribute_id}

customizerAttribute

string

必要欄位。不可變動。與廣告群組條件相連結的自訂參數屬性。

status

enum (CustomizerValueStatus)

僅供輸出。廣告群組條件自訂參數的狀態。

value

object (CustomizerValue)

必要欄位。要在這個層級與自訂參數屬性建立關聯的值。這個值必須是 CustomrAttribute 指定的類型。

adGroupCriterion

string

不可變動。自訂參數屬性連結的廣告群組條件。必須是關鍵字條件。