Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
VerificationMethod
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি অবস্থান যাচাই করতে Google দ্বারা ব্যবহৃত প্রক্রিয়াগুলি নির্দিষ্ট করে৷
Enums |
---|
VERIFICATION_METHOD_UNSPECIFIED | ডিফল্ট মান, ত্রুটির কারণ হবে। |
ADDRESS | একটি নির্দিষ্ট মেইলিং ঠিকানায় একটি যাচাইকরণ পিন সহ একটি পোস্টকার্ড পাঠান৷ Google-এর মাধ্যমে যাচাইকরণ সম্পূর্ণ করতে পিন ব্যবহার করা হয়। |
EMAIL | একটি নির্দিষ্ট ইমেল ঠিকানায় একটি যাচাইকরণ পিন সহ একটি ইমেল পাঠান৷ Google-এর মাধ্যমে যাচাইকরণ সম্পূর্ণ করতে পিন ব্যবহার করা হয়। |
PHONE_CALL | একটি নির্দিষ্ট ফোন নম্বরে একটি যাচাইকরণ পিন সহ একটি ফোন কল করুন৷ Google-এর মাধ্যমে যাচাইকরণ সম্পূর্ণ করতে পিন ব্যবহার করা হয়। |
SMS | একটি নির্দিষ্ট ফোন নম্বরে একটি যাচাইকরণ পিন সহ একটি SMS পাঠান৷ Google-এর মাধ্যমে যাচাইকরণ সম্পূর্ণ করতে পিন ব্যবহার করা হয়। |
AUTO | অতিরিক্ত ব্যবহারকারীর পদক্ষেপ ছাড়াই অবস্থান যাচাই করুন। এই বিকল্পটি সমস্ত অবস্থানের জন্য উপলব্ধ নাও হতে পারে৷ |
VETTED_PARTNER | এই বিকল্পটি সমস্ত অবস্থানের জন্য উপলব্ধ নাও হতে পারে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGoogle employs a variety of methods to verify locations, including sending verification PINs via postcard, email, phone call, and SMS.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can also be automatically verified by Google or through a vetted partner, although these options may have limited availability.\u003c/p\u003e\n"],["\u003cp\u003eEach verification method involves a specific process with a unique enum value, like \u003ccode\u003eADDRESS\u003c/code\u003e for postcard verification or \u003ccode\u003eEMAIL\u003c/code\u003e for email verification.\u003c/p\u003e\n"],["\u003cp\u003eThe default \u003ccode\u003eVERIFICATION_METHOD_UNSPECIFIED\u003c/code\u003e should be avoided as it will lead to errors during the verification process.\u003c/p\u003e\n"]]],["Google verifies locations through several methods. These include sending a postcard (`ADDRESS`), email (`EMAIL`), phone call (`PHONE_CALL`), or SMS (`SMS`), each containing a PIN for verification. Another method is automatic verification (`AUTO`), where no user action is needed. Finally, verification can be done via a vetted partner (`VETTED_PARTNER`). `VERIFICATION_METHOD_UNSPECIFIED` is the default and not valid for use. Not all methods are available for all locations.\n"],null,["# VerificationMethod\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| `VETTED_PARTNER` | This option may not be available for all locations. |"]]