iOS Attribution
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함한 설치 프롬프트를 복사합니다.
Apple AdServices
Apple AdServicesApple은 Google Play Install Referrer와 같은 일반적인 App Store 설치 참조자 제공하지 않습니다. iOS에서 이 플러그인은 Apple AdServices attribution을 사용합니다.
기본적으로 getReferrer() Apple의 AdServices attribution 토큰을 반환합니다. 이 토큰을 백엔드나 모바일 측정 파트너로 전송할 수 있습니다.
const result = await InstallReferrer.getReferrer();console.log(result.attributionToken);자연어 Apple Attribution Lookup
자연어 Apple Attribution Lookup 섹션이 플러그인은 native code에서 Apple의 AdServices 엔드포인트로 토큰을 전송할 수 있습니다.
const result = await InstallReferrer.getReferrer({ fetchAppleAttribution: true,});
console.log(result.appleAttribution);이 모드를 사용하여 앱이 자체적으로 Apple의 attribution 페이로드를 받을 수 있습니다. Keep fetchAppleAttribution false를 사용하여 백엔드 또는 attribution 제공자가 토큰을 교환할 때입니다.
반환된 Field
섹션 제목: 반환된 Field| Field | 설명 |
|---|---|
platform | 항상 ios. |
attributionToken | Apple AdServices attribution 토큰. |
appleAttribution | 선택적 Apple attribution 페이로드가 fetchAppleAttribution 이 경우 |
요구 사항
제목이 "요구 사항"인 섹션- Apple AdServices attribution 토큰은 iOS 14.3 이상에서 사용할 수 있습니다.
- 추가적인 Apple Search Ads attribution, 임의의 App Store referrer URL이 아닌 attribution 페이로드를 포함합니다.
- App Tracking Transparency 경고창이 필요하지 않습니다. AdServices attribution 토큰만 요청하기 위해.
iOS Attribution에서 계속하기
제목이 "iOS Attribution에서 계속하기"인 섹션Apple AdServices attribution 토큰을 사용 중이라면 iOS Attribution iOS 앱 속성 Using @capgo/capacitor-install-referrer for the native capability in Using @capgo/capacitor-install-referrer, Capgo Plugin Directory Capgo 플러그인 디렉토리 Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins 플러그인 추가 또는 업데이트 Ionic Enterprise Plugin Alternatives Ionic Enterprise 플러그인 대안