Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
RepricingRuleReport |
RepricingRuleReport.clone() |
RepricingRuleReport |
RepricingRuleReport.set(String fieldName,
Object value) |
RepricingRuleReport |
RepricingRuleReport.setBuyboxWinningRuleStats(RepricingRuleReportBuyboxWinningRuleStats buyboxWinningRuleStats)
Stats specific to buybox winning rules for rule report (deprecated).
|
RepricingRuleReport |
RepricingRuleReport.setDate(Date date)
Date of the stats in this report.
|
RepricingRuleReport |
RepricingRuleReport.setImpactedProducts(List<String> impactedProducts)
List of product ids that are impacted by this rule during this reporting period.
|
RepricingRuleReport |
RepricingRuleReport.setInapplicabilityDetails(List<InapplicabilityDetails> inapplicabilityDetails)
List of all reasons the rule did not apply to the inapplicable products during the specified
reporting period.
|
RepricingRuleReport |
RepricingRuleReport.setInapplicableProducts(List<String> inapplicableProducts)
List of product ids that are inapplicable to this rule during this reporting period.
|
RepricingRuleReport |
RepricingRuleReport.setOrderItemCount(Integer orderItemCount)
Total unit count of impacted products ordered while the rule was active on the date of the
report.
|
RepricingRuleReport |
RepricingRuleReport.setRuleId(String ruleId)
Id of the Repricing rule for this report.
|
RepricingRuleReport |
RepricingRuleReport.setTotalGmv(PriceAmount totalGmv)
Total GMV generated by impacted products while the rule was active on the date of the report.
|
RepricingRuleReport |
RepricingRuleReport.setType(String type)
Type of the rule.
|
Modifier and Type | Method and Description |
---|---|
List<RepricingRuleReport> |
ListRepricingRuleReportsResponse.getRepricingRuleReports()
Daily reports for the given Repricing rule.
|
Modifier and Type | Method and Description |
---|---|
ListRepricingRuleReportsResponse |
ListRepricingRuleReportsResponse.setRepricingRuleReports(List<RepricingRuleReport> repricingRuleReports)
Daily reports for the given Repricing rule.
|
Copyright © 2011–2023 Google. All rights reserved.