Method: customers.tables.get

  • This document outlines how to retrieve an Ads Data Hub table using an HTTP GET request.

  • The request uses gRPC Transcoding syntax and requires a name path parameter specifying the full resource name of the table.

  • Optional query parameters like adsDataCustomerId and matchDataCustomerId can be used to filter data based on specific linked customer IDs.

  • The request body should be empty, and a successful response will contain an instance of the Table resource.

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

Retrieves the requested Ads Data Hub table.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Full resource name, e.g. 'customers/123/tables/adh.google_ads_impressions.

Query parameters

Parameters
adsDataCustomerId

string (int64 format)

Optional. Specific linked Ads Data Hub customer ID that owns the ads data used by the table. Only relevant if the table is an ADH table with ads data. Defaults to all linked customers.

matchDataCustomerId

string (int64 format)

Optional. Specific linked Ads Data Hub customer ID that owns the match data for the query. Only relevant if the table is an ADH table with match data. Defaults to all linked customers.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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