Page Summary
-
Metadata is provided for Vendor Metric Summary report submission requests.
-
The JSON representation includes request details, start time, and end time.
-
The request object specifies the customer, date, metric, and source table for the report.
-
Start and end times are in RFC3339 UTC format with nanosecond resolution.
-
An optional instance field can be used for testing new or alternate submission feeds.
Metadata for Vendor Metric Summary report submission request associated with each operation.
| JSON representation |
|---|
{
"request"
:
{
object (
|
| Fields | |
|---|---|
request
|
Request for Vendor Metric Summary report submission. |
startTime
|
Import start time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime
|
Import end time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
SubmitVendorAggregatesReportRequest
Request to submit a Vendor Metric Summary report.
| JSON representation |
|---|
{ "customer" : string , "date" : { object ( |
| Fields | |
|---|---|
customer
|
Required. Ads Data Hub customer making the request. This is in the form of 'customers/[customerId]'. e.g. 'customers/123'. |
date
|
Required. Date (either in vendor-wide time zone or per-row time zone) for the report. |
metric
|
Required. Metric which the table is reporting. |
sourceTable
|
Required. Source BigQuery table for query results in the format 'project.dataset.table_name'. |
instance
|
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. |


