Method: anomalies.list
किसी भी डेटासेट की अनियमितताओं की सूची बनाता है.
एचटीटीपी अनुरोध
GET https://playdeveloperreporting.googleapis.com/v1beta1/{parent=apps/*}/anomalies
यूआरएल, gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ के पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. पैरंट ऐप्लिकेशन, जिसके लिए गड़बड़ियों का पता चला था. फ़ॉर्मैट: ऐप्लिकेशन/{app}
|
क्वेरी पैरामीटर
पैरामीटर |
filter |
string
अनियमितताओं को फ़िल्टर करने की शर्तें. फ़िल्टर से जुड़ी बुनियादी सलाह के लिए, कृपया https://google.aip.dev/160 को देखें. इस्तेमाल किए जा सकने वाले फ़ंक्शन:
activeBetween(startTime, endTime) : अगर बताया गया हो, तो सिर्फ़ उन अनियमितताओं की सूची बनाएं जो startTime (इनमें) और endTime (खास तौर पर) के बीच चालू थीं. यह उम्मीद की जाती है कि दोनों पैरामीटर, RFC-3339 फ़ॉर्मैट वाली स्ट्रिंग (जैसे, 2012-04-21T11:30:00-04:00 ) के हिसाब से हों. यूटीसी ऑफ़सेट काम करते हैं. ऐसे अंतराल बताने के लिए, startTime और endTime , दोनों ही विशेष वैल्यू UNBOUNDED स्वीकार करते हैं जिनमें कोई निचली या ऊपरी सीमा नहीं होती. उदाहरण:
activeBetween("2021-04-21T11:30:00Z", "2021-07-21T00:00:00Z")
activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")
activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED)
|
pageSize |
integer
लौटाए गए डेटा का ज़्यादा से ज़्यादा साइज़. अगर इनकी जानकारी नहीं दी जाती है, तो ज़्यादा से ज़्यादा 10 अनियमितताओं को ठीक किया जाएगा. वैल्यू ज़्यादा से ज़्यादा 100 हो सकती है. 100 से ज़्यादा वैल्यू को 100 पर लागू किया जाएगा.
|
pageToken |
string
पिछले ListErrorReports कॉल से मिला पेज टोकन. अगला पेज वापस पाने के लिए यह विकल्प दें. पेजों को पेजों में जोड़ते समय, ListErrorReports को दिए गए अन्य सभी पैरामीटर, उस कॉल से मेल खाने चाहिए जिससे पेज टोकन दिया गया था.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
डेटासेट में मौजूद अनियमितताओं की सूची का जवाब देना.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
जेएसओएन के काेड में दिखाना |
{
"anomalies": [
{
object (Anomaly )
}
],
"nextPageToken": string
} |
फ़ील्ड |
anomalies[] |
object (Anomaly )
ऐसी अनियमितताएं मिली हैं.
|
nextPageToken |
string
डेटा के अगले पेज को फ़ेच करने के लिए, कंटिन्यूशन टोकन.
|
अनुमति देने के दायरे
नीचे दिए गए OAuth के लिंक की ज़रूरत हाेती है:
https://www.googleapis.com/auth/playdeveloperreporting
ज़्यादा जानकारी के लिए, OAuth 2.0 की खास जानकारी देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-11-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-11-29 (UTC) को अपडेट किया गया."],[[["Lists anomalies detected within any of the Google Play developer's datasets."],["Filter anomalies by activity timeframe, control the number of results returned, and navigate through pages using pagination."],["Anomalies are returned with details like their type, severity, affected dimensions, and relevant metrics, along with a token for retrieving further pages."],["Utilizes the `GET` HTTP method and requires the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope for authorization."]]],["This document details how to list anomalies in datasets via an HTTP GET request to `https://playdeveloperreporting.googleapis.com/v1beta1/{parent=apps/*}/anomalies`. The `parent` path parameter specifies the app. Query parameters include `filter` for filtering anomalies by time, `pageSize` to control result quantity (max 100), and `pageToken` for pagination. The request body must be empty. The response returns a list of anomalies and a `nextPageToken` for further results. Authorization requires the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope.\n"]]