google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.ImpressionMetricsRow View Source
The set of metrics that are measured in numbers of impressions, representing how many impressions with the specified dimension values were considered eligible at each stage of the bidding funnel.
Attributes
- availableImpressions (GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t): The number of impressions available to the buyer on Ad Exchange.
In some cases this value may be unavailable. Defaults to
nil
. - bidRequests (GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t): The number of impressions for which Ad Exchange sent the buyer a bid
request. Defaults to
nil
. - inventoryMatches (GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t): The number of impressions that match the buyer's inventory pretargeting. Defaults to
nil
. - responsesWithBids (GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t): The number of impressions for which Ad Exchange received a response from
the buyer that contained at least one applicable bid. Defaults to
nil
. - rowDimensions (GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t): The values of all dimensions associated with metric values in this row. Defaults to
nil
. - successfulResponses (GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t): The number of impressions for which the buyer successfully sent a response
to Ad Exchange. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ImpressionMetricsRow{
availableImpressions: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(),
bidRequests: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(),
inventoryMatches: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(),
responsesWithBids: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(),
rowDimensions: GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t(),
successfulResponses: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ImpressionMetricsRow{ availableImpressions: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), bidRequests: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), inventoryMatches: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), responsesWithBids: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), rowDimensions: GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t(), successfulResponses: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.