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.
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 populated with the brand lift study report generated by the customer."],["The request body requires the date of the study report, the source BigQuery table, and optionally, the submission feed instance name."],["Successful responses return an Operation object, indicating the status of the import."],["Requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization."],["Uses `POST https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitBrandLiftStudyReport` for the HTTP request, where `{customer}` represents the Ads Data Hub customer ID."]]],["The core action is submitting a brand lift study report to Ads Data Hub (ADH). This is achieved via a `POST` request to the specified endpoint (`https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitBrandLiftStudyReport`). The request requires a `customer` path parameter and a request body. The request body includes the `date` of the study report, the `sourceTable` (BigQuery table), and an optional `instance` field. A successful submission returns an `Operation` instance. The process requires the OAuth scope `https://www.googleapis.com/auth/adsdatahub`.\n"]]