[[["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\u003eCreates a user list query for later execution without immediate validation.\u003c/p\u003e\n"],["\u003cp\u003eUses the \u003ccode\u003ePOST\u003c/code\u003e method with the URL \u003ccode\u003ehttps://adsdatahub.googleapis.com/v1/{parent=customers/*}/userListQueries\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eRequires the parent resource name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies utilize the \u003ccode\u003eUserListQuery\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["A `POST` request is made to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userListQueries` to create a user list query. The `parent` path parameter, representing the owner (e.g., 'customers/123'), is required. The request body holds a `UserListQuery` instance, and a successful response returns a newly created `UserListQuery`. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. No validation of the query is executed during this creation process.\n"],null,["# Method: customers.userListQueries.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nCreates a user list query for later execution. No query validation is performed at this time.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userListQueries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name that owns the query, e.g. 'customers/123'. |\n\n### Request body\n\nThe request body contains an instance of [UserListQuery](/ads-data-hub/marketers/reference/rest/v1/customers.userListQueries#UserListQuery).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [UserListQuery](/ads-data-hub/marketers/reference/rest/v1/customers.userListQueries#UserListQuery).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]