Skip to main content

Getting started

Connect a domain, send your traffic, and start receiving conversions in minutes. The portal dashboard shows the same checklist with live progress.

1. Sign in to the portal

Your manager provisions your partner account. Sign in on the platform's root domain with the credentials you were given — you'll be taken to the partner portal (worker.<root>), where you manage everything below. On first login you'll be asked to set your own password.

2. Connect a domain

Add your hostname under Domains. You'll get a TXT verification record to add to your DNS; once DNS points at our ingress and is verified, the domain auto-advances to ACTIVE and starts serving your branded funnel. See Domains for the full lifecycle.

3. Create a campaign code

Mint a code under Campaigns and append it to your landing links as ?promo=CODE. Codes attribute players to a specific buyer/angle and unlock per-campaign stats. Optionally attach a signup bonus to the code. See Campaigns.

4. Tag your traffic

Send traffic to your domain with your tracker's identifiers in the URL. We capture them on a first-party cookie and persist them onto the lead at registration.

Landing URL with attribution
https://your-domain.com/?subid={clickid}&promo=YOURCODE&utm_source=fb&utm_campaign=camp1&sub2={adset}

Accepted click-id params (first match wins):

  • subid, sub_id, sub1, clickid, click_id, cid
  • Extra context kept alongside: utm_source, utm_medium, utm_campaign, utm_content, utm_term, sub2, sub3

5. Receive conversions

Option A — Postbacks (push)

Configure a postback URL under Postbacks for REGISTRATION and/or DEPOSIT. We call it server-side the instant the event fires, expanding macros like {clickid} and {amount}. Ready-made templates for Keitaro, Binom, RedTrack and Voluum: Tracker recipes.

Option B — API (pull)

Grab your API key under API in the portal, then poll the conversions feed.

Pull recent deposits
curl -s "https://your-host/api/v1/conversions?type=deposit&limit=100" \
-H "Authorization: Bearer wk_live_xxxxxxxxxxxxxxxx"

6. Add payout wallets

You're paid in the same asset your players deposit in — add a destination address per network & currency under Payouts before earnings pile up. See Earnings & payouts.

:::warning API keys are secrets Treat your API key like a password. Anyone with it can read your data. Rotate it from the portal if it leaks — old keys stop working instantly. :::