[[["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-09-18 UTC."],[[["\u003cp\u003eThis documentation details privacy message types, represented by unique codes, used for communicating specific privacy-related events or statuses.\u003c/p\u003e\n"],["\u003cp\u003eThese codes cover various scenarios, including touchpoint analysis exclusions, data filtering in merge operations, and merge row handling.\u003c/p\u003e\n"],["\u003cp\u003eSpecific codes indicate when data is unavailable due to privacy considerations or when data access budgets are nearing exhaustion.\u003c/p\u003e\n"],["\u003cp\u003eCodes like \u003ccode\u003eMERGE_ROW_ADDED\u003c/code\u003e and \u003ccode\u003eMERGE_ROW_TEMPORARILY_UNAVAILABLE\u003c/code\u003e signal merge row status during data processing.\u003c/p\u003e\n"]]],["The core content defines a set of privacy message types, each represented by a unique code. These codes indicate various states related to data filtering, merge rows, and privacy concerns. Key actions include excluding data from touchpoint analysis, filtering data due to user count, adding or suppressing merge rows, and notifying when the data access budget is nearly exhausted. These codes also highlight situations where data or messages are temporarily unavailable for privacy reasons.\n"],null,["# PrivacyMessageType\n\nA unique code that enumerates privacy message types.\n\n| Enums ||\n|----------------------------------------------|------------------------------------------------------------------------------------------------------------------------|\n| `PRIVACY_MESSAGE_TYPE_UNSPECIFIED` | Unspecified privacy message code. |\n| `TOUCHPOINT_ANALYSIS_EXCLUSIONS` | Touchpoints and/or users excluded from touchpoint analysis. |\n| `MERGE_ROW_NO_DATA_FILTERED` | No data was filtered for this job. |\n| `MERGE_ROW_DATA_ON_FEW_USERS_FILTERED` | Data filtered, but contained information on too few users. |\n| `MERGE_ROW_ONE_ROW_WITH_MANY_USERS_FILTERED` | 1 row was filtered, containing information about many users. |\n| `MERGE_ROW_NO_MERGE_SPEC` | Data was filtered, but merge row was not shown because the merge row specification was not configured for the job. |\n| `MERGE_ROW_ADDED` | Merge row was added to the job output. |\n| `MERGE_ROW_TEMPORARILY_UNAVAILABLE` | Merge row privacy message was suppressed due to privacy considerations or the merge row information was not available. |\n| `LARGE_CREDIT_OUTLIER_USERS_FILTERED` | Outlier users filtered from touchpoint touchpoint analysis. |\n| `PRIVACY_MESSAGE_TEMPORARILY_UNAVAILABLE` | Message was suppressed due to privacy considerations or the relevant information was not available. |\n| `DATA_ACCESS_BUDGET_IS_NEARLY_EXHAUSTED` | The data access budget is almost exhausted. |"]]