ConversionRateSuggestion

  • The conversion_rate_model field specifies the type of model used to calculate the suggested conversion rate, referencing the ReachPlanConversionRateModel.

  • The plannable_product_code field is a string representing the code of the plannable product, such as DEMAND_GEN, and can be listed using ReachPlanService.ListPlannableProducts.

  • The conversion_rate field provides the suggested conversion rate as a double value exclusively between 0 and 1.

A conversion rate suggestion.

Fields

conversion_rate_model

ReachPlanConversionRateModel

Model type used to calculate the suggested conversion rate.

plannable_product_code

string

The code associated with the plannable product (for example: DEMAND_GEN). To list all plannable product codes, use ReachPlanService.ListPlannableProducts.

conversion_rate

double

The suggested conversion rate. The value is between 0 and 1 (exclusive).