Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는 새로운 API 메서드가 있습니다. v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면 지원 중단 일정 및 안내를 검토하세요.
My Business Account Management API를 사용하면 위치를 다른 계정 또는 위치 그룹으로 이전할 수 있습니다. 이 문서의 안내에 따라 방법을 알아보세요.
시작하기
위치를 이전하려면 다음 항목이 필요합니다.
기존 계정: 기존 계정은 위치 소유자인 계정입니다. 이 계정은 개인 계정 또는 위치 그룹일 수 있습니다. 이전이
완료되면 기존 계정은 더 이상 위치에 액세스할 수
없습니다. 대상 계정: 대상 계정은 위치가 이전되어야 하는
계정입니다. 이 계정은 개인 계정 또는 위치 그룹일 수
있습니다. 이전이 완료되면 대상 계정이 위치의 기본 소유자가 됩니다. OAuth2 갱신/액세스 토큰: API를 호출하려면 각 계정에
기존 계정 및 대상 계정의 OAuth2 갱신/액세스 토큰이
필요합니다.
원하는 대상 계정의 OAuth 사용자 인증 정보를 사용하여
accounts.list를 호출합니다. 그런 다음
목록에서 위치를 이전할 대상 계정 ID를 찾습니다. 1단계의 account.admins.create 호출 또는 accounts.invitations.list 호출로 얻은 관리자 ID도 계정 ID로 사용할 수 있습니다. 이 계정 ID는 개인 계정 또는 위치 그룹일 수 있습니다.
2단계에서 가져온 계정 ID를 대상 계정으로 사용합니다.
요청 본문의 destinationAccount 필드이며, locations.transfer를 호출하는 데 사용할 수 있습니다.
대상 계정의 OAuth 사용자 인증 정보를 사용하여
accounts.locations.list를 호출하고
이전된 위치가 결과에 표시되는지 확인합니다. 기존 계정으로
accounts.locations.list 엔드포인트를 호출하면 이전된 위치가
결과에 포함되지 않습니다.
위치 그룹으로 이전
조직의 location group으로 위치를 이전하려면 merchant OAuth 사용자 인증 정보를 사용하여 locations.admins.create를 호출합니다. Admin 리소스의 account 필드를 사용하여 location group account ID를 적절한 role과 함께 전달합니다. location group 관리자 인증 정보를 사용하고 위치 그룹의 계정 ID를 parent 인수로 사용하여 accounts.invitations.list를 호출해야 location group 관련 초대를 가져올 수 있습니다. 올바른 대상 위치가 있는 초대를 찾은 다음 accounts.invitations.accept를 호출하여 올바른 초대를 수락합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-05-08(UTC)"],[[["The My Business Account Management API allows transferring business locations between different accounts or location groups, provided the caller has ownership and the recipient is at least a manager."],["To transfer a location, you'll need the source and destination account details, along with OAuth2 tokens for both accounts to authorize the API calls."],["The transfer process involves adding the destination account as an owner, then using the API to execute the transfer, ensuring the destination account becomes the primary owner."],["Locations can be transferred to location groups within an organization by inviting the location group as an admin and accepting the invitation."],["After a successful transfer, the location will be listed under the destination account and no longer accessible by the source account."]]],[]]