Show / Hide Table of Contents

Class DestinationNotWorkingEvidence

Evidence of the creative's destination URL not functioning properly or having been incorrectly set up.

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

Properties

DnsError

DNS lookup errors.

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

ETag

The ETag of the item.

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

ExpandedUrl

The full non-working URL.

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

HttpError

HTTP error code (for example, 404 or 5xx)

Declaration
[JsonProperty("httpError")]
public virtual int? HttpError { get; set; }
Property Value
Type Description
int?

InvalidPage

Page was crawled successfully, but was detected as either a page with no content or an error page.

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

LastCheckTime

object representation of LastCheckTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastCheckTimeDateTimeOffset instead.")]
public virtual object LastCheckTime { get; set; }
Property Value
Type Description
object

LastCheckTimeDateTimeOffset

DateTimeOffset representation of LastCheckTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastCheckTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastCheckTimeRaw

Approximate time when the ad destination was last checked.

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

Platform

Platform of the non-working URL.

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

RedirectionError

HTTP redirect chain error.

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

UrlRejected

Rejected because of malformed URLs or invalid requests.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX