Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PriceInsights |
PriceInsights.clone() |
PriceInsights |
ReportRow.getPriceInsights()
Price insights fields requested by the merchant in the query.
|
PriceInsights |
PriceInsights.set(String fieldName,
Object value) |
PriceInsights |
PriceInsights.setEffectiveness(String effectiveness)
The predicted effectiveness of applying the price suggestion, bucketed.
|
PriceInsights |
PriceInsights.setPredictedClicksChangeFraction(Double predictedClicksChangeFraction)
The predicted change in clicks as a fraction after introducing the suggested price compared to
current active price.
|
PriceInsights |
PriceInsights.setPredictedConversionsChangeFraction(Double predictedConversionsChangeFraction)
The predicted change in conversions as a fraction after introducing the suggested price
compared to current active price.
|
PriceInsights |
PriceInsights.setPredictedGrossProfitChangeFraction(Double predictedGrossProfitChangeFraction)
*Deprecated*: This field is no longer supported and will start returning 0.
|
PriceInsights |
PriceInsights.setPredictedImpressionsChangeFraction(Double predictedImpressionsChangeFraction)
The predicted change in impressions as a fraction after introducing the suggested price
compared to current active price.
|
PriceInsights |
PriceInsights.setPredictedMonthlyGrossProfitChangeCurrencyCode(String predictedMonthlyGrossProfitChangeCurrencyCode)
*Deprecated*: This field is no longer supported and will start returning USD for all requests.
|
PriceInsights |
PriceInsights.setPredictedMonthlyGrossProfitChangeMicros(Long predictedMonthlyGrossProfitChangeMicros)
*Deprecated*: This field is no longer supported and will start returning 0.
|
PriceInsights |
PriceInsights.setSuggestedPriceCurrencyCode(String suggestedPriceCurrencyCode)
The suggested price currency (ISO 4217 code).
|
PriceInsights |
PriceInsights.setSuggestedPriceMicros(Long suggestedPriceMicros)
The latest suggested price in micros (1 millionth of a standard unit, 1 USD = 1000000 micros)
for the product.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setPriceInsights(PriceInsights priceInsights)
Price insights fields requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.