View Source GoogleApi.Content.V21.Model.ReportRow (google_api_content v0.71.0)
Result row returned from the search query.
Attributes
-
bestSellers(type:GoogleApi.Content.V21.Model.BestSellers.t, default:nil) - Best sellers fields requested by the merchant in the query. Field values are only set if the merchant queriesBestSellersProductClusterVieworBestSellersBrandView. -
brand(type:GoogleApi.Content.V21.Model.Brand.t, default:nil) - Brand fields requested by the merchant in the query. Field values are only set if the merchant queriesBestSellersBrandView. -
competitiveVisibility(type:GoogleApi.Content.V21.Model.CompetitiveVisibility.t, default:nil) - Competitive visibility fields requested by the merchant in the query. Field values are only set if the merchant queriesCompetitiveVisibilityTopMerchantView,CompetitiveVisibilityBenchmarkVieworCompetitiveVisibilityCompetitorView. -
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. -
priceCompetitiveness(type:GoogleApi.Content.V21.Model.PriceCompetitiveness.t, default:nil) - Price competitiveness fields requested by the merchant in the query. Field values are only set if the merchant queriesPriceCompetitivenessProductView. -
priceInsights(type:GoogleApi.Content.V21.Model.PriceInsights.t, default:nil) - Price insights fields requested by the merchant in the query. Field values are only set if the merchant queriesPriceInsightsProductView. -
productCluster(type:GoogleApi.Content.V21.Model.ProductCluster.t, default:nil) - Product cluster fields requested by the merchant in the query. Field values are only set if the merchant queriesBestSellersProductClusterView. -
productView(type:GoogleApi.Content.V21.Model.ProductView.t, default:nil) - Product fields requested by the merchant in the query. Field values are only set if the merchant queriesProductView. -
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. -
topicTrends(type:GoogleApi.Content.V21.Model.TopicTrends.t, default:nil) - Topic trends fields requested by the merchant in the query. Field values are only set if the merchant queriesTopicTrendsView.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.ReportRow{ bestSellers: GoogleApi.Content.V21.Model.BestSellers.t() | nil, brand: GoogleApi.Content.V21.Model.Brand.t() | nil, competitiveVisibility: GoogleApi.Content.V21.Model.CompetitiveVisibility.t() | nil, metrics: GoogleApi.Content.V21.Model.Metrics.t() | nil, priceCompetitiveness: GoogleApi.Content.V21.Model.PriceCompetitiveness.t() | nil, priceInsights: GoogleApi.Content.V21.Model.PriceInsights.t() | nil, productCluster: GoogleApi.Content.V21.Model.ProductCluster.t() | nil, productView: GoogleApi.Content.V21.Model.ProductView.t() | nil, segments: GoogleApi.Content.V21.Model.Segments.t() | nil, topicTrends: GoogleApi.Content.V21.Model.TopicTrends.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.