Optional. If true, call BigQuery to dry run the query to collect some performance info. It may take longer compared to only validating the query. The startDate, endDate and parameters inside query_execution_spec need to be set for the dry run.
Response body
Response to a crmBasedUserListQueries.validate request.
If successful, the response body contains data with the following structure:
[[["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."],[[["This endpoint allows you to perform static validation checks on CRM-based user list queries to ensure a valid output schema."],["The request requires a parent resource name (e.g., 'customers/123') and the query to validate in the request body."],["Optionally, you can include performance information by setting `includePerformanceInfo` to true, which triggers a BigQuery dry run."],["Successful validation returns a response indicating the validity of the query and optionally performance details if requested."],["To use this endpoint, you need to authorize your request with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This document details how to validate a CRM-based user list query. It uses a `POST` HTTP request to the specified URL, including a `parent` path parameter (e.g., `customers/123`). The request body requires a `query` object and optionally a boolean `includePerformanceInfo`. The response body, when successful, contains `queryPerformanceInfo` if the boolean was `true`. Access to this operation requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]