Show / Hide Table of Contents

Class PolicyTopicEvidence

Evidence associated with a policy topic entry.

Inheritance
object
PolicyTopicEvidence
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 PolicyTopicEvidence : IDirectResponseSchema

Properties

DestinationNotCrawlable

The creative's destination URL was not crawlable by Google.

Declaration
[JsonProperty("destinationNotCrawlable")]
public virtual DestinationNotCrawlableEvidence DestinationNotCrawlable { get; set; }
Property Value
Type Description
DestinationNotCrawlableEvidence

DestinationNotWorking

The creative's destination URL did not function properly or was incorrectly set up.

Declaration
[JsonProperty("destinationNotWorking")]
public virtual DestinationNotWorkingEvidence DestinationNotWorking { get; set; }
Property Value
Type Description
DestinationNotWorkingEvidence

DestinationUrl

URL of the actual landing page.

Declaration
[JsonProperty("destinationUrl")]
public virtual DestinationUrlEvidence DestinationUrl { get; set; }
Property Value
Type Description
DestinationUrlEvidence

DomainCall

Number of HTTP calls made by the creative, broken down by domain.

Declaration
[JsonProperty("domainCall")]
public virtual DomainCallEvidence DomainCall { get; set; }
Property Value
Type Description
DomainCallEvidence

DownloadSize

Total download size and URL-level download size breakdown for resources in a creative.

Declaration
[JsonProperty("downloadSize")]
public virtual DownloadSizeEvidence DownloadSize { get; set; }
Property Value
Type Description
DownloadSizeEvidence

ETag

The ETag of the item.

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

HttpCall

HTTP calls made by the creative that resulted in policy violations.

Declaration
[JsonProperty("httpCall")]
public virtual HttpCallEvidence HttpCall { get; set; }
Property Value
Type Description
HttpCallEvidence

HttpCookie

Evidence for HTTP cookie-related policy violations.

Declaration
[JsonProperty("httpCookie")]
public virtual HttpCookieEvidence HttpCookie { get; set; }
Property Value
Type Description
HttpCookieEvidence

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX