/枚举 s/shared_set_type.proto

--- v13/enums/shared_set_type.proto 2023-06-07 19:38:58.000000000 +0000
+++ v14/enums/shared_set_type.proto 2023-06-07 19:39:00.000000000 +0000
@@ -42,5 +42,8 @@

     // A set of placements that can be excluded from targeting.
     NEGATIVE_PLACEMENTS = 3;
+
+    // An account-level set of keywords that can be excluded from targeting.
+    ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 4;
   }
 }