AssetGroupSignalOperation

素材資源群組信號的單一作業 (建立、移除)。

JSON 表示法
{
  "exemptPolicyViolationKeys": [
    {
      object (PolicyViolationKey)
    }
  ],

  // Union field operation can be only one of the following:
  "create": {
    object (AssetGroupSignal)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
欄位
exemptPolicyViolationKeys[]

object (PolicyViolationKey)

選用設定。這會列出不應導致系統回報 PolicyViolationError 的違規鍵清單。並非所有政策違規都無法豁免,請參閱傳回的 PolicyViolationError 欄位「isExemptible」欄位。

違反這些政策的資源會儲存,但無法放送。但如果政策異動、資源經過重審,或是廣告客戶證書有所變更,廣告可能會在稍後才開始放送。

聯集欄位 operation。變異作業。不支援更新。operation 只能是下列其中一項:
create

object (AssetGroupSignal)

建立作業:新素材資源群組信號不應有資源名稱。

remove

string

移除作業:已移除素材資源群組信號的資源名稱,格式如下:customers/{customerId}/assetGroupSignals/{assetGroupId}~{criterionId}