बार-बार आने वाली किसी ऑडियंस की सूची के बारे में कॉन्फ़िगरेशन मेटाडेटा की जानकारी देता है. इस तरीके का इस्तेमाल, बार-बार आने वाली ऑडियंस की सूची बनने के बाद उसकी स्थिति को समझने के लिए किया जा सकता है. उदाहरण के लिए, बार-बार आने वाली ऑडियंस की सूची वाला रिसॉर्स, हर दिन के लिए ऑडियंस की सूची के इंस्टेंस जनरेट करेगा. साथ ही, इस तरीके का इस्तेमाल, सबसे हाल की ऑडियंस की सूची के इंस्टेंस के संसाधन का नाम पाने के लिए किया जा सकता है.
यह तरीका बीटा वर्शन पर जाने से पहले लॉन्च किया गया है, ताकि ऐल्फ़ा के लेवल पर सिंटैक्स और सुविधाओं के बारे में सुझाव इकट्ठा किया जा सके. इस एपीआई के बारे में सुझाव/राय देने या शिकायत करने के लिए, Google Analytics Audience Export API का फ़ीडबैक फ़ॉर्म भरें.
एचटीटीपी अनुरोध
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/recurringAudienceLists/*}
ज़रूरी है. ऑडियंस की सूची में मौजूद, बार-बार इस्तेमाल होने वाले संसाधन का नाम. फ़ॉर्मैट: properties/{property}/recurringAudienceLists/{recurringAudienceList}
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में RecurringAudienceList का एक इंस्टेंस शामिल किया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRetrieves configuration metadata for a specific recurring audience list, providing insight into its state and recent activity.\u003c/p\u003e\n"],["\u003cp\u003eEnables users to understand the recurring audience list's state and access information about generated audience list instances.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request to the specified URL with the recurring audience list's resource name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eRecurringAudienceList\u003c/code\u003e object containing the requested metadata if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with either \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],["This document outlines the process of retrieving metadata for a specific recurring audience list using a `GET` request. The core action is to use the provided `name` path parameter, formatted as `properties/*/recurringAudienceLists/*`, within the URL. The request body must be empty. A successful request returns a `RecurringAudienceList` resource. The method requires authorization via either `analytics.readonly` or `analytics` OAuth scopes. It aims to provide insights into an audience list's state, including recent instances.\n"],null,[]]