Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
ErrorCode
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एपीआई से मिले गड़बड़ी के सभी कोड.
Enums |
ERROR_CODE_UNSPECIFIED |
गड़बड़ी कोड मौजूद नहीं है. |
SHARES_PUBSUB_TOPIC_MESSAGE_ACROSS_VERSIONS |
'updateupdateSettings' rpc में दिए गए पब/सब विषय के नाम का इस्तेमाल इस एपीआई के अन्य वर्शन में किया जा रहा है. इस समस्या को कम करने के लिए, कृपया विषय को कोई नया नाम दें. |
PUBLISH_PERMISSIONS_MISSING_FOR_PUBSUB_TOPIC |
अपडेट की सूचना सेटिंग के लिए दिए गए पब/सब विषय के नाम के पास उपयोगकर्ता के लिए पब्लिश करने की अनुमतियां नहीं हैं. |
INVALID_PUBSUB_TOPIC |
अपडेट की सूचना सेटिंग के लिए दिया गया पब/उप विषय का नाम अमान्य है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-11-28 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","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"]],["आखिरी बार 2023-11-28 (UTC) को अपडेट किया गया."],[[["The API uses specific error codes to indicate issues, including unspecified errors, topic name conflicts, and permission or validation problems with the pub/sub topic."],["If the 'updateNotificationSetting' request uses a pub/sub topic name that's already in use by other API versions, provide a new topic name."],["Ensure the user has publish permissions for the specified pub/sub topic to avoid errors related to permissions."],["The pub/sub topic name provided in the request must be valid to prevent invalid topic errors."]]],["The document outlines API error codes. `ERROR_CODE_UNSPECIFIED` indicates a missing error code. `SHARES_PUBSUB_TOPIC_MESSAGE_ACROSS_VERSIONS` means a provided pub/sub topic name is already in use by other API versions, requiring a new topic name. `PUBLISH_PERMISSIONS_MISSING_FOR_PUBSUB_TOPIC` signals that the user lacks publish permissions for the provided pub/sub topic. Finally, `INVALID_PUBSUB_TOPIC` denotes that the supplied pub/sub topic name is not valid.\n"]]