--- 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
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2026-07-22(UTC)