--- v16/errors/offline_user_data_job_error.proto 2024-05-29 16:00:41.000000000 +0000 +++ v17/errors/offline_user_data_job_error.proto 2024-05-29 16:00:47.000000000 +0000 @@ -167,5 +167,10 @@ // All the fields are not present in the EventAttribute of the Customer // Match. EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED = 45; + + // Consent was provided at the operation level for an OfflineUserDataJobType + // that expects it at the job level. The provided operation-level consent + // will be ignored. + OPERATION_LEVEL_CONSENT_PROVIDED = 48; } }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.