--- v24/services/reach_plan_service.proto 2026-07-21 22:02:30.000000000 +0000 +++ v25/services/reach_plan_service.proto 2026-07-21 22:02:37.000000000 +0000 @@ -489,16 +489,6 @@ // 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 and will eventually be removed. - // Use cookie_frequency_cap_setting instead. - optional int32 cookie_frequency_cap = 10; - - // 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. // @@ -564,22 +554,12 @@ int32 impressions = 3 [(google.api.field_behavior) = REQUIRED]; // Required. The type of time unit. - google.ads.googleads.v24.enums.FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit + google.ads.googleads.v25.enums.FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit time_unit = 2 [(google.api.field_behavior) = REQUIRED]; } // The targeting for which traffic metrics will be reported. message Targeting { - // The ID of the selected location. Plannable location IDs can be - // obtained from - // [ReachPlanService.ListPlannableLocations][google.ads.googleads.v24.services.ReachPlanService.ListPlannableLocations]. - // - // Requests must set either this field or `plannable_location_ids`. - // - // This field is deprecated and will be removed in a future release. - // Use `plannable_location_ids` instead. - optional string plannable_location_id = 6; - // The list of plannable location IDs to target with this forecast. // // If more than one ID is provided, all IDs must have the same
/services/reach_plan_service.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-22 UTC.