Class AdPolicyTopicEvidence
Evidence information used in the policy decision.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicyTopicEvidence : IDirectResponseSchema
Properties
Counterfeit
Counterfeit enforcement that caused a policy violation.
Declaration
[JsonProperty("counterfeit")]
public virtual AdPolicyTopicEvidenceCounterfeit Counterfeit { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceCounterfeit |
DestinationMismatch
A mismatch between the ad destination URLs.
Declaration
[JsonProperty("destinationMismatch")]
public virtual AdPolicyTopicEvidenceDestinationMismatch DestinationMismatch { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceDestinationMismatch |
DestinationNotWorking
Information on HTTP or DNS errors related to the ad destination.
Declaration
[JsonProperty("destinationNotWorking")]
public virtual AdPolicyTopicEvidenceDestinationNotWorking DestinationNotWorking { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceDestinationNotWorking |
DestinationTextList
The text in the destination of the ad that is causing a policy violation.
Declaration
[JsonProperty("destinationTextList")]
public virtual AdPolicyTopicEvidenceDestinationTextList DestinationTextList { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceDestinationTextList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpCode
HTTP code returned when the final URL was crawled.
Declaration
[JsonProperty("httpCode")]
public virtual int? HttpCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
LanguageCode
The language the ad was detected to be written in. This field uses IETF language tags, such as "en-US".
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LegalRemoval
Legal related regulation enforcement that caused a policy violation.
Declaration
[JsonProperty("legalRemoval")]
public virtual AdPolicyTopicEvidenceLegalRemoval LegalRemoval { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceLegalRemoval |
RegionalRequirements
T&S proactive enforcement that caused a policy violation.
Declaration
[JsonProperty("regionalRequirements")]
public virtual AdPolicyTopicEvidenceRegionalRequirements RegionalRequirements { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceRegionalRequirements |
TextList
List of evidence found in the text of the ad.
Declaration
[JsonProperty("textList")]
public virtual AdPolicyTopicEvidenceTextList TextList { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceTextList |
Trademark
Trademark terms that caused a policy violation.
Declaration
[JsonProperty("trademark")]
public virtual AdPolicyTopicEvidenceTrademark Trademark { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceTrademark |
WebsiteList
List of websites linked with the ad.
Declaration
[JsonProperty("websiteList")]
public virtual AdPolicyTopicEvidenceWebsiteList WebsiteList { get; set; }
Property Value
| Type | Description |
|---|---|
| AdPolicyTopicEvidenceWebsiteList |