REST Resource: customers.tables

资源:表格

定义可以查询的表。

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

string

用于唯一标识表的名称。该路径采用以下格式:customer/[customerId]/tables/[tablePath],例如 'customers/123/tables/adh.google_ads_impressions'。

tablePath

string

完全限定表格路径,例如 'adh.google_ads_impressions'。

columns[]

object (Column)

表列的列表。

方法

get

检索请求的广告数据中心表。

list

列出指定客户有权访问的广告数据中心表格。