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.
JobHistoryExportMetadata
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.
JSON representation |
{
"customerId": string,
"destProject": string,
"destDataset": string,
"exportStartTime": string,
"exportEndTime": string,
"timeRangeStartTime": string,
"timeRangeEndTime": string
} |
Fields |
customerId |
string (int64 format)
The Ads Data Hub customer ID that ran the query.
|
destProject |
string
Destination BigQuery project ID.
|
destDataset |
string
Destination BigQuery dataset ID.
|
exportStartTime |
string (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" .
|
exportEndTime |
string (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" .
|
timeRangeStartTime |
string (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" .
|
timeRangeEndTime |
string (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" .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["JobHistoryExportMetadata provides details about a job history export stored in the metadata field of a query execution request's google.longrunning.Operation."],["This metadata includes identifiers like customer ID, destination project and dataset, and timestamps for the export job and the time range of jobs included."],["The timestamps are formatted in RFC3339 UTC \"Zulu\" format with nanosecond resolution."],["`timeRangeStartTime` is inclusive and `timeRangeEndTime` is exclusive in the job history export."]]],["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"]]