Method: customers.analysisQueries.list

  • Lists analysis queries owned by the specified customer using a GET request to the provided URL.

  • The request uses path parameters for the parent customer resource name and can use query parameters like pageSize , pageToken , and filter to refine the results.

  • The request body must be empty, and the successful response body contains a list of AnalysisQuery objects and a nextPageToken .

  • Authorization requires the https://www.googleapis.com/auth/adsdatahub OAuth scope.

Lists the analysis queries owned by the specified customer.

HTTP request

GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/analysisQueries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. 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, if any.

filter

string

Filters your response. Works using the following fields / formatting: name=”customers/271828/analysisQueries/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 ListDataQueries request. Contains the queries owned by the specified customer.

If successful, the response body contains data with the following structure:

JSON representation
 { 
 "queries" 
 : 
 [ 
 { 
 object (  AnalysisQuery 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 } 
Fields
queries[]

object ( AnalysisQuery )

A list of queries.

nextPageToken

string

A token that can be used to request the next results page. This field is empty if there are no additional results.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsdatahub
Design a Mobile Site
View Site in Mobile | Classic
Share by: