أصبحت Search Ads 360 Reporting API الجديدة متاحة الآن. يمكنك الانضمام إلى مجموعة Google
searchads-api-announcements لتبقى على اطّلاع على التحسينات والإصدارات القادمة.
CustomColumnHeader
رسالة لرأس العمود المخصّص
تمثيل JSON |
{
"id": string,
"name": string,
"referencesMetrics": boolean
} |
الحقول |
id |
string (int64 format)
رقم تعريف العمود المخصّص.
|
name |
string
الاسم الذي حدّده المستخدم للعمود المخصّص.
|
referencesMetrics |
boolean
صحيح عندما يشير العمود المخصّص إلى المقاييس.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Custom columns are represented using JSON with fields for ID, name, and whether they reference metrics."],["The ID field is a string formatted as an int64, while the name is a user-defined string."],["`referencesMetrics` is a boolean indicating if the column uses metrics."]]],["The content describes a JSON structure for a custom column, defined by three fields: `id`, `name`, and `referencesMetrics`. The `id` is a unique string identifier in int64 format. The `name` is a user-defined string. `referencesMetrics` is a boolean value, indicating whether the custom column references other metrics, when true. The JSON representation is shown as `{\"id\": string, \"name\": string, \"referencesMetrics\": boolean }`.\n"]]