This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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 CRM-based user list query for later execution without immediate validation.\u003c/p\u003e\n"],["\u003cp\u003eUses a POST request to \u003ccode\u003ehttps://adsdatahub.googleapis.com/v1/{parent=customers/*}/crmBasedUserListQueries\u003c/code\u003e with the parent resource name as a required path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a CrmBasedUserListQuery object, and a successful response will return the newly created CrmBasedUserListQuery object.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This describes the creation of a CRM-based user list query via a `POST` request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/crmBasedUserListQueries`. The request requires a `parent` path parameter (e.g., 'customers/123'). The request body should include an instance of `CrmBasedUserListQuery`. Upon success, the response body returns a newly created `CrmBasedUserListQuery` instance. This action requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. No query validation is performed during this process.\n"],null,["# Method: customers.crmBasedUserListQueries.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 CRM based 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/*}/crmBasedUserListQueries`\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 [CrmBasedUserListQuery](/ads-data-hub/reference/rest/v1/customers.crmBasedUserListQueries#CrmBasedUserListQuery).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [CrmBasedUserListQuery](/ads-data-hub/reference/rest/v1/customers.crmBasedUserListQueries#CrmBasedUserListQuery).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]