--- v20/enums/campaign_primary_status_reason.proto 2025-06-04 18:55:28.000000000 +0000 +++ v21/enums/campaign_primary_status_reason.proto 2025-08-05 14:28:34.000000000 +0000 @@ -1,160 +1,164 @@ // Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. syntax = "proto3"; -package google.ads.googleads.v20.enums; +package google.ads.googleads.v21.enums; -option csharp_namespace = "Google.Ads.GoogleAds.V20.Enums"; -option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v20/enums;enums"; +option csharp_namespace = "Google.Ads.GoogleAds.V21.Enums"; +option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v21/enums;enums"; option java_multiple_files = true; option java_outer_classname = "CampaignPrimaryStatusReasonProto"; -option java_package = "com.google.ads.googleads.v20.enums"; +option java_package = "com.google.ads.googleads.v21.enums"; option objc_class_prefix = "GAA"; -option php_namespace = "Google\\Ads\\GoogleAds\\V20\\Enums"; -option ruby_package = "Google::Ads::GoogleAds::V20::Enums"; +option php_namespace = "Google\\Ads\\GoogleAds\\V21\\Enums"; +option ruby_package = "Google::Ads::GoogleAds::V21::Enums"; // Proto file describing CampaignPrimaryStatusReasons. // Container for enum describing possible campaign primary status reasons. message CampaignPrimaryStatusReasonEnum { // Enum describing the possible campaign primary status reasons. Provides // insight into why a campaign is not serving or not serving optimally. These // reasons are aggregated to determine an overall campaign primary status. enum CampaignPrimaryStatusReason { // Not specified. UNSPECIFIED = 0; // Used for return value only. Represents value unknown in this version. UNKNOWN = 1; // The user-specified campaign status is removed. CAMPAIGN_REMOVED = 2; // The user-specified campaign status is paused. CAMPAIGN_PAUSED = 3; // The user-specified time for this campaign to start is in the future. CAMPAIGN_PENDING = 4; // The user-specified time for this campaign to end has passed. CAMPAIGN_ENDED = 5; // The campaign is a draft. CAMPAIGN_DRAFT = 6; // The bidding strategy has incorrect user-specified settings. BIDDING_STRATEGY_MISCONFIGURED = 7; // The bidding strategy is limited by user-specified settings such as lack // of data or similar. BIDDING_STRATEGY_LIMITED = 8; // The automated bidding system is adjusting to user-specified changes to // the bidding strategy. BIDDING_STRATEGY_LEARNING = 9; // Campaign could capture more conversion value by adjusting CPA/ROAS // targets. BIDDING_STRATEGY_CONSTRAINED = 10; // The budget is limiting the campaign's ability to serve. BUDGET_CONSTRAINED = 11; // The budget has incorrect user-specified settings. BUDGET_MISCONFIGURED = 12; // Campaign is not targeting all relevant queries. SEARCH_VOLUME_LIMITED = 13; // The user-specified ad group statuses are all paused. AD_GROUPS_PAUSED = 14; // No eligible ad groups exist in this campaign. NO_AD_GROUPS = 15; // The user-specified keyword statuses are all paused. KEYWORDS_PAUSED = 16; // No eligible keywords exist in this campaign. NO_KEYWORDS = 17; // The user-specified ad group ad statuses are all paused. AD_GROUP_ADS_PAUSED = 18; // No eligible ad group ads exist in this campaign. NO_AD_GROUP_ADS = 19; // At least one ad in this campaign is limited by policy. HAS_ADS_LIMITED_BY_POLICY = 20; // At least one ad in this campaign is disapproved. HAS_ADS_DISAPPROVED = 21; // Most ads in this campaign are pending review. MOST_ADS_UNDER_REVIEW = 22; // The campaign has a lead form goal, and the lead form extension is // missing. MISSING_LEAD_FORM_EXTENSION = 23; // The campaign has a call goal, and the call extension is missing. MISSING_CALL_EXTENSION = 24; // The lead form extension is under review. LEAD_FORM_EXTENSION_UNDER_REVIEW = 25; // The lead extension is disapproved. LEAD_FORM_EXTENSION_DISAPPROVED = 26; // The call extension is under review. CALL_EXTENSION_UNDER_REVIEW = 27; // The call extension is disapproved. CALL_EXTENSION_DISAPPROVED = 28; // No eligible mobile application ad group criteria exist in this campaign. NO_MOBILE_APPLICATION_AD_GROUP_CRITERIA = 29; // The user-specified campaign group status is paused. CAMPAIGN_GROUP_PAUSED = 30; // The user-specified times of all group budgets associated with the parent // campaign group has passed. CAMPAIGN_GROUP_ALL_GROUP_BUDGETS_ENDED = 31; // The app associated with this ACi campaign is not released in the target // countries of the campaign. APP_NOT_RELEASED = 32; // The app associated with this ACi campaign is partially released in the // target countries of the campaign. APP_PARTIALLY_RELEASED = 33; // At least one asset group in this campaign is disapproved. HAS_ASSET_GROUPS_DISAPPROVED = 34; // At least one asset group in this campaign is limited by policy. HAS_ASSET_GROUPS_LIMITED_BY_POLICY = 35; // Most asset groups in this campaign are pending review. MOST_ASSET_GROUPS_UNDER_REVIEW = 36; // No eligible asset groups exist in this campaign. NO_ASSET_GROUPS = 37; // All asset groups in this campaign are paused. ASSET_GROUPS_PAUSED = 38; + + // The campaign has location restrictions but does not specify location + // targeting. + MISSING_LOCATION_TARGETING = 39; } }
/enums/campaign_primary_status_reason.proto
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(UTC)"],[],[],null,["# /enums/campaign_primary_status_reason.proto\n\n```diff\n--- v20/enums/campaign_primary_status_reason.proto 2025-06-04 18:55:28.000000000 +0000\n+++ v21/enums/campaign_primary_status_reason.proto 2025-08-05 14:28:34.000000000 +0000\n@@ -1,160 +1,164 @@\n // Copyright 2025 Google LLC\n //\n // Licensed under the Apache License, Version 2.0 (the \"License\");\n // you may not use this file except in compliance with the License.\n // You may obtain a copy of the License at\n //\n // http://www.apache.org/licenses/LICENSE-2.0\n //\n // Unless required by applicable law or agreed to in writing, software\n // distributed under the License is distributed on an \"AS IS\" BASIS,\n // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n // See the License for the specific language governing permissions and\n // limitations under the License.\n\n syntax = \"proto3\";\n\n-package google.ads.googleads.v20.enums;\n+package google.ads.googleads.v21.enums;\n\n-option csharp_namespace = \"Google.Ads.GoogleAds.V20.Enums\";\n-option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v20/enums;enums\";\n+option csharp_namespace = \"Google.Ads.GoogleAds.V21.Enums\";\n+option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v21/enums;enums\";\n option java_multiple_files = true;\n option java_outer_classname = \"CampaignPrimaryStatusReasonProto\";\n-option java_package = \"com.google.ads.googleads.v20.enums\";\n+option java_package = \"com.google.ads.googleads.v21.enums\";\n option objc_class_prefix = \"GAA\";\n-option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V20\\\\Enums\";\n-option ruby_package = \"Google::Ads::GoogleAds::V20::Enums\";\n+option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V21\\\\Enums\";\n+option ruby_package = \"Google::Ads::GoogleAds::V21::Enums\";\n\n // Proto file describing CampaignPrimaryStatusReasons.\n\n // Container for enum describing possible campaign primary status reasons.\n message CampaignPrimaryStatusReasonEnum {\n // Enum describing the possible campaign primary status reasons. Provides\n // insight into why a campaign is not serving or not serving optimally. These\n // reasons are aggregated to determine an overall campaign primary status.\n enum CampaignPrimaryStatusReason {\n // Not specified.\n UNSPECIFIED = 0;\n\n // Used for return value only. Represents value unknown in this version.\n UNKNOWN = 1;\n\n // The user-specified campaign status is removed.\n CAMPAIGN_REMOVED = 2;\n\n // The user-specified campaign status is paused.\n CAMPAIGN_PAUSED = 3;\n\n // The user-specified time for this campaign to start is in the future.\n CAMPAIGN_PENDING = 4;\n\n // The user-specified time for this campaign to end has passed.\n CAMPAIGN_ENDED = 5;\n\n // The campaign is a draft.\n CAMPAIGN_DRAFT = 6;\n\n // The bidding strategy has incorrect user-specified settings.\n BIDDING_STRATEGY_MISCONFIGURED = 7;\n\n // The bidding strategy is limited by user-specified settings such as lack\n // of data or similar.\n BIDDING_STRATEGY_LIMITED = 8;\n\n // The automated bidding system is adjusting to user-specified changes to\n // the bidding strategy.\n BIDDING_STRATEGY_LEARNING = 9;\n\n // Campaign could capture more conversion value by adjusting CPA/ROAS\n // targets.\n BIDDING_STRATEGY_CONSTRAINED = 10;\n\n // The budget is limiting the campaign's ability to serve.\n BUDGET_CONSTRAINED = 11;\n\n // The budget has incorrect user-specified settings.\n BUDGET_MISCONFIGURED = 12;\n\n // Campaign is not targeting all relevant queries.\n SEARCH_VOLUME_LIMITED = 13;\n\n // The user-specified ad group statuses are all paused.\n AD_GROUPS_PAUSED = 14;\n\n // No eligible ad groups exist in this campaign.\n NO_AD_GROUPS = 15;\n\n // The user-specified keyword statuses are all paused.\n KEYWORDS_PAUSED = 16;\n\n // No eligible keywords exist in this campaign.\n NO_KEYWORDS = 17;\n\n // The user-specified ad group ad statuses are all paused.\n AD_GROUP_ADS_PAUSED = 18;\n\n // No eligible ad group ads exist in this campaign.\n NO_AD_GROUP_ADS = 19;\n\n // At least one ad in this campaign is limited by policy.\n HAS_ADS_LIMITED_BY_POLICY = 20;\n\n // At least one ad in this campaign is disapproved.\n HAS_ADS_DISAPPROVED = 21;\n\n // Most ads in this campaign are pending review.\n MOST_ADS_UNDER_REVIEW = 22;\n\n // The campaign has a lead form goal, and the lead form extension is\n // missing.\n MISSING_LEAD_FORM_EXTENSION = 23;\n\n // The campaign has a call goal, and the call extension is missing.\n MISSING_CALL_EXTENSION = 24;\n\n // The lead form extension is under review.\n LEAD_FORM_EXTENSION_UNDER_REVIEW = 25;\n\n // The lead extension is disapproved.\n LEAD_FORM_EXTENSION_DISAPPROVED = 26;\n\n // The call extension is under review.\n CALL_EXTENSION_UNDER_REVIEW = 27;\n\n // The call extension is disapproved.\n CALL_EXTENSION_DISAPPROVED = 28;\n\n // No eligible mobile application ad group criteria exist in this campaign.\n NO_MOBILE_APPLICATION_AD_GROUP_CRITERIA = 29;\n\n // The user-specified campaign group status is paused.\n CAMPAIGN_GROUP_PAUSED = 30;\n\n // The user-specified times of all group budgets associated with the parent\n // campaign group has passed.\n CAMPAIGN_GROUP_ALL_GROUP_BUDGETS_ENDED = 31;\n\n // The app associated with this ACi campaign is not released in the target\n // countries of the campaign.\n APP_NOT_RELEASED = 32;\n\n // The app associated with this ACi campaign is partially released in the\n // target countries of the campaign.\n APP_PARTIALLY_RELEASED = 33;\n\n // At least one asset group in this campaign is disapproved.\n HAS_ASSET_GROUPS_DISAPPROVED = 34;\n\n // At least one asset group in this campaign is limited by policy.\n HAS_ASSET_GROUPS_LIMITED_BY_POLICY = 35;\n\n // Most asset groups in this campaign are pending review.\n MOST_ASSET_GROUPS_UNDER_REVIEW = 36;\n\n // No eligible asset groups exist in this campaign.\n NO_ASSET_GROUPS = 37;\n\n // All asset groups in this campaign are paused.\n ASSET_GROUPS_PAUSED = 38;\n+\n+ // The campaign has location restrictions but does not specify location\n+ // targeting.\n+ MISSING_LOCATION_TARGETING = 39;\n }\n }\n```"]]