Method: customers.analysisQueries.get

  • This document provides details on how to retrieve a specific analysis query using an HTTP GET request.

  • The HTTP request uses a specific URL format that includes the customer and analysis query resource names as path parameters.

  • The request body for this operation must be empty.

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

  • This operation 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