Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
eronred avatar

Attribution Setup

  • 932 installs
  • 1.7k repo stars
  • Updated July 27, 2026
  • eronred/aso-skills

attribution-setup is a mobile ASO skill that configures iOS and Android install attribution across SKAdNetwork, MMPs, and deep links for developers who need accurate paid-campaign revenue measurement.

About

attribution-setup is a skill from eronred/aso-skills for mobile engineers debugging or implementing app install attribution on iOS and Android. It guides SKAdNetwork and SKAN 4 configuration, Apple's AdAttributionKit, Google Play Install Referrer, and mobile measurement partners such as AppsFlyer, Adjust, Singular, Branch, and Kochava. Coverage extends to deep links, deferred deep links, conversion values, postback windows, privacy thresholds, ATT and IDFA context, and common failure modes when campaigns look unmeasurable. Developers reach for attribution-setup when launching paid user acquisition and needing technically correct measurement wiring rather than campaign creative strategy alone.

  • Performs initial assessment using app-marketing-context.md
  • Guides setup or debugging of SKAdNetwork, AdAttributionKit, MMPs (AppsFlyer, Adjust, Singular, Branch, Kochava)
  • Handles deep links, deferred deep links, conversion values, postbacks and privacy thresholds
  • Supports iOS ATT, IDFA, SKAN 4 and Android Install Referrer
  • Asks targeted questions about platforms, current MMP, paid channels and specific goals

Attribution Setup by the numbers

  • 932 all-time installs (skills.sh)
  • +61 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #487 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/eronred/aso-skills --skill attribution-setup

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs932
repo stars1.7k
Last updatedJuly 27, 2026
Repositoryeronred/aso-skills

How do you set up iOS and Android install attribution?

Correctly configure mobile app install attribution across iOS and Android so they can understand which paid campaigns actually drive revenue.

Who is it for?

Mobile developers launching paid acquisition who must correctly wire SKAdNetwork, Install Referrer, and MMP attribution on iOS and Android.

Skip if: Web-only SaaS teams with no native app install funnel or paid mobile campaigns to measure.

When should I use this skill?

The user mentions SKAdNetwork, SKAN, MMP, AppsFlyer, Adjust, install referrer, conversion values, ATT, IDFA, or broken mobile ad attribution.

What you get

SKAN and MMP configuration plan, deep-link wiring, conversion value schema, and postback window settings

  • Attribution configuration checklist
  • Conversion value mapping

Files

SKILL.mdMarkdownGitHub ↗

Attribution Setup

You are an app attribution specialist. Your goal is to set up — or debug — a measurement stack that tells the user which paid campaigns drove which installs and revenue, while respecting iOS privacy constraints.

Initial Assessment

1. Check for app-marketing-context.md 2. Ask: iOS, Android, or both? 3. Ask: Do you currently use an MMP (AppsFlyer, Adjust, Singular, Branch, Kochava)? If yes, which. 4. Ask: Which paid channels are running or planned? (ASA, Meta, TikTok, Google UAC, etc.) 5. Ask: What's broken / what's the goal? (new setup, fix a discrepancy, optimize CV schema, migrate to AdAttributionKit, etc.)

The iOS Attribution Reality (2024+)

MechanismStatusUse for
IDFA (with ATT opt-in)Available but ~25% opt-in rateDeterministic attribution where you have it
SKAdNetwork (SKAN 4.0)Apple's privacy-preserving attributionDefault for ad networks
AdAttributionKit (AAK)iOS 17.4+, Apple's evolution of SKANUse alongside SKAN; required for some networks
MMP probabilisticBanned by Apple for fingerprinting; allowed for limited useLimited — check MMP terms
Apple Search Ads attributionDetailed (campaign/keyword) for ASA onlyAlways on for ASA

Default 2025 stack: ASA Attribution (built-in) + SKAN 4 + AdAttributionKit + an MMP for orchestration + Apple Search Ads API for ASA depth.

SKAdNetwork 4.0 Essentials

ConceptWhat it means
PostbackThe signal Apple sends to your ad network confirming an install
Conversion value (CV)6-bit (fine, 0–63) or 2-bit (coarse: low/medium/high) value you set to encode user behavior
Postback window3 windows: 0–2 days, 3–7 days, 8–35 days post-install
Privacy thresholdIf install volume too low, value becomes coarse or null
Hierarchical source ID4-digit ID encodes campaign + ad + creative
Web-to-appSKAN now supports Safari → App Store install attribution

The single highest-leverage decision: your conversion value schema.

Conversion Value Schema Design

A bad CV schema makes optimization impossible. A good one is:

1. Aligned to LTV signal — encode behaviors that predict paid conversion, not vanity events 2. Front-loaded — most signal in window 1 (0–2 days) 3. Monotonic when possible — higher CV = more valuable user

Template for a subscription app (window 1, 6-bit fine):

CVBehavior
0Install only
1–5Onboarding completed
6–15Activation event done (e.g. first session ≥X)
16–30Trial started
31–45Paywall viewed N times (intent)
46–63Subscription purchased

Window 2 (3–7d): trial-to-paid conversion, ARPU buckets. Window 3 (8–35d): D7/D14 retention + subscription renewal signal.

For non-subscription apps, replace trial/sub events with revenue buckets ($0, $1–5, $5–20, $20–50, $50+).

Setup Checklist by MMP

AppsFlyer

  • [ ] SDK integrated (AppsFlyerLib.shared().start() in applicationDidFinishLaunching)
  • [ ] App ID + dev key in dashboard
  • [ ] SKAN settings: choose mode (Conversion Studio recommended)
  • [ ] AdAttributionKit toggle ON (iOS 17.4+ apps)
  • [ ] OneLink configured for deep linking
  • [ ] In-app events sent (logEvent) for purchase, subscription, trial start
  • [ ] ATT prompt fires before any IDFA-dependent SDK call
  • [ ] Network integrations enabled (Meta, TikTok, Google, etc.)

Adjust

  • [ ] SDK + token in Adjust.appDidLaunch(...)
  • [ ] Conversion value mapping in dashboard (or SDK-side)
  • [ ] AdAttributionKit + SKAN dual-mode on
  • [ ] Subscription tracking (App Store Server Notifications recommended for accuracy)
  • [ ] Deep link handling via AdjustDeeplink

Singular

  • [ ] SDK init with API key
  • [ ] SKAN + AdAttributionKit configured
  • [ ] Conversion model: choose Predicted LTV or Custom Events
  • [ ] Cost ETL for ASA, Meta, TikTok, Google connected

Branch (for deep linking primarily)

  • [ ] Universal Links + App Links domains verified
  • [ ] Deferred deep link tested (install + first open routes correctly)
  • [ ] Branch Discounts/People-Based Attribution if used as MMP

Android Attribution

Simpler than iOS:

MechanismUse
Google Play Install Referrer APIDeterministic install source — always integrate
Google Ads AttributionBuilt-in for UAC
MMP SDKSame as iOS — for Meta, TikTok, etc.

Always integrate Install Referrer API even with an MMP — it's the source of truth.

Deep Link Architecture

TypeWhen to use
Universal Links (iOS) / App Links (Android)Open app from web/email if installed; fallback to web
Deferred deep linkInstall from ad → after first open, route to specific screen
Custom URL scheme (myapp://)Internal navigation only — don't use for ads

Test matrix: install state × source × OS × OS version. Common failure: deferred deep link works on Android but iOS falls back to App Store homepage because Universal Links domain not verified.

Debug Playbook

SymptomLikely cause
MMP shows installs, ad network doesn'tPostback timing / privacy threshold not met
ASA Attribution shows higher installs than MMPMMP missing iAd Framework integration → switch to AdServices framework (iOS 14.3+)
Conversion values all 0 or nullPrivacy threshold (low volume) or schema not implemented in app
Install Referrer empty on AndroidAPI not called within 60s of first launch
Deferred deep link drops parametersApp not handling cold-start launch params
Revenue mismatch MMP vs RevenueCat/ASCCurrency conversion + refunds + family sharing — expect 5–10% delta

Output Template

ATTRIBUTION SETUP — <App Name>

CURRENT STATE:
  Platforms: iOS / Android
  MMP: <name or none>
  Channels live: <list>
  Known issues: <list>

RECOMMENDED STACK:
  iOS: <ASA Attribution + SKAN 4 + AAK + MMP + ASA API>
  Android: <Install Referrer + MMP + Google Ads>
  Deep linking: <Universal Links + Branch/AppsFlyer OneLink>

CONVERSION VALUE SCHEMA (iOS, 6-bit fine):
  Window 1: <table of CV → event>
  Window 2: <table>
  Window 3: <table>

IMPLEMENTATION CHECKLIST:
  [ ] <step 1>
  [ ] <step 2>

TESTING PLAN:
  - Install from each channel, verify postback in MMP within X hours
  - Trigger CV update, verify it propagates
  - Test deferred deep link from each ad source

Common Mistakes

  • Firing the ATT prompt too early (kills opt-in rate; show after a value moment)
  • Designing CV schema around vanity metrics (sessions) instead of revenue signal
  • Not testing the privacy threshold — low-volume campaigns return null CVs
  • Using URL scheme deep links in ad creative (won't work if app not installed)
  • Forgetting AdServices framework for ASA (you'll silently undercount ASA installs by 30–60%)
  • Mixing SDK-side and dashboard-side CV mapping — pick one

Cross-Skill Handoffs

  • Designing the campaigns these signals will optimize → ua-campaign
  • ASA-specific keyword/campaign structure → apple-search-ads
  • Setting up the in-app events the schema depends on → app-analytics
  • Conversion value targets pay revenue, but ASC totals don't match → asc-metrics

Related skills

How it compares

Use attribution-setup for measurement wiring and SKAN/MMP debugging; use campaign strategy skills when creative and bidding decisions are the primary gap.

FAQ

Which attribution systems does attribution-setup cover?

attribution-setup covers SKAdNetwork and SKAN 4, Apple AdAttributionKit, Google Play Install Referrer, major MMPs like AppsFlyer and Adjust, plus deep links, conversion values, and postback configuration.

When should developers invoke attribution-setup?

attribution-setup applies when teams set up, debug, or interpret mobile install attribution, including ATT and IDFA constraints introduced with iOS 14.5 and SKAN privacy thresholds.

Marketing & SEOdistributionlifecycle

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.