Skip to content

iOS Attribution

GitHub

Apple AdServices

Apple AdServices

Apple은 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설명
platform항상 ios.
attributionTokenApple 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 토큰만 요청하기 위해.

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 플러그인 대안