Method: properties.rollupPropertySourceLinks.create
একটি রোল-আপ সম্পত্তি উৎস লিঙ্ক তৈরি করে। শুধুমাত্র রোল-আপ প্রপার্টির সোর্স লিঙ্ক থাকতে পারে, তাই অন্য ধরনের প্রপার্টিতে ব্যবহার করা হলে এই পদ্ধতিটি একটি ত্রুটি নিক্ষেপ করবে।
HTTP অনুরোধ
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। বিন্যাস: বৈশিষ্ট্য/{property_id} উদাহরণ: বৈশিষ্ট্য/1234 |
শরীরের অনুরোধ
অনুরোধের মূল অংশে RollupPropertySourceLink
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে RollupPropertySourceLink
এর একটি সদ্য তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত 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 a source link for roll-up properties to link with original properties."],["Uses an HTTP POST request with specific path and request body parameters."],["Successful requests return a newly created `RollupPropertySourceLink` instance."],["Requires `analytics.edit` authorization scope for execution."]]],["This document details how to create a roll-up property source link via a `POST` request to the specified URL: `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks`. The `parent` path parameter, formatted as `properties/{property_id}`, is required. The request body should contain a `RollupPropertySourceLink` instance, and a successful response will return a newly created `RollupPropertySourceLink`. This action is only for roll-up properties and requires the `analytics.edit` OAuth scope.\n"]]