Method: customers.tempTables.list

  • Lists Ads Data Hub temp tables created by a customer for a specific ads data/match data customer ID and query type.

  • Sends an HTTP GET request to retrieve the list of temp tables.

  • Allows filtering temp tables by ads data customer ID, match data customer ID, and query type using query parameters.

  • Returns a list of temp tables and a token for pagination in the response.

  • Requires authorization with the https://www.googleapis.com/auth/adsdatahub scope.

Lists the Ads Data Hub temp tables that the customer has created. Temp tables are created for a specific ads data customer ID, match data customer ID, and query type.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent customer resource name, e.g. 'customers/123'.

Query parameters

Parameters
adsDataCustomerId

string (int64 format)

Optional. Linked Ads Data Hub customer ID used when executing the original temp table queries. Defaults to the parent resource.

matchDataCustomerId

string (int64 format)

Optional. Linked Ads Data Hub customer ID used when executing the original temp table queries. Defaults to the parent resource.

queryType

enum (QueryType)

Type of query that created the tables. Temp tables are only accessible to to queries of the same type.

pageSize

integer

Maximum number of items to return. If 0, the server will determine the number of tables to return.

pageToken

string

Page token, returned by a previous call, used to request the next page of results, if any. The page token must have been returned by a call with the same request parameters.

Request body

The request body must be empty.

Response body

Response to a tempTables.list request.

If successful, the response body contains data with the following structure:

JSON representation
{
  "tables": [
    {
      object (TempTable)
    }
  ],
  "nextPageToken": string
}
Fields
tables[]

object (TempTable)

A list of tables.

nextPageToken

string

A token that can be used to request the next results page. This field is empty if there are no additional results.

Authorization scopes

Requires the following OAuth scope:

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