We've updated our documentation with the latest features and updates introduced by Ads Data Hub's two new experiences. Advertisers, agencies, and publishers, refer to the Marketers site. Vendors and partners, refer to the Measurement Partners site.
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."],[[["Executes a transient user list query and uploads results to a specified Google Ads user list."],["Requires providing the customer's resource name, the query to execute, execution parameters, and the target user list ID."],["The response includes an operation name for tracking query completion status."],["Requires authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."],["`StartTransientUserListQuery` is deprecated, use `StartUserListQuery` instead."]]],["This document details the `startTransient` function, now deprecated in favor of `StartUserListQuery`, for executing queries on transient user lists. It uses a POST request to a specified customer path (`customers/*`) to start. The request body must include the `query` to be executed, `spec` for execution parameters, and `userListId` of the Google Ads user list. The function returns an `Operation` instance upon success and requires the `https://www.googleapis.com/auth/adsdatahub` authorization scope.\n"]]