REST Resource: customers.tables

資源:Table

定義可查詢的資料表。

JSON 表示法
{
  "name": string,
  "tablePath": string,
  "columns": [
    {
      object (Column)
    }
  ]
}
欄位
name

string

可明確識別資料表的名稱。格式如下:customer/[customerId]/table/[tablePath],例如 'customers/123/table/adh.google_ads_impressions'。

tablePath

string

完整資料表路徑,例如 'adh.google_ads_impressions'.

columns[]

object (Column)

表格欄清單。

方法

get

擷取要求的廣告資料中心表格。

list

列出指定客戶有權存取的「廣告資料中心」表格。