Class: Google::Apis::RealtimebiddingV1::DomainCallEvidence

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/realtimebidding_v1/classes.rb,
generated/google/apis/realtimebidding_v1/representations.rb,
generated/google/apis/realtimebidding_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DomainCallEvidence

Returns a new instance of DomainCallEvidence.



689
690
691
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 689

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#top_http_call_domainsArray<Google::Apis::RealtimebiddingV1::DomainCalls>

Breakdown of the most frequent domains called via HTTP by the creative. Corresponds to the JSON property topHttpCallDomains



681
682
683
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 681

def top_http_call_domains
  @top_http_call_domains
end

#total_http_call_countFixnum

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. Corresponds to the JSON property totalHttpCallCount

Returns:

  • (Fixnum)


687
688
689
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 687

def total_http_call_count
  @total_http_call_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



694
695
696
697
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 694

def update!(**args)
  @top_http_call_domains = args[:top_http_call_domains] if args.key?(:top_http_call_domains)
  @total_http_call_count = args[:total_http_call_count] if args.key?(:total_http_call_count)
end