AI-generated Key Takeaways
-
The request message for GenerateReachForecast includes required fields such as customer ID, campaign duration, and planned products.
-
Optional fields like targeting, frequency caps, currency code, and forecast metric options allow for customization of the reach forecast.
-
The
cookie_frequency_cap
field is deprecated and should be replaced bycookie_frequency_cap_setting
. -
You can specify either a
min_effective_frequency
or aneffective_frequency_limit
, but not both, to control the reporting of reach metrics.
Request message for ReachPlanService.GenerateReachForecast
.
Fields | |
---|---|
|
Required. The ID of the customer. |
|
Required. Campaign duration. |
|
Chosen cookie frequency cap to be applied to each planned product. This is equivalent to the frequency cap exposed in Google Ads when creating a campaign, it represents the maximum number of times an ad can be shown to the same user during a specified time interval. If not specified, a default of 0 (no cap) is applied. This field replaces the deprecated cookie_frequency_cap field. |
|
The targeting to be applied to all products selected in the product mix. This is planned targeting: execution details might vary based on the advertising product, consult an implementation specialist. See specific metrics for details on how targeting affects them. |
|
Required. The products to be forecast. The max number of allowed planned products is 15. |
|
Controls the forecast metrics returned in the response. |
|
The currency code. Three-character ISO 4217 currency code. |
|
Chosen cookie frequency cap to be applied to each planned product. This is equivalent to the frequency cap exposed in Google Ads when creating a campaign, it represents the maximum number of times an ad can be shown to the same user. If not specified, no cap is applied. This field is deprecated in v4 and will eventually be removed. Use cookie_frequency_cap_setting instead. |
|
Chosen minimum effective frequency (the number of times a person was exposed to the ad) for the reported reach metrics [1-10]. This won't affect the targeting, but just the reporting. If not specified, a default of 1 is applied. This field cannot be combined with the effective_frequency_limit field. |
|
The highest minimum effective frequency (the number of times a person was exposed to the ad) value [1-10] to include in Forecast.effective_frequency_breakdowns. If not specified, Forecast.effective_frequency_breakdowns will not be provided. The effective frequency value provided here will also be used as the minimum effective frequency for the reported reach metrics. This field cannot be combined with the min_effective_frequency field. |
|
The name of the customer being planned for. This is a user-defined value. |