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."],[[["Ads Data Hub (ADH) Table resource defines a queryable table with a unique name, a fully qualified path, and a list of columns."],["The Table resource can be represented in JSON format including its name, path, and column details."],["ADH provides methods to retrieve a specific table and list all accessible tables for a customer."]]],["The content describes a table resource within Ads Data Hub, accessible via API methods. A table is uniquely identified by a name and `tablePath`, containing a list of columns. The table's JSON representation includes these fields. Available actions include retrieving a specific table using the `get` method or listing accessible tables via the `list` method, allowing users to access and explore table structures within their customer context.\n"]]