Starts execution on a transient user list query. The results uploaded to the specified Google Ads user list. The returned operation name can be used to poll for query completion status.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userListQueries:startTransient
[null,null,["Last updated 2024-09-18 UTC."],[[["StartTransientUserListQuery initiates the execution of a transient user list query, uploading results to a specified Google Ads user list."],["The request body needs to include the query, execution parameters, and the Google Ads user list ID."],["The response provides an operation name for tracking query completion status."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope."],["Users should utilize StartUserListQuery instead, as StartTransientUserListQuery is deprecated."]]],["This document details the `StartTransientUserListQuery` (deprecated, use `StartUserListQuery`) for executing queries on transient user lists. A `POST` request is sent to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userListQueries:startTransient`, with the `parent` parameter defining the customer. The request body includes a `query`, a `spec` for execution parameters, and the `userListId`. The successful response returns an `Operation` instance and requires `https://www.googleapis.com/auth/adsdatahub` authorization.\n"]]