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.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The JSON representation provides metadata about an exported query output table, including table path, row count, column information, noise impact, and impact percentage.
Key fields include tablePath for the BigQuery table location, rowCount for the number of rows, columns[] for details about the columns, noiseImpact indicating the level of noise applied, and impactPercentage showing the proportion of unaffected cells.
[[["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."],[],["The content describes the metadata of an exported query output table, represented in JSON. Key information includes: `tablePath`, the table's location in BigQuery; `rowCount`, the number of rows; `columns[]`, detailed column information; `noiseImpact`, a message about data noise; and `impactPercentage`, the percentage of cells less impacted by noise. The `tablePath` and `rowCount` fields are strings, columns is an array of objects, noise impact is an enumeration and impact percentage is a number.\n"]]