google_api_ad_mob v0.5.0 GoogleApi.AdMob.V1.Model.ReportRow View Source
A row of the returning report.
Attributes
-
dimensionValues
(type:%{optional(String.t) => GoogleApi.AdMob.V1.Model.ReportRowDimensionValue.t}
, default:nil
) - Map of dimension values in a row, with keys as enum name of the dimensions. -
metricValues
(type:%{optional(String.t) => GoogleApi.AdMob.V1.Model.ReportRowMetricValue.t}
, default:nil
) - Map of metric values in a row, with keys as enum name of the metrics. If a metric being requested has no value returned, the map will not include it.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdMob.V1.Model.ReportRow{ dimensionValues: %{ optional(String.t()) => GoogleApi.AdMob.V1.Model.ReportRowDimensionValue.t() }, metricValues: %{ optional(String.t()) => GoogleApi.AdMob.V1.Model.ReportRowMetricValue.t() } }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.