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\u003eThe JSON representation provides metadata about an exported query output table, including table path, row count, column information, noise impact, and impact percentage.\u003c/p\u003e\n"],["\u003cp\u003eKey fields include \u003ccode\u003etablePath\u003c/code\u003e for the BigQuery table location, \u003ccode\u003erowCount\u003c/code\u003e for the number of rows, \u003ccode\u003ecolumns[]\u003c/code\u003e for details about the columns, \u003ccode\u003enoiseImpact\u003c/code\u003e indicating the level of noise applied, and \u003ccode\u003eimpactPercentage\u003c/code\u003e showing the proportion of unaffected cells.\u003c/p\u003e\n"]]],["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"],null,["# DestinationTableInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMetadata of an exported query output table.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"tablePath\": string, \"rowCount\": string, \"columns\": [ { object (/ads-data-hub/reference/rest/v1/ColumnInfo) } ], \"noiseImpact\": enum (/ads-data-hub/reference/rest/v1/TableNoiseImpact), \"impactPercentage\": number } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------|\n| `tablePath` | `string` Table path in the customer BigQuery project. |\n| `rowCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of rows in the result. |\n| `columns[]` | `object (`[ColumnInfo](/ads-data-hub/reference/rest/v1/ColumnInfo)`)` Information about columns in result |\n| `noiseImpact` | `enum (`[TableNoiseImpact](/ads-data-hub/reference/rest/v1/TableNoiseImpact)`)` The noise impact message for this table. |\n| `impactPercentage` | `number` If applicable, the percent of cells in this table which are not greatly affected by noise. |"]]