Skip to content

iOS Attribution

GitHub

Apple AdServices

Apple AdServices

Apple은 Google Play Install Referrer와 같은 일반적인 App Store 설치 참조자 제공하지 않습니다. iOS에서 이 플러그인은 Apple AdServices attribution을 사용합니다.

기본적으로 getReferrer() iOS에서 AdServices attribution 토큰을 반환합니다. 이 토큰을 백엔드 또는 모바일 측정 파트너에게 전송할 수 있습니다.

const result = await InstallReferrer.getReferrer();
console.log(result.attributionToken);

네이티브 애플 어트리뷰션_LOOKUP

네이티브 애플 어트리뷰션_LOOKUP 제목

플러그인은 네이티브 code에서 Apple의 AdServices 엔드포인트로 토큰을 전송할 수 있습니다.

const result = await InstallReferrer.getReferrer({
fetchAppleAttribution: true,
});
console.log(result.appleAttribution);

이 모드를 사용하여 앱이 자체적으로 Apple의 어트리뷰션 페이로드를 받을 수 있습니다. 백엔드 또는 어트리뷰션 제공자가 토큰을 교환할 경우 false를 유지하세요. fetchAppleAttribution 반환된 Field

Field

설명
Native Apple Attribution LookupCopy to clipboard
platform항상 ios.
attributionTokenApple AdServices attribution 토큰.
appleAttribution선택적 Apple attribution 페이로드가 fetchAppleAttribution 이면
  • Apple AdServices attribution 토큰은 iOS 14.3 이상에서 사용할 수 있습니다.
  • Attribution 페이로드는 Apple Search Ads attribution, 임의의 App Store referrer URL이 아닌 것을 포함합니다.
  • App Tracking Transparency 경고창만 요청하는 AdServices attribution 토큰을 요청하기 위해 필요하지 않습니다.

Apple AdServices attribution 토큰을 사용 중이라면 iOS Attribution iOS Attribution Using @capgo/capacitor-install-referrer Using @capgo/capacitor-install-referrer Using @Capgo/__CAPGO_KEEP_1__-install-referrer Capgo Plugin Directory Capacitor Plugins by Capgo Capacitor Plugins by Capgo __CAPGO_KEEP_0__ Plugins by __CAPGO_KEEP_1__ Adding or Updating Plugins Adding or Updating Plugins Ionic Enterprise Plugin Alternatives