GoogleApi.RealTimeBidding.V1.Model.DomainCallEvidence (google_api_real_time_bidding v0.2.1) View Source

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

Attributes

  • topHttpCallDomains (type: list(GoogleApi.RealTimeBidding.V1.Model.DomainCalls.t), default: nil) - Breakdown of the most frequent domains called via HTTP by the creative.
  • totalHttpCallCount (type: integer(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.DomainCallEvidence{
  topHttpCallDomains: [GoogleApi.RealTimeBidding.V1.Model.DomainCalls.t()],
  totalHttpCallCount: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.