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."],[[["Creates a CRM-based user list query for later execution without immediate validation."],["Uses a POST request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/crmBasedUserListQueries` with the parent resource name as a required path parameter."],["The request body should contain a CrmBasedUserListQuery object, and a successful response will return the newly created CrmBasedUserListQuery object."],["Requires authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["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"]]