Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save swapp1990/99da5c5c96cdd6b279de230636b5da05 to your computer and use it in GitHub Desktop.

Select an option

Save swapp1990/99da5c5c96cdd6b279de230636b5da05 to your computer and use it in GitHub Desktop.
Response from discuss-1772544627390

Here's what I found after pulling all the data.

First, a critical observation: The changelog has NO ASO metadata changes logged. v1.1.8 (Feb 21) logged SwapAnalytics + review prompt — but no keyword expansion, no subtitle change. REQ-03 and REQ-04 from the growth plan were planned for v1.1.8 but I see no evidence they shipped. If they weren't actually submitted, that's the diagnosis right there.

The numbers confirm "flat":

  • Pre-v1.1.8 (Feb 1-13): 32.0 imp/day, 3.6 ppv/day, 1.2 dl/day
  • Post-v1.1.8 (Feb 14-Mar 1): 31.9 imp/day, 2.4 ppv/day, 2.2 dl/day

Impressions: literally unchanged. Downloads improved (review prompt working?). PPV actually dropped — fewer people tapping through to the product page.


Diagnostic Checklist (30-60 min)

  1. Verify what actually shipped (5 min)

    • Open App Store Connect → App Information → check current subtitle and keywords
    • Compare against planned changes in developer-requirements.md
    • If keywords are still 79/100 chars and subtitle is still "Find your travel memories" → the ASO changes never went live
  2. Check Search vs Browse split (5 min)

    • App Analytics → Metrics → Impressions → Filter by Source Type
    • Compare Search impressions pre/post. If search is flat, the keywords aren't indexing
    • Check if Browse impressions changed at all (in-app event?)
  3. Check Top Search Terms (10 min)

    • App Analytics → Sources → Top Search Terms
    • See what terms are actually driving impressions
    • If the new keywords ("gallery", "album", "automatic", "organize", "trips", "share", "albums") don't appear → not indexed yet
    • Apple typically takes 2-7 days to re-index after metadata change
  4. Check Product Page conversion (5 min)

    • Conversion Rate tab → look at Impression → PPV → Download funnel
    • PPV dropped from 3.6 to 2.4/day — was this a subtitle change reducing tap-through?
    • Or just natural variance at these small volumes?
  5. Check keyword rankings (15 min, if ASO tool available)

    • If no tool: search App Store manually for top 5 target keywords
    • Check if "Vacation Photos" appears in first 50 results
    • Key terms to check: "vacation photos", "travel photos", "photo organizer", "trip photos", "holiday photos"

My Diagnosis (most likely)

Scenario A (80% likely): ASO metadata changes weren't actually submitted. The changelog shows no keyword/subtitle changes. v1.1.8 shipped product changes but may not have included the metadata updates. If so, impressions can't improve because nothing changed on the search side.

Scenario B (15% likely): Changes shipped but Apple hasn't re-indexed, or volumes are too small to detect. At 32 imp/day with huge variance (days swing from 12 to 115), you'd need 2-3 weeks of data to detect a 20-30% improvement with any confidence.

Scenario C (5% likely): Subtitle change hurt TTR. If the subtitle was changed from "Find your travel memories" to "Auto-organize trips & share albums" — the old one is more emotionally compelling. The new one is keyword-optimized but sounds robotic. This could explain PPV dropping.


Highest-Leverage Experiment This Week

The real bottleneck is volume. At 32 imp/day, organic ASO iteration alone will never get to 69 imp/day (the north star). You need a new traffic source.

Recommended: External traffic burst + metadata refresh (compound play)

  1. Verify & submit metadata (today) — Confirm keywords are at 100/100, subtitle is updated. If not, submit now.
  2. Reddit post on r/travel or r/iOSapps (this week) — One genuine post about the app. Goal: 50-100 App Store visits from web referral. This signals to Apple's algorithm that external demand exists, which can boost search ranking.
  3. Fill promo text if still empty (today, 5 min) — Free product page improvement, no version needed.

The external traffic burst matters because Apple's ranking algorithm considers velocity (downloads/time). A Reddit post driving 10-20 downloads in a day would be a stronger ranking signal than any keyword tweak at this volume.


Decision Tree

Step 1: Check App Store Connect metadata
├── Keywords still 79/100 or subtitle unchanged?
│   → SUBMIT THE METADATA CHANGES. That's the diagnosis.
│   → Wait 7 days, re-measure.
│
├── Keywords at 100/100 AND subtitle updated?
│   → Check Top Search Terms in App Analytics
│   ├── New keywords showing impressions?
│   │   → Working but need more time. Add external traffic burst.
│   ├── New keywords NOT showing?
│   │   → Not indexed yet (wait 7 days) OR terms too competitive
│   │   → Try less competitive long-tail keywords instead
│   └── PPV rate dropped?
│       → Subtitle change is hurting TTR
│       → A/B test with Product Page Optimization (custom product pages)
│
└── Step 2: Regardless of above
    → Post on Reddit/social this week (external signal)
    → Fill promo text if empty
    → Add 4+ screenshots (conversion improvement)

Bottom line: Before diagnosing ranking or indexing, verify the metadata changes actually shipped. The data strongly suggests they didn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment