AssetGroupSignalOperation

  • A single operation can create or remove an asset group signal.

  • Policy violation keys can be optionally listed to prevent PolicyViolationErrors for certain violations, though not all are exemptable.

  • Resources saved despite policy violations will not serve initially but may become eligible later.

  • The operation field specifies the mutate operation, which can be either create or remove.

  • For a create operation, no resource name is needed, while a remove operation requires a specific resource name format.

A single operation (create, remove) on an asset group signal.

Fields

exempt_policy_violation_keys[]

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 is_exemptible 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

operation. The mutate operation. Update is not supported. operation can be only one of the following:

create

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/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}