Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AssetGroupSignalOperation
A single operation (create, remove) on an asset group signal.
JSON representation |
{
"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 .
} |
Fields |
exemptPolicyViolationKeys[] |
object (PolicyViolationKey )
Optional. The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the isExemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
|
Union field operation . The mutate operation. Update is not supported. operation can be only one of the following: |
create |
object (AssetGroupSignal )
Create operation: No resource name is expected for the new asset group signal.
|
remove |
string
Remove operation: A resource name for the removed asset group signal is expected, in this format: customers/{customerId}/assetGroupSignals/{assetGroupId}~{criterionId}
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["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."]]],[]]