Class BestSellers
Fields related to the Best sellers reports.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BestSellers : IDirectResponseSchema
Properties
CategoryId
Google product category ID to calculate the ranking for, represented in Google's product
taxonomy. If a WHERE
condition on
best_sellers.category_id
is not specified in the query, rankings for all top-level categories are
returned.
Declaration
[JsonProperty("categoryId")]
public virtual long? CategoryId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CountryCode
Country where the ranking is calculated. A WHERE
condition on best_sellers.country_code
is required in
the query.
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { 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 |
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 item 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 on Shopping ads and free listings, 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 item 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 |
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. If a WHERE
condition on
best_sellers.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. A WHERE
condition on
best_sellers.report_granularity
is required in the query.
Declaration
[JsonProperty("reportGranularity")]
public virtual string ReportGranularity { get; set; }
Property Value
Type | Description |
---|---|
string |