Method: properties.createRollupProperty
أنشئ موقع بيانات مجمّعة وجميع الروابط المصدر لموقع البيانات المجمّعة.
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/properties:createRollupProperty
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
نص الطلب
يحتوي نص الطلب على بيانات بالبنية التالية:
تمثيل JSON |
{
"rollupProperty": {
object (Property )
},
"sourceProperties": [
string
]
} |
الحقول |
rollupProperty |
object (Property )
مطلوب. موقع البيانات المجمّعة المطلوب إنشاؤه.
|
sourceProperties[] |
string
اختيارية: أسماء موارد المواقع التي ستكون مصادر لموقع العرض الإجمالي الذي تم إنشاؤه.
|
نص الاستجابة
رسالة الردّ لطلب إجراء RPC من properties.createRollupProperty
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
الحقول |
rollupProperty |
object (Property )
موقع البيانات المجمّعة الذي تم إنشاؤه.
|
rollupPropertySourceLinks[] |
object (RollupPropertySourceLink )
روابط مصادر موقع البيانات المجمّعة الذي تم إنشاؤه
|
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.edit
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation outlines the process for creating a roll-up property and its source links using the `createRollupProperty` method."],["The request body requires defining the roll-up property and optionally specifying source properties."],["Successful execution returns the newly created roll-up property and its source links."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document details how to create a roll-up property and its source links via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/properties:createRollupProperty`. The request body includes a `rollupProperty` object and an optional array of `sourceProperties`. The successful response contains the created `rollupProperty` and an array of `rollupPropertySourceLinks`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The document provides the JSON structures for both request and response.\n"]]