Documentation

Connect MakeRVN in minutes — no SDK

MakeRVN attributes paid campaigns using your tracking links plus the RevenueCat webhook. Two steps and you're live.

1. Create a tracking link

In your dashboard, go to Links → Create link. You'll get a URL like makervn.app/go/<slug>. Use it as the destination of your Meta / TikTok / Google ad. On click we capture the network click id + a privacy-safe fingerprint and redirect to the App Store.

2. Connect the RevenueCat webhook

In RevenueCat → Project → Integrations → Webhooks, set the URL to your app's webhook (Dashboard → Integrations → RevenueCat → Connect, which shows the exact URL + Authorization header for that app). That's it — on every trial, purchase and renewal we attribute the conversion to the campaign, forward it to Meta CAPI / TikTok Events API, and meter it for billing.

3. (Optional) Exact attribution

For pixel-exact matching, pass the captured click id as a RevenueCat subscriber attribute — one line using RevenueCat's own SDK (not ours): Purchases.shared.attribution.setAttributes(["makervn_cid": clickId]). Without it, matching is probabilistic (country + time window).

Tip: keep sign-ups invite-only from the Admin panel while you onboard your first apps.