REST Resource: customers.tables

  • A Table resource defines a table that can be queried in Ads Data Hub.

  • A Table has fields for name, tablePath, and a list of columns.

  • You can retrieve a specific table using the get method or list all accessible tables using the list method.

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: