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.
Implements
Inherited Members
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 |