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.
Response returned for successful job history exports. This is stored in the response field of the google.longrunning.Operation returned by a job history export request.
[[["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\u003eSuccessful job history exports return a JSON response within the \u003ccode\u003egoogle.longrunning.Operation\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThis JSON response includes details about the exported job count and the destination BigQuery table location (project, dataset, and table name).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ejobCount\u003c/code\u003e field indicates the total number of jobs exported and stored in the destination BigQuery table, represented as a string formatted integer.\u003c/p\u003e\n"]]],["The successful job history export response is represented in JSON format. Key information includes `jobCount`, which is the total number of jobs in the output table. The destination of the exported data is specified by `destProject`, `destDataset`, and `destTable`, indicating the BigQuery project, dataset, and table, respectively, where the job history data is stored.\n"],null,["# JobHistoryExportResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse returned for successful job history exports. This is stored in the response field of the google.longrunning.Operation returned by a job history export request.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------|\n| ``` { \"jobCount\": string, \"destProject\": string, \"destDataset\": string, \"destTable\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------|\n| `jobCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Job count in the final output table. |\n| `destProject` | `string` Destination BigQuery project for the job history export. |\n| `destDataset` | `string` Destination BigQuery dataset for the job history export. |\n| `destTable` | `string` Destination BigQuery table for the job history export. |"]]