Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPolicyValidationParameter

Parameter for controlling how policy exemption is done.

Inheritance
object
GoogleAdsSearchads360V23CommonPolicyValidationParameter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonPolicyValidationParameter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExemptPolicyViolationKeys

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. This field is used for keyword policy exemptions. If this field is populated, then ignorable_policy_topics must be empty. Resources that violate these policies 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.

Declaration
[JsonProperty("exemptPolicyViolationKeys")]
public virtual IList<GoogleAdsSearchads360V23CommonPolicyViolationKey> ExemptPolicyViolationKeys { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonPolicyViolationKey>

IgnorablePolicyTopics

The list of policy topics that should not cause a PolicyFindingError to be reported. This field is used for ad policy exemptions. It corresponds to the PolicyTopicEntry.topic field. If this field is populated, then exempt_policy_violation_keys must be empty. Resources that violate these policies 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.

Declaration
[JsonProperty("ignorablePolicyTopics")]
public virtual IList<string> IgnorablePolicyTopics { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX