特に個人的な場所(PPP)を確認する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
「特に個人的な場所」とは、ユーザーデータの取り扱いについて特別な扱いを受ける場所のカテゴリを指します。PPP には通常、次のような医療施設やサービス施設が含まれます。
- 中絶クリニック
- 依存症治療施設
- 美容整形クリニック
- カウンセリング センター
- DV シェルター
- 不妊治療センター
- 減量クリニック
このリストはすべてを網羅したものではありません。詳しくは、個人のプライバシーに関わる場所をご覧ください。
Google ビジネス プロフィール(GBP)は PPP と見なされる場合があります。ほとんどの場合、Google マップはウェブサイト、ユーザー、ビジネスからのデータを使用して PPP を自動的に指定しますが、サイトを手動で追加することもできます。
Google が GBP を 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 として分類したことを意味します。
エンティティを PPP に分類すべきかどうかについてフィードバックをお寄せいただける場合は、「特に個人的な場所」についてのフィードバック フォームにご記入ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-29 UTC。
[null,null,["最終更新日 2025-08-29 UTC。"],[],[],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."]]