Method: properties.audienceExports.get
किसी खास ऑडियंस एक्सपोर्ट के बारे में कॉन्फ़िगरेशन मेटाडेटा की जानकारी देता है. इस तरीके का इस्तेमाल, ऑडियंस एक्सपोर्ट करने के बाद उसे समझने के लिए किया जा सकता है.
उदाहरणों के साथ ऑडियंस एक्सपोर्ट के बारे में जानकारी पाने के लिए, ऑडियंस एक्सपोर्ट करना लेख पढ़ें.
ऑडियंस एक्सपोर्ट एपीआई के कुछ तरीके ऐल्फ़ा और अन्य बीटा वर्शन पर काम करते हैं. हमारा मकसद है कि कुछ लोगों से सुझाव मिलने और उन्हें लागू करने के बाद, बीटा वर्शन को बेहतर बनाने के तरीकों को बेहतर बनाया जाए. इस एपीआई के बारे में सुझाव/राय देने या शिकायत करने के लिए, Google Analytics Audience Export API का फ़ीडबैक फ़ॉर्म भरें.
एचटीटीपी अनुरोध
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
यह यूआरएल 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 साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-05-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-05-02 (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"]]