Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPolicyTopicEntry

Policy finding attached to a resource (for example, alcohol policy associated with a site that sells alcohol). Each PolicyTopicEntry has a topic that indicates the specific ads policy the entry is about and a type to indicate the effect that the entry will have on serving. It may optionally have one or more evidences that indicate the reason for the finding. It may also optionally have one or more constraints that provide details about how serving may be restricted.

Inheritance
object
GoogleAdsSearchads360V23CommonPolicyTopicEntry
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23CommonPolicyTopicEntry : IDirectResponseSchema

Properties

Constraints

Indicates how serving of this resource may be affected (for example, not serving in a country).

Declaration
[JsonProperty("constraints")]
public virtual IList<GoogleAdsSearchads360V23CommonPolicyTopicConstraint> Constraints { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonPolicyTopicConstraint>

ETag

The ETag of the item.

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

Evidences

Additional information that explains policy finding (for example, the brand name for a trademark finding).

Declaration
[JsonProperty("evidences")]
public virtual IList<GoogleAdsSearchads360V23CommonPolicyTopicEvidence> Evidences { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonPolicyTopicEvidence>

Topic

Policy topic this finding refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible policy topics is not fixed for a particular API version and may change at any time.

Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type Description
string

Type

Describes the negative or positive effect this policy will have on serving.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX