Method: properties.audienceExports.get
একটি নির্দিষ্ট দর্শক রপ্তানি সম্পর্কে কনফিগারেশন মেটাডেটা পায়। এই পদ্ধতিটি তৈরি হওয়ার পরে দর্শক রপ্তানি বোঝার জন্য ব্যবহার করা যেতে পারে।
উদাহরণ সহ শ্রোতা রপ্তানির একটি ভূমিকার জন্য একটি শ্রোতা রপ্তানি তৈরি করা দেখুন।
শ্রোতা রপ্তানি API-এর আলফাতে কিছু পদ্ধতি এবং বিটা স্থিতিশীলতার অন্যান্য পদ্ধতি রয়েছে। উদ্দেশ্য হল কিছু প্রতিক্রিয়া এবং গ্রহণের পরে বিটা স্থিতিশীলতার পদ্ধতিগুলি অগ্রসর করা। এই API-তে আপনার প্রতিক্রিয়া জানাতে, Google Analytics Audience Export API ফিডব্যাক ফর্মটি পূরণ করুন।
HTTP অনুরোধ
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। দর্শক রপ্তানি সম্পদ নাম. বিন্যাস: properties/{property}/audienceExports/{audienceExport} |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে AudienceExport
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.readonly
-
https://www.googleapis.com/auth/analytics
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This API endpoint retrieves configuration metadata for a specific audience export, allowing users to understand its details after creation."],["The request requires the `name` path parameter specifying the audience export resource in the format `properties/{property}/audienceExports/{audienceExport}`."],["Successful responses provide an `AudienceExport` object containing the export's metadata."],["Authorization requires either the `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` OAuth scope."],["Refer to the \"Creating an Audience Export\" guide for introductory information and examples related to Audience Exports."]]],["This document outlines the process of retrieving configuration metadata for a specific audience export via the Google Analytics Audience Export API. Key actions include sending a `GET` request to a specific URL, structured using gRPC Transcoding syntax. The request requires a `name` parameter specifying the audience export resource. The request body must be empty. A successful response contains an instance of `AudienceExport`. Authorization requires either `analytics.readonly` or `analytics` OAuth scopes. The user can give feedback using the provided form.\n"]]