GoogleApi.RealTimeBidding.V1.Model.DomainCallEvidence (google_api_real_time_bidding v0.13.2)

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 through 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.