Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: accounts.locations.verifications
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:驗證
欄位 |
name |
string
驗證的資源名稱。
|
method |
enum (VerificationMethod )
驗證方式。
|
state |
enum (VerificationState )
驗證狀態。
|
createTime |
string (Timestamp format)
要求驗證的時間戳記。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
VerificationMethod
列舉 |
VERIFICATION_METHOD_UNSPECIFIED |
預設值會導致錯誤。 |
ADDRESS |
將附有驗證 PIN 碼的明信片寄到特定郵寄地址。PIN 碼的用途是向 Google 完成驗證。 |
EMAIL |
將內含驗證 PIN 碼的電子郵件傳送至特定電子郵件地址。PIN 碼的用途是向 Google 完成驗證。 |
PHONE_CALL |
只需將驗證 PIN 碼傳送到特定電話號碼,即可撥打電話。PIN 碼的用途是向 Google 完成驗證。 |
SMS |
傳送內含驗證 PIN 碼的簡訊到特定電話號碼。PIN 碼的用途是向 Google 完成驗證。 |
AUTO |
無需其他使用者操作,即可驗證該地點。部分地區可能無法使用這個選項。 |
VerificationState
列舉 |
VERIFICATION_STATE_UNSPECIFIED |
預設值會導致錯誤。 |
PENDING |
尚未完成驗證。 |
COMPLETED |
驗證已完成。 |
FAILED |
驗證失敗。 |
方法 |
|
完成PENDING 驗證。 |
|
依建立時間排序,列出營業地點驗證作業。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-20 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-20 (世界標準時間)。"],[[["A verification in Google My Business represents an attempt to verify a location using various methods like address, email, phone, or SMS."],["Verification resources contain details like the method used, the verification state (pending, completed, or failed), and a timestamp indicating when the verification was initiated."],["Businesses 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."],["Different verification methods are available, including postcard mailing, email, phone call, SMS, or automatic verification if eligible."]]],["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"]]