conversionRate property

double? conversionRate
getter/setter pair

Conversion rate as a decimal between 0 and 1, exclusive.

For example: if 2% of ad interactions are expected to lead to conversions, conversion_rate should be 0.02. This field is required for DEMAND_GEN plannable products. It is not supported for other plannable products.

Implementation

core.double? conversionRate;