Google Business Performance API มีเมธอด API
ใหม่ที่อนุญาตให้ดึง `DailyMetrics` หลายรายการในคําขอ API รายการเดียว
ตรวจสอบ
กําหนดการเลิกใช้งานและวิธีการย้ายข้อมูลจากเมธอด v4 reportInsights API ไปยัง API ประสิทธิภาพของ Google Business Profile
Method: locations.verifications.complete
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทำการยืนยันPENDING
ให้เสร็จสมบูรณ์
จำเป็นสำหรับการยืนยันที่ไม่ใช่ AUTO
เท่านั้น คำขอการยืนยัน AUTO
จะดำเนินการ VERIFIED
ทันทีเมื่อมีการสร้าง
คำขอ HTTP
POST https://mybusinessverifications.googleapis.com/v1/{name=locations/*/verifications/*}:complete
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อแหล่งข้อมูลของการยืนยันที่จะดำเนินการให้เสร็จสมบูรณ์
|
เนื้อหาของคำขอ
เนื้อหาของคำขอมีข้อมูลที่มีโครงสร้างต่อไปนี้
การแสดง JSON |
{
"pin": string
} |
ช่อง |
pin |
string
ต้องระบุ รหัส PIN ที่ผู้ขายได้รับเพื่อดำเนินการยืนยันให้เสร็จสมบูรณ์
|
เนื้อหาการตอบกลับ
ข้อความตอบกลับสำหรับ Verifications.Complete VerificationAction
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
ช่อง |
verification |
object (Verification )
การยืนยันที่เสร็จสมบูรณ์แล้ว
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/business.manage
สำหรับข้อมูลเพิ่มเติม โปรดดูที่ภาพรวมของ OAuth 2.0
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis document explains how to complete a pending verification for a business using the Google My Business Verifications API.\u003c/p\u003e\n"],["\u003cp\u003eThe process involves sending a POST request to a specific endpoint with the verification's resource name and a PIN code.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a JSON object containing the PIN received by the merchant.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will contain the completed verification details in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/business.manage\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: locations.verifications.complete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.CompleteVerificationResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nCompletes a `PENDING` verification.\n\nIt is only necessary for non `AUTO` verification methods. `AUTO` verification request is instantly `VERIFIED` upon creation.\n\n### HTTP request\n\n`POST https://mybusinessverifications.googleapis.com/v1/{name=locations/*/verifications/*}:complete`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-------------------------------------------------------------------|\n| `name` | `string` Required. Resource name of the verification to complete. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|---------------------------|\n| ``` { \"pin\": string } ``` |\n\n| Fields ||\n|-------|------------------------------------------------------------------------------------|\n| `pin` | `string` Required. PIN code received by the merchant to complete the verification. |\n\n### Response body\n\nResponse message for Verifications.CompleteVerificationAction.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------|\n| ``` { \"verification\": { object (/my-business/reference/verifications/rest/v1/Verification) } } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------|\n| `verification` | `object (`[Verification](/my-business/reference/verifications/rest/v1/Verification)`)` The completed verification. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/business.manage`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]