We've updated our documentation with the latest features and updates introduced by Ads Data Hub's two new experiences. Advertisers, agencies, and publishers, refer to the Marketers site. Vendors and partners, refer to the Measurement Partners site.
{// Union field data_processed can be only one of the following:"zeroMb": boolean,"lessThanOneMb": boolean,"processedMb": string// End of list of possible types for union field data_processed.}
Fields
Union field data_processed. Data size this query reads. See https://cloud.google.com/bigquery/pricing#data for details on how this is calculated. data_processed can be only one of the following:
[[["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."],[[["This documentation describes the JSON representation of performance information for BigQuery query execution, specifically focusing on the data processed."],["The `data_processed` field indicates the size of data read by a query, and can be represented as `zeroMb`, `lessThanOneMb`, or `processedMb` in the JSON response."],["The fields `zeroMb` and `lessThanOneMb` are boolean values indicating whether the processed data is 0 bytes or less than 1 MiB, respectively."],["The `processedMb` field is a string representing the data size in MiB if it is equal to or larger than 1 MiB, with -1 indicating an inability to fetch the processed bytes."]]],[]]