View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.FilteredBidDetailRow (google_api_ad_exchange_buyer v0.41.0)

The number of filtered bids with the specified dimension values, among those filtered due to the requested filtering reason (for example, creative status), that have the specified detail.

Attributes

  • bidCount (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t, default: nil) - The number of bids with the specified detail.
  • detail (type: String.t, default: nil) - The ID of the detail, can be numeric or text. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.
  • detailId (type: integer(), default: nil) - Note: this field will be deprecated, use "detail" field instead. When "detail" field represents an integer value, this field is populated as the same integer value "detail" field represents, otherwise this field will be 0. The ID of the detail. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.
  • rowDimensions (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t, default: nil) - The values of all dimensions associated with metric values in this row.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.FilteredBidDetailRow{
  bidCount: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t() | nil,
  detail: String.t() | nil,
  detailId: integer() | nil,
  rowDimensions: GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.