Stay organized with collections
Save and categorize content based on your preferences.
--- 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; }
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["OfflineUserDataJobError proto file has been updated with a new error code."],["The new error code (OPERATION_LEVEL_CONSENT_PROVIDED) addresses scenarios where consent is provided at the operation level for job types requiring job-level consent."],["This update clarifies that operation-level consent will be ignored in such cases for specific OfflineUserDataJobTypes."]]],[]]