This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
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'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eAds Data Hub (ADH) Table resource defines a queriable table with a unique name, a fully qualified path, and a list of columns.\u003c/p\u003e\n"],["\u003cp\u003eThe Table resource can be represented in JSON format including details like name, tablePath, and columns.\u003c/p\u003e\n"],["\u003cp\u003eADH provides methods to retrieve a specific table using \u003ccode\u003eget\u003c/code\u003e and to list accessible tables for a customer using \u003ccode\u003elist\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content describes an Ads Data Hub table resource, which can be queried. A table is defined by its `name` (unique identifier), `tablePath` (fully qualified path), and `columns` (list of columns). Two key actions are supported: `get`, which retrieves a specific table, and `list`, which enumerates the tables a customer can access. The table's structure is represented in JSON format.\n"],null,["# REST Resource: customers.tables\n\n- [Resource: Table](#Table)\n - [JSON representation](#Table.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Table\n---------------\n\nDefines a table that can be queried.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"tablePath\": string, \"columns\": [ { object (/ads-data-hub/reference/rest/v1/Column) } ] } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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'. |\n| `tablePath` | `string` Fully qualified table path, e.g. 'adh.google_ads_impressions'. |\n| `columns[]` | `object (`[Column](/ads-data-hub/reference/rest/v1/Column)`)` A list of table columns. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|---------------------------------------------------------------------------|\n| ### [get](/ads-data-hub/reference/rest/v1/customers.tables/get) | Retrieves the requested Ads Data Hub table. |\n| ### [list](/ads-data-hub/reference/rest/v1/customers.tables/list) | Lists the Ads Data Hub tables to which the specified customer has access. |"]]