Google Business Performance API มีเมธอด API
ใหม่ที่อนุญาตให้ดึง `DailyMetrics` หลายรายการในคําขอ API รายการเดียว
ตรวจสอบ
กําหนดการเลิกใช้งานและวิธีการย้ายข้อมูลจากเมธอด v4 reportInsights API ไปยัง API ประสิทธิภาพของ Google Business Profile
VerificationMethod
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ระบุขั้นตอนที่ Google ใช้เพื่อยืนยันสถานที่
Enum |
VERIFICATION_METHOD_UNSPECIFIED |
ค่าเริ่มต้นจะเกิดข้อผิดพลาด |
ADDRESS |
ส่งไปรษณียบัตรที่มี PIN ยืนยันไปยังที่อยู่จัดส่งที่เจาะจง PIN จะใช้เพื่อดําเนินการยืนยันกับ Google ให้เสร็จสมบูรณ์ |
EMAIL |
ส่งอีเมลที่มี PIN ยืนยันไปยังอีเมลที่เฉพาะเจาะจง PIN จะใช้เพื่อดําเนินการยืนยันกับ Google ให้เสร็จสมบูรณ์ |
PHONE_CALL |
โทรออกด้วย PIN ยืนยันไปยังหมายเลขโทรศัพท์ที่ระบุ PIN จะใช้เพื่อดําเนินการยืนยันกับ Google ให้เสร็จสมบูรณ์ |
SMS |
ส่ง SMS ที่มี PIN ยืนยันไปยังหมายเลขโทรศัพท์เฉพาะ PIN จะใช้เพื่อดําเนินการยืนยันกับ Google ให้เสร็จสมบูรณ์ |
AUTO |
ยืนยันตําแหน่งโดยที่ผู้ใช้ไม่ต้องดําเนินการใดๆ เพิ่มเติม ตัวเลือกนี้ใช้ไม่ได้ในบางพื้นที่ |
VETTED_PARTNER |
ตัวเลือกนี้ใช้ไม่ได้ในบางพื้นที่ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ 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. |"]]