REST Resource: customers.tables

  • A Table resource defines a queryable table with fields like name, tablePath, and columns.

  • The JSON representation of a Table includes name, tablePath, and a list of column objects.

  • The available methods for Tables are get to retrieve a specific table and list to view tables accessible to a customer.

Resource: Table

Defines a table that can be queried.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "tablePath" 
 : 
 string 
 , 
 "columns" 
 : 
 [ 
 { 
 object (  Column 
 
) 
 } 
 ] 
 } 
Fields
name

string

Name that uniquely identifies a table. It has the form customers/[customerId]/tables/[tablePath], e.g. 'customers/123/tables/adh.google_ads_impressions'.

tablePath

string

Fully qualified table path, e.g. 'adh.google_ads_impressions'.

columns[]

object ( Column )

A list of table columns.

Methods

get

Retrieves the requested Ads Data Hub table.

list

Lists the Ads Data Hub tables to which the specified customer has access.
Design a Mobile Site
View Site in Mobile | Classic
Share by: