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.
Metadata about a job history export job. This is stored in the metadata field of the google.longrunning.Operation returned by a query execution request.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
Starting time range for jobs included in this export, inclusive.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
Ending time range for jobs included in this export, exclusive.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
[[["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\u003eJobHistoryExportMetadata provides details about a job history export stored in the metadata field of a query execution request's google.longrunning.Operation.\u003c/p\u003e\n"],["\u003cp\u003eThis metadata includes identifiers like customer ID, destination project and dataset, and timestamps for the export job and the time range of jobs included.\u003c/p\u003e\n"],["\u003cp\u003eThe timestamps are formatted in RFC3339 UTC "Zulu" format with nanosecond resolution.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003etimeRangeStartTime\u003c/code\u003e is inclusive and \u003ccode\u003etimeRangeEndTime\u003c/code\u003e is exclusive in the job history export.\u003c/p\u003e\n"]]],["This document details the metadata of a job history export, stored within a `google.longrunning.Operation`. Key data includes the `customerId` that ran the query and the destination (`destProject`, `destDataset`) for BigQuery export. It tracks `exportStartTime` and `exportEndTime` to show the export duration. Also, the time frame of the included jobs is defined by `timeRangeStartTime` and `timeRangeEndTime`, in RFC3339 UTC \"Zulu\" format.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMetadata about a job history export job. This is stored in the metadata field of the google.longrunning.Operation returned by a query execution request.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"customerId\": string, \"destProject\": string, \"destDataset\": string, \"exportStartTime\": string, \"exportEndTime\": string, \"timeRangeStartTime\": string, \"timeRangeEndTime\": string } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The Ads Data Hub customer ID that ran the query. |\n| `destProject` | `string` Destination BigQuery project ID. |\n| `destDataset` | `string` Destination BigQuery dataset ID. |\n| `exportStartTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` Time this job history export began. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `exportEndTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` Time this job history export ended. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `timeRangeStartTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` Starting time range for jobs included in this export, inclusive. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `timeRangeEndTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` Ending time range for jobs included in this export, exclusive. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |"]]