GoogleApi.Content.V21.Model.ReportRow (google_api_content v0.49.0) View Source
Result row returned from the search query.
Attributes
-
metrics(type:GoogleApi.Content.V21.Model.Metrics.t, default:nil) - Metrics requested by the merchant in the query. Metric values are only set for metrics requested explicitly in the query. -
segments(type:GoogleApi.Content.V21.Model.Segments.t, default:nil) - Segmentation dimensions requested by the merchant in the query. Dimension values are only set for dimensions requested explicitly in the query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.ReportRow{
metrics: GoogleApi.Content.V21.Model.Metrics.t(),
segments: GoogleApi.Content.V21.Model.Segments.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.