Google Business Performance API memiliki metode API
BARU yang memungkinkan pengambilan beberapa `DailyMetrics` dalam satu permintaan API.
Tinjau
jadwal penghentian dan petunjuk untuk bermigrasi dari metode API reportInsights v4 ke Google Business Profile Performance API.
Method: locations.verifications.complete
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menyelesaikan verifikasi PENDING
.
Ini hanya diperlukan untuk metode verifikasi non AUTO
. Permintaan verifikasi AUTO
akan langsung VERIFIED
setelah pembuatan.
Permintaan HTTP
POST https://mybusinessverifications.googleapis.com/v1/{name=locations/*/verifications/*}:complete
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib diisi. Nama resource verifikasi yang akan diselesaikan.
|
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Representasi JSON |
{
"pin": string
} |
Kolom |
pin |
string
Wajib diisi. Kode PIN yang diterima oleh penjual untuk menyelesaikan verifikasi.
|
Isi respons
Pesan respons untuk Verifications.CompleteVerificationAction.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
{
"verification": {
object (Verification )
}
} |
Kolom |
verification |
object (Verification )
Verifikasi yang sudah selesai.
|
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/business.manage
Untuk informasi selengkapnya, lihat Ringkasan OAuth 2.0.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-14 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-10-14 UTC."],[[["This document explains how to complete a pending verification for a business using the Google My Business Verifications API."],["The process involves sending a POST request to a specific endpoint with the verification's resource name and a PIN code."],["The request body requires a JSON object containing the PIN received by the merchant."],["A successful response will contain the completed verification details in the response body."],["Authorization requires the `https://www.googleapis.com/auth/business.manage` scope."]]],[]]