This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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\u003eUI warnings leverage these enums to indicate the level of confidence in table results due to noise impact.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTABLE_NOISE_IMPACT_UNSPECIFIED\u003c/code\u003e and \u003ccode\u003eNOT_NOISED\u003c/code\u003e represent scenarios with no specified or no noise impact, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLOW_IMPACT\u003c/code\u003e, \u003ccode\u003eLOW_MEDIUM_IMPACT\u003c/code\u003e, \u003ccode\u003eMEDIUM_IMPACT\u003c/code\u003e, \u003ccode\u003eHIGH_IMPACT\u003c/code\u003e, and \u003ccode\u003eVERY_HIGH_IMPACT\u003c/code\u003e categorize varying degrees of noise influence on result confidence.\u003c/p\u003e\n"]]],["The core content defines the impact of noise on the confidence of table results, specifically for UI warnings. It details various levels of noise impact, including `NOT_NOISED` (no noise), `LOW_IMPACT`, `MEDIUM_IMPACT`, `HIGH_IMPACT`, `LOW_MEDIUM_IMPACT`, and `VERY_HIGH_IMPACT`. An `TABLE_NOISE_IMPACT_UNSPECIFIED` enum indicates no noise impact is specified. Each enum represents a different degree to which noise affects the reliability of data displayed in the table.\n"],null,["# TableNoiseImpact\n\nImpact of noise on table result confidence for UI warnings\n\n| Enums ||\n|----------------------------------|--------------------------------------------------------------------|\n| `TABLE_NOISE_IMPACT_UNSPECIFIED` | No noise impact specified |\n| `NOT_NOISED` | Table is not noised. |\n| `LOW_IMPACT` | Noise has a low impact on the table's result confidence. |\n| `HIGH_IMPACT` | Noise has a high impact on the table's result confidence. |\n| `LOW_MEDIUM_IMPACT` | Noise has a low to medium impact on the table's result confidence. |\n| `MEDIUM_IMPACT` | Noise has a medium impact on the table's result confidence. |\n| `VERY_HIGH_IMPACT` | Noise has a very high impact on the table's result confidence. |"]]