资源:表格
定义可以查询的表。
JSON 表示法 |
---|
{
"name": string,
"tablePath": string,
"columns": [
{
object ( |
字段 | |
---|---|
name |
用于唯一标识表的名称。该路径采用以下格式:customer/[customerId]/tables/[tablePath],例如 'customers/123/tables/adh.google_ads_impressions'。 |
tablePath |
完全限定表格路径,例如 'adh.google_ads_impressions'。 |
columns[] |
表列的列表。 |
方法 |
|
---|---|
|
检索请求的广告数据中心表。 |
|
列出指定客户有权访问的广告数据中心表格。 |