class Google::Apis::Adexchangebuyer2V2beta1::CreativeStatusRow
The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.
Attributes
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `bidCount` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
The ID of the creative status. See [creative-status-codes](developers. google.com/authorized-buyers/rtb/downloads/creative-status-codes). Corresponds to the JSON property `creativeStatusId` @return [Fixnum]
A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row. Corresponds to the JSON property `rowDimensions` @return [Google::Apis::Adexchangebuyer2V2beta1::RowDimensions]
Public Class Methods
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1012 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1017 def update!(**args) @bid_count = args[:bid_count] if args.key?(:bid_count) @creative_status_id = args[:creative_status_id] if args.key?(:creative_status_id) @row_dimensions = args[:row_dimensions] if args.key?(:row_dimensions) end