Show / Hide Table of Contents

Class PolicyTopicEntry

Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.

Inheritance
object
PolicyTopicEntry
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.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class PolicyTopicEntry : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Evidences

Pieces of evidence associated with this policy topic entry.

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

HelpCenterUrl

URL of the help center article describing this policy topic.

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

MissingCertificate

Whether or not the policy topic is missing a certificate. Some policy topics require a certificate to unblock serving in some regions. For more information about creative certification, refer to: https://support.google.com/authorizedbuyers/answer/7450776

Declaration
[JsonProperty("missingCertificate")]
public virtual bool? MissingCertificate { get; set; }
Property Value
Type Description
bool?

PolicyTopic

Policy topic this entry 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. Can be used to filter the response of the creatives.list method

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX