Case Studies

Real integrations. No fabricated logos, no aspirational numbers — every claim below is reproducible.

Aiventyx marketplace — Teams listing intake recovery

Integration partner: Aiventyx · Reported by: Qaiser Mehdi · Verified: 2026-05-13

The problem

Aiventyx is a marketplace for AI tools. ThumbGate's Teams listing was their highest-CTR external surface — 62% CTR (5 clicks on 8 views, May 7–9 window). When their integrator rolled out canonical tracked URLs, every Teams click started landing on:

{"error":"Tracked link not found","allowed":["gpt","pro","install","reddit","linkedin","x","github"]}

The /go/teams slug wasn't registered in our redirector — a 404 was eating every paid-intent click from their strongest external surface.

The fix

Added teams to TRACKED_LINK_TARGETS and now routes it to /?plan_id=team#workflow-sprint-intake. Caller-supplied UTMs flow through to the intake path so the workflow, owner, and proof boundary are explicit before any Team checkout.

The verification

Qaiser's own incognito test, May 13 6:04 AM (full email on record):

https://thumbgate.ai/go/teams?utm_source=aiventyx
→ 302 to the Team workflow intake
→ pricing source, campaign, and plan metadata preserved
→ buyer sees the scope-first path before any subscription decision

What this proves

End-to-end attribution from a third-party marketplace through ThumbGate's redirector into the Team intake path, with the caller's UTM chain preserved. Regression tests pin the redirect contract so it can't silently break or regress into a blind Team checkout.

Try the live redirect →