/common/offline_user_data.proto

--- v14/common/offline_user_data.proto  2023-10-18 04:25:32.000000000 +0000
+++ v15/common/offline_user_data.proto  2023-10-18 04:25:33.000000000 +0000
@@ -181,6 +182,10 @@
   // Additional attributes associated with the user. Required when updating
   // customer match attributes. These have an expiration of 540 days.
   UserAttribute user_attribute = 3;
+
+  // The consent setting for the user. Customer match will ignore this field
+  // and return a warning.
+  optional Consent consent = 4;
 }

 // User attribute, can only be used with CUSTOMER_MATCH_WITH_ATTRIBUTES job
@@ -274,6 +279,9 @@
   // The resource name of remarketing list to update data.
   // Required for job of CUSTOMER_MATCH_USER_LIST type.
   optional string user_list = 2;
+
+  // The consent setting for all the users in this job.
+  optional Consent consent = 3;
 }

 // Metadata for Store Sales Direct.