Optional. Specific linked Ads Data Hub customer ID that owns the ads data used by the table. Only relevant if the table is an ADH table with ads data. Defaults to all linked customers.
Optional. Specific linked Ads Data Hub customer ID that owns the match data for the query. Only relevant if the table is an ADH table with match data. Defaults to all linked customers.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Table.
[[["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\u003eRetrieves a specified Ads Data Hub table using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the table's full resource name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eOptionally allows filtering data by linked customer IDs using query parameters.\u003c/p\u003e\n"],["\u003cp\u003eUses OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e for authorization.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eTable\u003c/code\u003e object in the response body upon successful retrieval.\u003c/p\u003e\n"]]],["The core content describes how to retrieve an Ads Data Hub table using a `GET` request to a specific URL (`https://adsdatahub.googleapis.com/v1/{name=customers/*/tables/*}`). The request requires a `name` path parameter specifying the table's full resource name. Optional query parameters, `adsDataCustomerId` and `matchDataCustomerId`, filter data by specific linked Ads Data Hub customer IDs. The request body must be empty, and a successful response returns a `Table` instance. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"],null,["# Method: customers.tables.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nRetrieves the requested Ads Data Hub table.\n\n### HTTP request\n\n`GET https://adsdatahub.googleapis.com/v1/{name=customers/*/tables/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Full resource name, e.g. 'customers/123/tables/adh.google_ads_impressions. |\n\n### Query parameters\n\n| Parameters ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `adsDataCustomerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. Specific linked Ads Data Hub customer ID that owns the ads data used by the table. Only relevant if the table is an ADH table with ads data. Defaults to all linked customers. |\n| `matchDataCustomerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. Specific linked Ads Data Hub customer ID that owns the match data for the query. Only relevant if the table is an ADH table with match data. Defaults to all linked customers. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Table](/ads-data-hub/marketers/reference/rest/v1/customers.tables#Table).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]