Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
REST Resource: accounts.locations.verifications
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: पुष्टि करना
पुष्टि करने का मतलब है कि किसी जगह की जानकारी की पुष्टि की गई.
फ़ील्ड |
name |
string
पुष्टि करने के लिए इस्तेमाल किए गए संसाधन का नाम.
|
method |
enum (VerificationMethod )
पुष्टि करने का तरीका.
|
state |
enum (VerificationState )
पुष्टि की स्थिति.
|
createTime |
string (Timestamp format)
पुष्टि का अनुरोध करने के दौरान दिखने वाला टाइमस्टैंप. आरएफ़सी3339 यूटीसी "ज़ुलु" में टाइमस्टैंप फ़ॉर्मैट, नैनोसेकंड रिज़ॉल्यूशन और ज़्यादा से ज़्यादा नौ फ़्रैक्शनल अंकों के साथ हो सकता है. उदाहरण: "2014-10-02T15:01:23Z" और "2014-10-02T15:01:23.045123456Z" .
|
VerificationMethod
उन प्रक्रियाओं के बारे में बताता है जिनका इस्तेमाल Google किसी जगह की पुष्टि करने के लिए करता है.
Enums |
VERIFICATION_METHOD_UNSPECIFIED |
डिफ़ॉल्ट मान की वजह से गड़बड़ियां होंगी. |
ADDRESS |
किसी खास डाक पते पर, पुष्टि करने के लिए पिन के साथ पोस्टकार्ड भेजें. Google के साथ पुष्टि पूरी करने के लिए पिन का इस्तेमाल किया जाएगा. |
EMAIL |
किसी खास ईमेल पते पर, पुष्टि करने के लिए पिन वाला ईमेल भेजें. Google के साथ पुष्टि पूरी करने के लिए पिन का इस्तेमाल किया जाएगा. |
PHONE_CALL |
किसी खास फ़ोन नंबर पर, पुष्टि करने के लिए पिन डालकर उस पर कॉल करें. Google के साथ पुष्टि पूरी करने के लिए पिन का इस्तेमाल किया जाएगा. |
SMS |
किसी खास फ़ोन नंबर पर, पुष्टि करने के लिए पिन के साथ एसएमएस भेजें. Google के साथ पुष्टि पूरी करने के लिए पिन का इस्तेमाल किया जाएगा. |
AUTO |
उपयोगकर्ता की अन्य कार्रवाई किए बिना, जगह की जानकारी की पुष्टि करें. ऐसा हो सकता है कि यह विकल्प सभी जगहों के लिए उपलब्ध न हो. |
VerificationState
पुष्टि की सभी संभावित स्थितियां.
Enums |
VERIFICATION_STATE_UNSPECIFIED |
डिफ़ॉल्ट मान की वजह से गड़बड़ियां होंगी. |
PENDING |
पुष्टि बाकी है. |
COMPLETED |
पुष्टि की प्रक्रिया पूरी हो गई है. |
FAILED |
पुष्टि नहीं हो सकी. |
तरीके |
|
PENDING से पुष्टि की प्रोसेस पूरी होती है. |
|
बनाने के समय के हिसाब से क्रम में किसी जगह की पुष्टि की सूची बनाएं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eA verification in Google My Business represents an attempt to verify a location using various methods like address, email, phone, or SMS.\u003c/p\u003e\n"],["\u003cp\u003eVerification resources contain details like the method used, the verification state (pending, completed, or failed), and a timestamp indicating when the verification was initiated.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can utilize the Google My Business API to manage verifications, including completing pending verifications and retrieving a list of past verifications for a specific location.\u003c/p\u003e\n"],["\u003cp\u003eDifferent verification methods are available, including postcard mailing, email, phone call, SMS, or automatic verification if eligible.\u003c/p\u003e\n"]]],["A verification tracks an attempt to verify a location, represented by a name, method, state, and creation timestamp. Verification methods include `ADDRESS` (postcard), `EMAIL`, `PHONE_CALL`, `SMS`, and `AUTO`. Verification states can be `PENDING`, `COMPLETED`, or `FAILED`. Key actions involve completing a pending verification and listing verifications for a location ordered by their creation date.\n"],null,["# REST Resource: accounts.locations.verifications\n\n- [Resource: Verification](#Verification)\n - [JSON representation](#Verification.SCHEMA_REPRESENTATION)\n- [VerificationMethod](#VerificationMethod)\n- [VerificationState](#VerificationState)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Verification\n----------------------\n\nA verification represents a verification attempt on a location.\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"method\": enum (/my-business/reference/rest/v4/accounts.locations.verifications#VerificationMethod), \"state\": enum (/my-business/reference/rest/v4/accounts.locations.verifications#VerificationState), \"createTime\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name of the verification. |\n| `method` | `enum (`[VerificationMethod](/my-business/reference/rest/v4/accounts.locations.verifications#VerificationMethod)`)` The method of the verification. |\n| `state` | `enum (`[VerificationState](/my-business/reference/rest/v4/accounts.locations.verifications#VerificationState)`)` The state of the verification. |\n| `createTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The timestamp when the verification is requested. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n\nVerificationMethod\n------------------\n\nSpecifies the processes used by Google to verify a location.\n\n| Enums ||\n|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| `VERIFICATION_METHOD_UNSPECIFIED` | Default value, will result in errors. |\n| `ADDRESS` | Send a postcard with a verification PIN to a specific mailing address. The PIN is used to complete verification with Google. |\n| `EMAIL` | Send an email with a verification PIN to a specific email address. The PIN is used to complete verification with Google. |\n| `PHONE_CALL` | Make a phone call with a verification PIN to a specific phone number. The PIN is used to complete verification with Google. |\n| `SMS` | Send an SMS with a verification PIN to a specific phone number. The PIN is used to complete verification with Google. |\n| `AUTO` | Verify the location without additional user action. This option may not be available for all locations. |\n\nVerificationState\n-----------------\n\nAll possible verification states.\n\n| Enums ||\n|----------------------------------|---------------------------------------|\n| `VERIFICATION_STATE_UNSPECIFIED` | Default value, will result in errors. |\n| `PENDING` | The verification is pending. |\n| `COMPLETED` | The verification is completed. |\n| `FAILED` | The verification is failed. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [complete](/my-business/reference/rest/v4/accounts.locations.verifications/complete) | Completes a `PENDING` verification. |\n| ### [list](/my-business/reference/rest/v4/accounts.locations.verifications/list) | List verifications of a location, ordered by create time. |"]]