Method: properties.createRollupProperty
একটি রোল-আপ সম্পত্তি এবং সমস্ত রোল-আপ সম্পত্তি উত্স লিঙ্ক তৈরি করুন৷
HTTP অনুরোধ
POST https://analyticsadmin.googleapis.com/v1alpha/properties:createRollupProperty
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
JSON প্রতিনিধিত্ব |
---|
{
"rollupProperty": {
object (Property )
},
"sourceProperties": [
string
]
} |
ক্ষেত্র |
---|
rollup Property | object ( Property ) প্রয়োজন। তৈরি করার জন্য রোল-আপ সম্পত্তি। |
source Properties[] | string ঐচ্ছিক। প্রপার্টির রিসোর্স নাম যা তৈরি করা রোল-আপ সম্পত্তির উৎস হবে। |
প্রতিক্রিয়া শরীর
property.createRollupProperty RPC-এর জন্য প্রতিক্রিয়া বার্তা।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
ক্ষেত্র |
---|
rollup Property | object ( Property ) তৈরি রোল আপ সম্পত্তি. |
rollup Property Source Links[] | object ( RollupPropertySourceLink ) তৈরি রোল-আপ সম্পত্তি উৎস লিঙ্ক. |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.edit
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["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"]]