Migrate from CPV Lab
CPV Lab Pro is a self-hosted tracker where the campaign type fixes the funnel shape and traffic is split by share percentages rather than a visual flow. You rebuild that routing in Qubix. One thing needs attention on the postback: CPV Lab sends no status field, so registrations and deposits have to be told apart — see below. There is no import and no history transfer.
What you bring across
| In CPV Lab | In Qubix | How it moves |
|---|---|---|
| Affiliate network (Source/Network) | Network | Rebuilt. Qubix ships 328 templates. |
| Offer | Offer | Rebuilt — offer URL, subid and payout. |
| Landing page | PWA or Website | Rebuilt. CPV Lab points at pages you host — keep hosting them or rebuild in Qubix. |
| Traffic Source | Source | Rebuilt — its token/parameter mappings. |
| Campaign (+ its Type) | Campaign | Rebuilt. |
| Share-% rotation, redirect method | Flows and distribution | Rebuilt — lander/offer shares become the split in a Qubix flow. |
| Domain | Domain | Re-pointed to Qubix and given a role. |
| Postback | Postback | Change the domain, and set the event — see below. |
| Reports and history | — | Not transferred. |
Qubix does not read from CPV Lab's database. Rebuild in parallel and keep CPV Lab running until conversions are confirmed to land in Qubix.
Term differences to keep in mind
- CPV Lab has no drag-and-drop flow: the campaign type (Direct Link, Landing Page, Landing Page Sequence, Multiple Option, Multiple Path …) is the routing shape, and Share % on each lander and offer is the split. In Qubix you rebuild both as a flow.
- Redirect methods (Direct, Double Meta Refresh, Redirect Loop) map onto Qubix's own campaign and cloaking settings.
The order to rebuild
- Domains. Point your domains at Qubix and assign roles — Domains.
- Networks. Recreate each affiliate network — Connecting a network.
- Offers. Recreate offers with URL and payout — Creating an offer.
- Sources. Recreate traffic sources and their tokens — Creating a source.
- Landings. Rebuild landings as PWAs or register them as Websites.
- Campaigns. Recreate the campaign and re-enter the lander/offer shares as a flow.
- Postbacks. Repoint the postback — below.
Postbacks: change the domain, and set the event
CPV Lab's postback goes to adclick.php with subid and revenue. Open each affiliate network's
postback setting and change only the domain:
Before: https://your-cpvlab.com/adclick.php?subid={subid}&revenue={revenue}
After: https://your-postback-domain/adclick.php?subid={subid}&revenue={revenue}
Qubix reads subid and revenue without reformatting.
CPV Lab sends no status field. Qubix therefore treats a postback with a payout as a
deposit and one without a payout as a registration. That is correct when registrations carry no
money. If a network pays for registrations too (a payout on both), add an explicit status so they
are not confused — append &status=reg to the registration postback and &status=dep to the
deposit postback. This is the one place where changing only the domain is not enough.
Check before you switch off CPV Lab
Fire a test registration and a test deposit, and confirm each is recorded correctly on the Postbacks feed and in the reports before cutting traffic over.