REST Resource: customers.tables

Resource: Tabel

Menentukan tabel yang dapat dikueri.

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

string

Nama yang mengidentifikasi tabel secara unik. Laporan ini memiliki format customer/[customerId]/tables/[tablePath], mis. 'customer/123/tables/adh.google_ads_impressions'.

tablePath

string

Jalur tabel yang sepenuhnya memenuhi syarat, mis. 'adh.google_ads_impressions'.

columns[]

object (Column)

Daftar kolom tabel.

Metode

get

Mengambil tabel Ads Data Hub yang diminta.

list

Mencantumkan tabel Ads Data Hub yang dapat diakses oleh pelanggan tertentu.