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 the execution of a query to retrieve invalid traffic viewability metrics for the DV360 platform. The results will be written to the specified BigQuery destination table. The returned operation name can be used to poll for query completion status.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{customer=customers/*}:generateDv360IvtVideoViewabilityReport
Destination BigQuery table for query results with the format 'project.dataset.table_name'. If specified, the project must be explicitly whitelisted for the customer's ADH account. If project is not specified, uses default project for the provided customer. If neither project nor dataset is specified, uses the default project and dataset.
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."],[[["Initiates a query to retrieve invalid traffic viewability metrics for DV360, writing results to a specified BigQuery table."],["Users specify the Ads Data Hub customer, start and end dates, time zone, relevant line item IDs, and the destination table for the report."],["The request body requires details like Ads Data Hub customer ID, date range, time zone, line item IDs, and the BigQuery destination table."],["Upon successful execution, the API returns an Operation object which can be used to track the query's status."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This API initiates a query for DV360 invalid traffic viewability metrics, writing results to a BigQuery table. A `POST` request is sent to the specified URL using the customer ID. The request body includes `adsDataCustomerId`, `startDate`, `endDate`, `timeZone`, `lineItemIds`, and the `destTable`. The response, if successful, returns an `Operation` object. Authentication requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. The result will be written to a specified BigQuery table.\n"]]