Method: customers.tempTables.get

  • Retrieve Ads Data Hub temp tables using a GET request with a specific resource name.

  • The request uses gRPC Transcoding syntax for the URL.

  • A required name parameter is used to specify the full resource name of the temp table.

  • The request body must be empty, and a successful response contains a TempTable instance.

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

Retrieves the requested Ads Data Hub temp table.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Full resource name, e.g. 'customers/123/tables/resource-id'.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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