Google Play 설치 리퍼러
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Play 스토어의 Install Referrer API를 사용하여 Google Play에서 다음과 같은 추천 콘텐츠를 안전하게 가져올 수 있습니다.
- 설치된 패키지의 리퍼러 URL
- 클라이언트 측과 서버 측에서 모두 리퍼러 클릭이 발생한 시간(초)의 타임스탬프
- 클라이언트 측과 서버 측에서 모두 설치가 시작된 시간(초)의 타임스탬프
- 앱이 처음 설치된 시점의 앱 버전
- 사용자가 지난 7일 동안 앱의 인스턴트 환경과 상호작용했는지 여부
요구사항
Install Referrer API는 기기에서 Google Play 스토어 앱에 의해 노출됩니다. Google Play 앱 버전 8.3.73 이상이 설치된 기기에서는 API에 자동으로 액세스할 수 있습니다.
Install Referrer API를 사용하려면 Google Play Console 계정도 필요합니다.
API 사용
Install Referrer API는 Android 인터페이스 정의 언어(AIDL) 인터페이스로 구현됩니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","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-07-27(UTC)"],[],[],null,["# Google Play Install Referrer\n\nYou can use the Google Play Store's Install Referrer API to securely retrieve referral content\nfrom Google Play, such as:\n\n- The referrer URL of the installed package.\n- The timestamp, in seconds, of when a referrer click happened (both client- and server-side).\n- The timestamp, in seconds, of when an installation began (both client- and server-side).\n- The app's version at the time when the app was first installed.\n- Whether the user has interacted with your app's [instant experience](/topic/google-play-instant/overview) in the past 7 days.\n\nRequirements\n------------\n\nThe Install Referrer API is exposed by the Google Play Store app on a device. Devices with a\nGoogle Play app version of 8.3.73 or later automatically have access to the API.\n\nYou must also have a Google Play Console account to use the Install Referrer API.\n\nUsing the API\n-------------\n\nThe Install Referrer API is implemented as an\n[Android Interface Definition Language (AIDL)](/guide/components/aidl) interface.\n\n- If you are using the Kotlin programming language or the Java programming language, use the [Play Install Referrer Client Library](/google/play/installreferrer/library) to simplify your coding.\n- If you are using another programming language, use the [Play Install Referrer API](/google/play/installreferrer/igetinstallreferrerservice)."]]