Show / Hide Table of Contents

Class DomainCallEvidence

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

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

Properties

ETag

The ETag of the item.

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

TopHttpCallDomains

Breakdown of the most frequent domains called through HTTP by the creative.

Declaration
[JsonProperty("topHttpCallDomains")]
public virtual IList<DomainCalls> TopHttpCallDomains { get; set; }
Property Value
Type Description
IList<DomainCalls>

TotalHttpCallCount

The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX