AI-generated Key Takeaways
-
advanced_product_targeting
provides targeting settings for a selected product and can be listed usingReachPlanService.ListPlannableProducts
. -
plannable_product_code
is a required string specifying the ad product (e.g., Trueview, Bumper) to be used for planning, and available codes can be listed usingReachPlanService.ListPlannableProducts
. -
budget_micros
is a required int64 representing the maximum budget allocation in micros for the selected product, specified in the selected planning currency. -
conversion_rate
is a double between 0 and 1, exclusive, representing the expected conversion rate, and is required only for DEMAND_GEN plannable products.
A product being planned for reach.
Fields | |
---|---|
|
Targeting settings for the selected product. To list the available targeting for each product use |
|
Required. Selected product for planning. The code associated with the ad product (for example: Trueview, Bumper). To list the available plannable product codes use |
|
Required. Maximum budget allocation in micros for the selected product. The value is specified in the selected planning currency_code. For example: 1 000 000$ = 1 000 000 000 000 micros. |
|
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. |