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.
Parent customer resource name, e.g. 'customers/123'.
Query parameters
Parameters
pageSize
integer
Maximum number of items to return. If 0, The server will determine the number of queries to return.
pageToken
string
Page token, returned by a previous call, used to request the next page of results.
filter
string
Filters your response. Works using the following fields / formatting: name=”customers/271828/crmBasedUserListQueries/pi314159265359” title=”up_and_right” queryText="SELECT LN(2.7182818284);" queryState="RUNNABLE" updateTime>unix_seconds updateEmail=”abc@gmail.com” createTime>unix_seconds createEmail=”abc@gmail.com”
Request body
The request body must be empty.
Response body
Response to a crmBasedUserListQueries.list request. Contains the queries owned by the specified customer, sorted by title.
If successful, the response body contains data with the following structure:
[[["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\u003eLists CRM-based user list queries for a specified customer, sorted by title.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering by name, title, query text, state, update/create time and email.\u003c/p\u003e\n"],["\u003cp\u003eSupports pagination to retrieve large result sets.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e authorization scope for access.\u003c/p\u003e\n"],["\u003cp\u003eReturns a list of queries and a token for requesting the next page of results.\u003c/p\u003e\n"]]],["This document details how to list CRM-based user list queries for a specific customer. It uses a `GET` HTTP request to the provided URL, including the `parent` customer ID as a path parameter. Optional query parameters are `pageSize`, `pageToken`, and `filter`. The request body must be empty. The response includes a list of `queries` and a `nextPageToken` for pagination, if there are more results. To use this request, an authorization using `https://www.googleapis.com/auth/adsdatahub` is required.\n"],null,[]]