Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
BestSellers |
BestSellers.clone() |
BestSellers |
ReportRow.getBestSellers()
Best sellers fields requested by the merchant in the query.
|
BestSellers |
BestSellers.set(String fieldName,
Object value) |
BestSellers |
BestSellers.setCategoryId(Long categoryId)
Google product category ID to calculate the ranking for, represented in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
BestSellers |
BestSellers.setCountryCode(String countryCode)
Country where the ranking is calculated.
|
BestSellers |
BestSellers.setPreviousRank(Long previousRank)
Popularity rank in the previous week or month.
|
BestSellers |
BestSellers.setPreviousRelativeDemand(String 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.
|
BestSellers |
BestSellers.setRank(Long rank)
Popularity on Shopping ads and free listings, in the selected category and country, based on
the estimated number of units sold.
|
BestSellers |
BestSellers.setRelativeDemand(String relativeDemand)
Estimated demand in relation to the item with the highest popularity rank in the same category
and country.
|
BestSellers |
BestSellers.setRelativeDemandChange(String relativeDemandChange)
Change in the estimated demand.
|
BestSellers |
BestSellers.setReportDate(Date reportDate)
Report date.
|
BestSellers |
BestSellers.setReportGranularity(String reportGranularity)
Granularity of the report.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setBestSellers(BestSellers bestSellers)
Best sellers fields requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.