PriceInsights class

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

Constructors

PriceInsights({double? predictedClicksChangeFraction, double? predictedConversionsChangeFraction, double? predictedGrossProfitChangeFraction, double? predictedImpressionsChangeFraction, String? predictedMonthlyGrossProfitChangeCurrencyCode, String? predictedMonthlyGrossProfitChangeMicros, String? suggestedPriceCurrencyCode, String? suggestedPriceMicros})
PriceInsights.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
predictedClicksChangeFraction double?
The predicted change in clicks as a fraction after introducing the suggested price compared to current active price.
getter/setter pair
predictedConversionsChangeFraction double?
The predicted change in conversions as a fraction after introducing the suggested price compared to current active price.
getter/setter pair
predictedGrossProfitChangeFraction double?
Deprecated: This field is no longer supported and will start returning 0.
getter/setter pair
predictedImpressionsChangeFraction double?
The predicted change in impressions as a fraction after introducing the suggested price compared to current active price.
getter/setter pair
predictedMonthlyGrossProfitChangeCurrencyCode String?
Deprecated: This field is no longer supported and will start returning USD for all requests.
getter/setter pair
predictedMonthlyGrossProfitChangeMicros String?
Deprecated: This field is no longer supported and will start returning 0.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedPriceCurrencyCode String?
The suggested price currency (ISO 4217 code).
getter/setter pair
suggestedPriceMicros String?
The latest suggested price in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) for the product.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited