Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
驗證隱私保密地點
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
「隱私保密地點」是指一類地點,這類地點在處理使用者資料時會受到特別待遇。PPP 通常包括醫療和服務設施,例如
- 墮胎診所
- 戒癮治療機構
- 整型外科診所
- 諮商中心
- 家暴庇護所
- 生育中心
- 減重診所
這份清單僅列出部分示例。詳情請參閱「隱私保密地點」。
Google 可能會將你的 Google 商家檔案標示為 PPP。在大多數情況下,Google 地圖會使用網站、使用者和商家提供的資料,自動指定隱私保密地點,但您也可以手動新增地點。
如要瞭解 Google 是否將你的 Google 商家檔案歸類為 PPP,請使用 locations.get
和欄位遮罩擷取 Metadata 欄位,該欄位具有下列結構:
Metadata
{
"hasGoogleUpdated": boolean,
"hasPendingEdits": boolean,
"canDelete": boolean,
"canOperateLocalPost": boolean,
"canModifyServiceList": boolean,
"canHaveFoodMenus": boolean,
"canOperateHealthData": boolean,
"canOperateLodgingData": boolean,
"placeId": string,
"duplicateLocation": string,
"mapsUri": string,
"newReviewUri": string,
"canHaveBusinessCalls": boolean,
"hasVoiceOfMerchant": boolean
"isLocationHistoryTemporary": boolean
}
如果中繼資料物件欄位 "isLocationHistoryTemporary"
為 TRUE
,表示 Google 地圖已將該地點歸類為 PPP。
如要提供意見回饋,回報實體是否應歸為隱私保密地點,請填寫隱私保密地點意見回饋表單。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-29 (世界標準時間)。
[null,null,["上次更新時間:2025-08-29 (世界標準時間)。"],[],[],null,["# Verify a Particularly Personal Place (PPP)\n\n\u003cbr /\u003e\n\nParticularly Personal Place refers to a category of places that receive special\ntreatment for handling user data. PPPs generally include medical and service\nfacilities, such as\n\n- abortion clinics\n- addiction treatment facilities\n- cosmetic surgery clinics\n- counseling centers\n- domestic violence shelters\n- fertility centers\n- weight loss clinics\n\nThe list is not exclusive. To learn more, see [Particularly Personal\nPlaces](https://support.google.com/business/answer/3480441).\n\nGoogle may identify your Google Business Profile (GBP) as a PPP. In most cases,\nGoogle Maps designates PPPs automatically, using data from websites, users, and\nbusinesses, but can also add sites manually.\n\nTo know whether Google categorizes your GBP as a PPP, use\n[`locations.get`](/my-business/reference/businessinformation/rest/v1/locations/get)\nwith the field mask to retrieve the Metadata field, which has the following\nstructure: \n\n Metadata\n {\n \"hasGoogleUpdated\": boolean,\n \"hasPendingEdits\": boolean,\n \"canDelete\": boolean,\n \"canOperateLocalPost\": boolean,\n \"canModifyServiceList\": boolean,\n \"canHaveFoodMenus\": boolean,\n \"canOperateHealthData\": boolean,\n \"canOperateLodgingData\": boolean,\n \"placeId\": string,\n \"duplicateLocation\": string,\n \"mapsUri\": string,\n \"newReviewUri\": string,\n \"canHaveBusinessCalls\": boolean,\n \"hasVoiceOfMerchant\": boolean\n \"isLocationHistoryTemporary\": boolean\n }\n\nWhen the Metadata object field `\"isLocationHistoryTemporary\"` is `TRUE`, it\nmeans that Google Maps has categorized the location as a PPP.\n\nYou can provide feedback about whether an entity should be classified a PPP by\ncompleting the [Feedback on Particularly Personal\nPlaces](https://support.google.com/business/contact/PPP_GBP?sjid=5917618107205345404-NC&visit_id=638878687858169358-3564808579&p=PPP_GBP&rd=1)\nform."]]