Ana içeriğe geç

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 LabIn QubixHow it moves
Affiliate network (Source/Network)NetworkRebuilt. Qubix ships 328 templates.
OfferOfferRebuilt — offer URL, subid and payout.
Landing pagePWA or WebsiteRebuilt. CPV Lab points at pages you host — keep hosting them or rebuild in Qubix.
Traffic SourceSourceRebuilt — its token/parameter mappings.
Campaign (+ its Type)CampaignRebuilt.
Share-% rotation, redirect methodFlows and distributionRebuilt — lander/offer shares become the split in a Qubix flow.
DomainDomainRe-pointed to Qubix and given a role.
PostbackPostbackChange the domain, and set the event — see below.
Reports and historyNot transferred.
No import, no history

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

  1. Domains. Point your domains at Qubix and assign roles — Domains.
  2. Networks. Recreate each affiliate network — Connecting a network.
  3. Offers. Recreate offers with URL and payout — Creating an offer.
  4. Sources. Recreate traffic sources and their tokens — Creating a source.
  5. Landings. Rebuild landings as PWAs or register them as Websites.
  6. Campaigns. Recreate the campaign and re-enter the lander/offer shares as a flow.
  7. 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.

Registrations vs deposits

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.

What's next