AI-generated Key Takeaways
-
Metadata for Brand Safety Scores submission requests are associated with each operation and include the request itself, import start time, and import end time.
-
The request for Brand Safety Scores submission is an object containing fields for customer, date, source table, and optionally an instance name.
-
The
startTimeandendTimefields are required strings representing timestamps in RFC3339 UTC "Zulu" format. -
The
customer,date, andsourceTablefields within theSubmitBrandSafetyScoresRequestare required for submitting a Vendor Brand Safety Scores file.
Metadata for Brand Safety Scores submission request associated with each operation.
| JSON representation |
|---|
{
"request": {
object ( |
| Fields | |
|---|---|
request |
Request for Brand Safety Scores 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: |
SubmitBrandSafetyScoresRequest
Request to submit a Vendor Brand Safety Scores file.
| 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 for the score file. |
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 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. |