Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는 새로운 API 메서드가 있습니다. v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면 지원 중단 일정 및 안내를 검토하세요.
GoogleLocations API를 사용하면 이전에 비즈니스 프로필에서 위치의 소유권 주장이 제기되었는지 미리 확인할 수 있습니다. 이렇게 하면 위치 소유권 주장이 제기된 경우 즉시 위치 액세스를 요청할 수 있습니다. 또한 일괄 인증된 계정을 관리하는 경우 잠재적인 일치 항목을
사전에 더 정확하게 선택하고 중복 위치를 만들지 않을 수 있습니다.
API 엔드포인트는 위치의 소유권을 이미 주장했는지 여부를 나타내는 URL을 반환합니다. 소유권 주장이 제기된 경우 동일한 URL을 사용하여 액세스 요청 절차를 시작할 수 있습니다.
다음 이미지는 위치의 소유권을 얻는 과정의 개요를 제공합니다.
다음 단계에 따라 GoogleLocations API를 사용할 수 있습니다.
판매자로부터 위치 데이터를 수집합니다.
googleLocations.search
엔드포인트를
호출합니다. 호출 본문 내에 위치 데이터를 제공합니다. 또는 사용자가 검색이나 지도에
입력한 내용과 비슷한 쿼리 문자열로 제공할 수도 있습니다. 예: '종로 5가 스타벅스'
API에서 locationName 및 주소와 같이 잠재적으로 일치하는 위치 목록과 각 위치의
정보를 반환합니다.
[[["이해하기 쉬움","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-11-28(UTC)"],[[["The GoogleLocations API helps determine if a Business Profile location has been claimed, allowing for access requests or creation of new listings."],["Use the API to search for existing locations, initiate access requests if claimed, or create new listings if unclaimed."],["If a new listing is created, leverage verification APIs to complete the setup process."],["This API is intended for managing locations with existing business relationships and should not be used for lead generation or competitive analysis."]]],[]]