Starts ADH import of a specified BigQuery table populated with the brand lift study report generated by the customer. This is called by the customer to trigger ADH to import the report.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitBrandLiftStudyReport
Required. Source BigQuery table for query results in the format 'project.dataset.table_name'. The project, dataset, and table_name must all be provided explicitly. Please refer to Brand Lift Benchmark Schema on ADH Dev Site for detailed schema requirements about the table.
instance
string
Optional. The name of the submission feed instance. This shouldn't be populated for the production brand lift 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.
[[["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."],[[["Starts ADH import of a specified BigQuery table containing a brand lift study report generated by the customer."],["The customer triggers the import using an HTTP POST request to a specific endpoint with customer ID and request body containing the report date, source table details, and optional instance name."],["The request body must adhere to a defined JSON structure for the report date, source BigQuery table, and optional submission feed instance."],["Successful requests receive a response containing an Operation object indicating import status."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope."]]],["The core action is submitting a brand lift study report to ADH via a `POST` HTTP request to `https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitBrandLiftStudyReport`. Key information includes the customer ID in the URL path, and the request body requiring the `date` of the study report and the `sourceTable` (BigQuery table in `project.dataset.table_name` format) where the report resides. Optionally an `instance` name can be provided. A successful response returns an `Operation` instance. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]