Method: customers.tempTables.get

  • This document provides a reference for retrieving an Ads Data Hub temporary table.

  • The HTTP request uses a GET method with a specific URL format that includes customer and temporary table identifiers.

  • The request requires a name path parameter specifying the full resource name of the temporary table.

  • The request body must be empty.

  • Successful requests return a TempTable instance in the response body and require the https://www.googleapis.com/auth/adsdatahub authorization 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