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)

(選填) 這裡列出的是不應導致 Policy violationError 的政策違規鍵。並非所有政策違規行為都符合豁免規定,請參閱傳回的 Policy violationError 欄位的 isExemptible 欄位。

違反這些政策的資源將儲存,但不會符合放送資格。可能因為政策異動、重新審查資源或是廣告客戶憑證異動等原因而開始放送。

聯集欄位 operation。變動作業。無法更新。operation 只能是下列其中一項:
create

object (AssetGroupSignal)

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

remove

string

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