Class PriceInsights
Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries
PriceInsightsProductView
. https://support.google.com/merchants/answer/11916926
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class PriceInsights : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Effectiveness
The predicted effectiveness of applying the price suggestion, bucketed.
Declaration
[JsonProperty("effectiveness")]
public virtual string Effectiveness { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictedClicksChangeFraction
The predicted change in clicks as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in clicks.
Declaration
[JsonProperty("predictedClicksChangeFraction")]
public virtual double? PredictedClicksChangeFraction { get; set; }
Property Value
Type | Description |
---|---|
double? |
PredictedConversionsChangeFraction
The predicted change in conversions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in conversions).
Declaration
[JsonProperty("predictedConversionsChangeFraction")]
public virtual double? PredictedConversionsChangeFraction { get; set; }
Property Value
Type | Description |
---|---|
double? |
PredictedGrossProfitChangeFraction
Deprecated: This field is no longer supported and will start returning 0. The predicted change in gross profit as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in gross profit.
Declaration
[JsonProperty("predictedGrossProfitChangeFraction")]
public virtual double? PredictedGrossProfitChangeFraction { get; set; }
Property Value
Type | Description |
---|---|
double? |
PredictedImpressionsChangeFraction
The predicted change in impressions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in impressions.
Declaration
[JsonProperty("predictedImpressionsChangeFraction")]
public virtual double? PredictedImpressionsChangeFraction { get; set; }
Property Value
Type | Description |
---|---|
double? |
PredictedMonthlyGrossProfitChangeCurrencyCode
Deprecated: This field is no longer supported and will start returning USD for all requests. The predicted monthly gross profit change currency (ISO 4217 code).
Declaration
[JsonProperty("predictedMonthlyGrossProfitChangeCurrencyCode")]
public virtual string PredictedMonthlyGrossProfitChangeCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictedMonthlyGrossProfitChangeMicros
Deprecated: This field is no longer supported and will start returning 0. The predicted change in gross profit in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) after introducing the suggested price for a month compared to current active price.
Declaration
[JsonProperty("predictedMonthlyGrossProfitChangeMicros")]
public virtual long? PredictedMonthlyGrossProfitChangeMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
SuggestedPriceCurrencyCode
The suggested price currency (ISO 4217 code).
Declaration
[JsonProperty("suggestedPriceCurrencyCode")]
public virtual string SuggestedPriceCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestedPriceMicros
The latest suggested price in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) for the product.
Declaration
[JsonProperty("suggestedPriceMicros")]
public virtual long? SuggestedPriceMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |