验证特别私密的场所 (PPP)
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
“特别私密的场所”是指在处理用户数据方面受到特殊对待的一类场所。PPP 通常包括医疗和服务设施,例如
- 堕胎诊所
- 成瘾治疗机构
- 美容整形诊所
- 咨询中心
- 家庭暴力庇护所
- 生育中心
- 减肥诊所
该列表并未列出所有相关网址。如需了解详情,请参阅特别私密地点。
Google 可能会将您的 Google 商家资料 (GBP) 标识为 PPP。在大多数情况下,Google 地图会根据网站、用户和商家提供的数据自动指定 PPP,但也可以手动添加地点。
如需了解 Google 是否将您的英镑归类为 PPP,请使用 locations.get
并添加字段掩码来检索元数据字段,该字段具有以下结构:
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。
您可以填写关于特别私密场所的反馈表单,就某个实体是否应被归类为 PPP 提供反馈。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-29。
[null,null,["最后更新时间 (UTC):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."]]