AI-generated Key Takeaways
-
Starts ADH import of a specified BigQuery table populated with the vendor's Brand Safety score file, triggered by the vendor.
-
The request body requires the date, source BigQuery table, and optionally, the submission feed instance name.
-
Successful responses return an Operation object indicating the status of the import.
-
Authorization requires the
https://www.googleapis.com/auth/adsdatahub
scope. -
Uses gRPC Transcoding syntax for the request URL with a required
customer
path parameter specifying the Ads Data Hub customer ID.
Starts ADH import of a specified BigQuery table populated with the vendor's Brand Safety score file. This is called by the vendor to trigger ADH to import the scores.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitBrandSafetyScores
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customer |
Required. Ads Data Hub customer making the request. This is in the form of 'customers/[customerId]'. e.g. 'customers/123'. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"date": {
object ( |
Fields | |
---|---|
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. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub