注意:您正在查看 API 的 REST 介面說明文件。我們的官方用戶端程式庫支援 gRPC。詳情請參閱
REST 簡介。
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}
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-06 (世界標準時間)。
[null,null,["上次更新時間:2025-03-06 (世界標準時間)。"],[[["Defines the JSON structure for managing Asset Group Signals, focusing on create and remove operations."],["Allows exemption of specific policy violations during signal creation using `exemptPolicyViolationKeys`."],["`create` operation requires the Asset Group Signal object, while `remove` needs the signal's resource name."],["Exempted policy violations might be served later due to policy changes or resource re-review."]]],[]]