SubmitVendorAggregatesReportMetadata

Metadata for Vendor Metric Summary report submission request associated with each operation.

JSON representation
{
  "request": {
    object (SubmitVendorAggregatesReportRequest)
  },
  "startTime": string,
  "endTime": string
}
Fields
request

object (SubmitVendorAggregatesReportRequest)

Request for Vendor Metric Summary report submission.

startTime

string (Timestamp format)

Import start time.

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".

endTime

string (Timestamp format)

Import end time.

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".

SubmitVendorAggregatesReportRequest

Request to submit a Vendor Metric Summary report.

JSON representation
{
  "customer": string,
  "date": {
    object (Date)
  },
  "metric": enum (Metric),
  "sourceTable": string,
  "instance": string
}
Fields
customer

string

Required. Ads Data Hub customer making the request. This is in the form of 'customers/[customerId]'. e.g. 'customers/123'.

date

object (Date)

Required. Date (either in vendor-wide time zone or per-row time zone) for the report.

metric

enum (Metric)

Required. Metric which the table is reporting.

sourceTable

string

Required. Source BigQuery table for query results in the format 'project.dataset.table_name'.

instance

string

Optional. The name of the submission feed instance. This shouldn't be populated for the production aggregates feed, but can be filled out with a prearranged instance name when a vendor works with Google to test a new or alternate version of their submission feed.