Skip to content

iOS Attribution

GitHub

Apple AdServices

Apple AdServices

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

기본적으로 getReferrer() AdServices attribution 토큰을 반환합니다. 이 토큰을 백엔드 또는 모바일 측정 파트너에게 보내세요.

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

자연스러운 Apple Attribution Lookup

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

플러그인은 네이티브 code에서 Apple의 AdServices 엔드포인트로 토큰을 보내는 것을 지원합니다.

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

이 모드를 사용할 때 앱이 자체적으로 Apple의 어트리뷰션 페이로드를 받을 것입니다. 백엔드 또는 어트리뷰션 제공자가 토큰을 교환할 때는 false를 유지하세요. fetchAppleAttribution 반환 필드

반환 필드 섹션

필드
설명항상
platformApple AdServices 어트리뷰션 토큰. ios.
attributionToken선택적 Apple 어트리뷰션 페이로드.
appleAttribution__CAPGO_KEEP_0__ fetchAppleAttribution __CAPGO_KEEP_0__/__CAPGO_KEEP_1__는 iOS 14.3 이상에서 사용할 수 있습니다.
  • __CAPGO_KEEP_0__는 Apple Search Ads attribution만을 위한 attribution payload를 제공합니다.
  • __CAPGO_KEEP_0__는 App Store referrer URL이 아닌 임의의 URL에 대한 attribution을 제공하지 않습니다.
  • __CAPGO_KEEP_0__는 App Tracking Transparency prompt가 필요하지 않습니다.

iOS Attribution __CAPGO_KEEP_0__를 사용하여 __CAPGO_KEEP_0__/__CAPGO_KEEP_1__-install-referrer를 사용합니다. Using @capgo/capacitor-install-referrer 자연스러운 기능을 사용하기 위해 @capgo/capacitor-install-referrer를 설치하세요. Capgo 플러그인 디렉토리 Capgo 플러그인은 __CAPGO_KEEP_1__에서 제공됩니다. Capacitor 플러그인은 Capgo에서 제공됩니다. for the implementation detail in Capacitor Plugins by Capgo, 플러그인을 추가하거나 업데이트하세요. __CAPGO_KEEP_0__ 플러그인에 대한 구현 세부 정보 Ionic Enterprise 플러그인 대안 Ionic Enterprise 플러그인 대안의 제품 워크플로