/enums/campaign_primary_status_reason.proto

--- v14/enums/campaign_primary_status_reason.proto  2023-10-18 04:25:30.000000000 +0000
+++ v15/enums/campaign_primary_status_reason.proto  2023-10-18 04:25:34.000000000 +0000
@@ -150,5 +150,11 @@

     // 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;
   }
 }