AI-generated Key Takeaways
-
The
conversion_rate_model
field specifies the type of model used to calculate the suggested conversion rate, referencing theReachPlanConversionRateModel
. -
The
plannable_product_code
field is a string representing the code of the plannable product, such asDEMAND_GEN
, and can be listed usingReachPlanService.ListPlannableProducts
. -
The
conversion_rate
field provides the suggested conversion rate as a double value exclusively between 0 and 1.
A conversion rate suggestion.
Fields | |
---|---|
|
Model type used to calculate the suggested conversion rate. |
|
The code associated with the plannable product (for example: DEMAND_GEN). To list all plannable product codes, use |
|
The suggested conversion rate. The value is between 0 and 1 (exclusive). |