لقد عدّلنا مستنداتنا بإضافة أحدث الميزات والتعديلات التي أُجريت في
التجربتين الجديدتين في Ads Data Hub.
المعلنون والوكالات والناشرين، يُرجى الرجوع إلى موقع
جهات التسويق.
المورّدون والشركاء، يُرجى الرجوع إلى موقع
شركاء القياس.
REST Resource: customers.tables
المورد: جدول
تمثيل JSON |
{
"name": string,
"tablePath": string,
"columns": [
{
object (Column )
}
]
} |
الحقول |
name |
string
الاسم الذي يحدد جدولاً بشكل فريد. ويحتوي على النموذج عملاء/[customerId]/tables/[tablePath]، مثل 'customers/123/tables/adh.google_ads_impressions'
|
tablePath |
string
مسار جدول مؤهّل بالكامل، مثل 'adh.google_ads_impressions'؛
|
columns[] |
object (Column )
قائمة بأعمدة في الجدول.
|
الطُرق |
|
استرداد جدول Ads Data Hub المطلوب. |
|
يسرد جداول Ads Data Hub التي يمكن للعميل المحدَّد الوصول إليها. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-09-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-09-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Ads Data Hub (ADH) Table resource defines a queriable table with a unique name, a fully qualified path, and a list of columns."],["The Table resource can be represented in JSON format including details like name, tablePath, and columns."],["ADH provides methods to retrieve a specific table using `get` and to list accessible tables for a customer using `list`."]]],["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"]]