Starts execution on a stored 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/{name=customers/*/userListQueries/*}:start
[[["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."],[[["\u003cp\u003eStarts execution of a stored user list query and uploads the results to a specified Google Ads user list.\u003c/p\u003e\n"],["\u003cp\u003eUsers can track query completion status via the returned operation name.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the query execution parameters, Google Ads user list ID, and optionally, the Ads Data Hub customer ID.\u003c/p\u003e\n"],["\u003cp\u003eThe response returns an Operation object indicating the status of the request.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This content outlines how to start a user list query execution in Google Ads Data Hub. A POST request is sent to the specified URL, including the resource `name` as a path parameter. The request body requires a JSON object containing the `spec` (query execution parameters), `userListId`, and optionally `customerId`. Upon success, it returns an `Operation` instance. The process uses gRPC Transcoding and requires OAuth scope `https://www.googleapis.com/auth/adsdatahub`. The query result will be uploaded to the specified user list.\n"],null,[]]