Class BestSellersProductClusterView
Fields available for query in best_sellers_product_cluster_view table. Best
sellers report with top product clusters. A product
cluster is a grouping for different offers and variants that represent the same product, for example, Google
Pixel 7. Values are only set for fields requested explicitly in the request's search query.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.reports_v1beta.Data
Assembly: Google.Apis.Merchant.reports_v1beta.dll
Syntax
public class BestSellersProductClusterView : IDirectResponseSchema
Properties
Brand
Brand of the product cluster.
Declaration
[JsonProperty("brand")]
public virtual string Brand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BrandInventoryStatus
Whether there is at least one product of the brand currently IN_STOCK in your product data source in at
least one of the countries, all products are OUT_OF_STOCK in your product data source in all countries, or
NOT_IN_INVENTORY. The field doesn't take the Best sellers report country filter into account.
Declaration
[JsonProperty("brandInventoryStatus")]
public virtual string BrandInventoryStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CategoryL1
Product category (1st level) of the product cluster, represented in Google's product taxonomy.
Declaration
[JsonProperty("categoryL1")]
public virtual string CategoryL1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CategoryL2
Product category (2nd level) of the product cluster, represented in Google's product taxonomy.
Declaration
[JsonProperty("categoryL2")]
public virtual string CategoryL2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CategoryL3
Product category (3rd level) of the product cluster, represented in Google's product taxonomy.
Declaration
[JsonProperty("categoryL3")]
public virtual string CategoryL3 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CategoryL4
Product category (4th level) of the product cluster, represented in Google's product taxonomy.
Declaration
[JsonProperty("categoryL4")]
public virtual string CategoryL4 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CategoryL5
Product category (5th level) of the product cluster, represented in Google's product taxonomy.
Declaration
[JsonProperty("categoryL5")]
public virtual string CategoryL5 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InventoryStatus
Whether the product cluster is IN_STOCK in your product data source in at least one of the countries,
OUT_OF_STOCK in your product data source in all countries, or NOT_IN_INVENTORY at all. The field doesn't
take the Best sellers report country filter into account.
Declaration
[JsonProperty("inventoryStatus")]
public virtual string InventoryStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousRank
Popularity rank in the previous week or month.
Declaration
[JsonProperty("previousRank")]
public virtual long? PreviousRank { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PreviousRelativeDemand
Estimated demand in relation to the product cluster with the highest popularity rank in the same category and country in the previous week or month.
Declaration
[JsonProperty("previousRelativeDemand")]
public virtual string PreviousRelativeDemand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rank
Popularity of the product cluster on Ads and organic surfaces, in the selected category and country, based on the estimated number of units sold.
Declaration
[JsonProperty("rank")]
public virtual long? Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
RelativeDemand
Estimated demand in relation to the product cluster with the highest popularity rank in the same category and country.
Declaration
[JsonProperty("relativeDemand")]
public virtual string RelativeDemand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelativeDemandChange
Change in the estimated demand. Whether it rose, sank or remained flat.
Declaration
[JsonProperty("relativeDemandChange")]
public virtual string RelativeDemandChange { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportCategoryId
Google product category ID to calculate the ranking for, represented in Google's product
taxonomy. Required in the SELECT clause. If a
WHERE condition on report_category_id is not specified in the query, rankings for all top-level
categories are returned.
Declaration
[JsonProperty("reportCategoryId")]
public virtual long? ReportCategoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ReportCountryCode
Country where the ranking is calculated. Represented in the ISO 3166 format. Required in the SELECT
clause. Condition on report_country_code is required in the WHERE clause.
Declaration
[JsonProperty("reportCountryCode")]
public virtual string ReportCountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportDate
Report date. The value of this field can only be one of the following: * The first day of the week (Monday)
for weekly reports, * The first day of the month for monthly reports. Required in the SELECT clause. If a
WHERE condition on report_date is not specified in the query, the latest available weekly or monthly
report is returned.
Declaration
[JsonProperty("reportDate")]
public virtual Date ReportDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
ReportGranularity
Granularity of the report. The ranking can be done over a week or a month timeframe. Required in the
SELECT clause. Condition on report_granularity is required in the WHERE clause.
Declaration
[JsonProperty("reportGranularity")]
public virtual string ReportGranularity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Title of the product cluster.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VariantGtins
GTINs of example variants of the product cluster.
Declaration
[JsonProperty("variantGtins")]
public virtual IList<string> VariantGtins { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |