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".
SubmitBrandSafetyScoresRequest
Request to submit a Vendor Brand Safety Scores file.
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 scores 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 describes the metadata and request format for submitting Vendor Brand Safety Scores to Ads Data Hub.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSubmitBrandSafetyScoresMetadata\u003c/code\u003e includes the request details, start time, and end time of the import.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSubmitBrandSafetyScoresRequest\u003c/code\u003e specifies the customer, date, source BigQuery table, and optional submission feed instance for the Brand Safety Scores file.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a customer ID, date, and source table location in BigQuery for processing.\u003c/p\u003e\n"],["\u003cp\u003eAn optional instance name can be provided for testing new or alternate versions of the submission feed in a non-production environment.\u003c/p\u003e\n"]]],["The content outlines the structure for submitting Brand Safety Scores. This involves a JSON request containing a `request` object, `startTime`, and `endTime`, with timestamps in RFC3339 UTC \"Zulu\" format. The `request` object, detailed in `SubmitBrandSafetyScoresRequest`, includes: a required `customer` string (e.g., 'customers/123'), a `date` object, a required `sourceTable` string specifying the BigQuery table, and an optional `instance` string for testing alternate feeds.\n"],null,["# SubmitBrandSafetyScoresMetadata\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SubmitBrandSafetyScoresRequest](#SubmitBrandSafetyScoresRequest)\n - [JSON representation](#SubmitBrandSafetyScoresRequest.SCHEMA_REPRESENTATION)\n\nMetadata for Brand Safety Scores submission request associated with each operation.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"request\": { object (/ads-data-hub/reference/rest/v1/SubmitBrandSafetyScoresMetadata#SubmitBrandSafetyScoresRequest) }, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `request` | `object (`[SubmitBrandSafetyScoresRequest](/ads-data-hub/reference/rest/v1/SubmitBrandSafetyScoresMetadata#SubmitBrandSafetyScoresRequest)`)` Request for Brand Safety Scores 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\nSubmitBrandSafetyScoresRequest\n------------------------------\n\nRequest to submit a Vendor Brand Safety Scores file.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"customer\": string, \"date\": { object (/ads-data-hub/reference/rest/v1/Date) }, \"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 for the score file. |\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 scores 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. |"]]