Method: properties.expandedDataSets.create
একটি প্রসারিত ডেটাসেট তৈরি করে।
HTTP অনুরোধ
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। উদাহরণ বিন্যাস: বৈশিষ্ট্য/1234 |
শরীরের অনুরোধ
অনুরোধের অংশে ExpandedDataSet
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, রেসপন্স বডিতে ExpandedDataSet
এর একটি নতুন তৈরি ইনস্ট্যান্স থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.edit
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates an ExpandedDataSet through an HTTP POST request to the specified URL."],["Requires `parent` as a path parameter indicating the property for which the ExpandedDataSet is created."],["The request body should contain an instance of ExpandedDataSet, and a successful response will return the newly created ExpandedDataSet."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document details how to create an ExpandedDataSet via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets`. The `parent` path parameter is required and specifies the property. The request body must include an `ExpandedDataSet` instance. A successful response returns the newly created `ExpandedDataSet`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. It uses gRPC Transcoding syntax.\n"]]