Method: properties.createRollupProperty
Toplayıcı mülk ve tüm toplayıcı mülk kaynak bağlantıları oluşturun.
HTTP isteği
POST https://analyticsadmin.googleapis.com/v1alpha/properties:createRollupProperty
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
İstek içeriği
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"rollupProperty": {
object (Property )
},
"sourceProperties": [
string
]
} |
Alanlar |
rollupProperty |
object (Property )
Zorunlu. Oluşturulacak toplayıcı mülk.
|
sourceProperties[] |
string
İsteğe bağlıdır. Oluşturulan toplayıcı mülkün kaynağı olacak mülklerin kaynak adları.
|
Yanıt gövdesi
properties.createRollupProperty RPC için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
Alanlar |
rollupProperty |
object (Property )
Oluşturulan toplayıcı mülk.
|
rollupPropertySourceLinks[] |
object (RollupPropertySourceLink )
Oluşturulan toplayıcı mülk kaynak bağlantıları.
|
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-01-14 UTC.
[null,null,["Son güncelleme tarihi: 2025-01-14 UTC."],[[["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"]]