Method: customers.tempTables.get

  • Retrieves the requested Ads Data Hub temporary table using a GET request.

  • Requires a full resource name in the path, specifying the customer and table.

  • An empty request body is necessary, and the response includes a TempTable object.

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

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