Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
매우 사적인 장소 (PPP) 인증
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
매우 사적인 장소는 사용자 데이터 처리를 위해 특별한 처리를 받는 장소 카테고리를 말합니다. PPP에는 일반적으로 다음과 같은 의료 및 서비스 시설이 포함됩니다.
- 낙태 클리닉
- 중독 치료 시설
- 성형외과
- 상담 센터
- 가정 폭력 보호소
- 불임 센터
- 체중 감량 클리닉
이 목록은 일부일 뿐 전체 목록이 아닙니다. 자세한 내용은 매우 사적인 장소를 참고하세요.
Google에서 Google 비즈니스 프로필 (GBP)을 PPP로 식별할 수 있습니다. 대부분의 경우 Google 지도에서는 웹사이트, 사용자, 비즈니스의 데이터를 사용하여 PPP를 자동으로 지정하지만 사이트를 수동으로 추가할 수도 있습니다.
Google에서 GBP를 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로 분류되어야 하는지 여부에 관한 의견을 제공할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]