Required. Job history will be exported for jobs started on or after startDate but before endDate. startDate cannot be more than 30 days from the current date.
[[["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."],[[["Exports customer account job history to a BigQuery dataset selected by the customer."],["Requires specifying the project ID, dataset, start and end dates for the export."],["Uses a POST request to `https://adsdatahub.googleapis.com/v1/{customer=customers/*}:exportJobHistory` with the customer ID in the path."],["The start date for the export cannot be more than 30 days in the past and only a single day's worth of job history can be exported currently."],["Needs authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This API exports a customer account's job history to a BigQuery dataset. A `POST` request to `https://adsdatahub.googleapis.com/v1/{customer=customers/*}:exportJobHistory` requires the customer ID in the path. The request body, in JSON, mandates the `projectId`, `dataset`, `startDate`, and `endDate` for the export; `timeZone` is optional. The `startDate` must be within 30 days of the current date. A successful response returns an `Operation` instance, and the `https://www.googleapis.com/auth/adsdatahub` OAuth scope is needed.\n"]]