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.
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".
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.
[[["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\u003eThe webpage outlines the process and specifications for submitting Vendor Metric Summary reports to Ads Data Hub.\u003c/p\u003e\n"],["\u003cp\u003eThis submission involves metadata containing the request details, start time, and end time of the import.\u003c/p\u003e\n"],["\u003cp\u003eThe core request specifies the customer, report date, metric, source BigQuery table, and optionally, a submission feed instance.\u003c/p\u003e\n"],["\u003cp\u003eAll requests must adhere to the defined JSON structure and data types for successful processing.\u003c/p\u003e\n"]]],["The provided content details the structure for submitting a Vendor Metric Summary report. Key actions include defining the `request` object, `startTime`, and `endTime` for the submission. The `SubmitVendorAggregatesReportRequest` specifies required fields: `customer` (Ads Data Hub customer), `date` (report date), `metric` (table metric), and `sourceTable` (BigQuery table). An optional `instance` field allows for specifying a submission feed instance, typically used for testing.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SubmitVendorAggregatesReportRequest](#SubmitVendorAggregatesReportRequest)\n - [JSON representation](#SubmitVendorAggregatesReportRequest.SCHEMA_REPRESENTATION)\n\nMetadata for Vendor Metric Summary report submission request associated with each operation.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"request\": { object (/ads-data-hub/reference/rest/v1/SubmitVendorAggregatesReportMetadata#SubmitVendorAggregatesReportRequest) }, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `request` | `object (`[SubmitVendorAggregatesReportRequest](/ads-data-hub/reference/rest/v1/SubmitVendorAggregatesReportMetadata#SubmitVendorAggregatesReportRequest)`)` Request for Vendor Metric Summary report submission. |\n| `startTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.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\"`. |\n| `endTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.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\"`. |\n\nSubmitVendorAggregatesReportRequest Request to submit a Vendor Metric Summary report.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"customer\": string, \"date\": { object (/ads-data-hub/reference/rest/v1/Date) }, \"metric\": enum (/ads-data-hub/reference/rest/v1/customers.adsDataLinks#Metric), \"sourceTable\": string, \"instance\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customer` | `string` Required. Ads Data Hub customer making the request. This is in the form of 'customers/\\[customerId\\]'. e.g. 'customers/123'. |\n| `date` | `object (`[Date](/ads-data-hub/reference/rest/v1/Date)`)` Required. Date (either in vendor-wide time zone or per-row time zone) for the report. |\n| `metric` | `enum (`[Metric](/ads-data-hub/reference/rest/v1/customers.adsDataLinks#Metric)`)` Required. Metric which the table is reporting. |\n| `sourceTable` | `string` Required. Source BigQuery table for query results in the format 'project.dataset.table_name'. |\n| `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. |"]]