optimizationScoreWeight property

double? optimizationScoreWeight
getter/setter pair

Optimization score weight of the customer.

Optimization score weight can be used to compare/aggregate optimization scores across multiple non-manager customers. The aggregate optimization score of a manager is computed as the sum over all of their customers of Customer.optimization_score * Customer.optimization_score_weight. This field is 0 for all manager customers, and for unscored non-manager customers. This field is read-only.

Output only.

Implementation

core.double? optimizationScoreWeight;