Method: customers.analysisQueries.get

  • This page details how to retrieve a requested analysis query using a GET HTTP request.

  • The request requires a specific path parameter, name, which is a string representing the full resource name of the analysis query.

  • The request body must be empty.

  • A successful response will contain an instance of AnalysisQuery in the response body.

  • The request requires the https://www.googleapis.com/auth/adsdatahub authorization scope.

Retrieves the requested analysis query.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Full resource name, e.g. 'customers/123/analysisQueries/abcd1234'.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of AnalysisQuery.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsdatahub