Quickstart
Get your affiliate program up and running in just a few steps. This guide walks you from your first login to a successful test transaction.
Prerequisites
Before you start, make sure the following items are in place:
- You have registered your subdomain (e.g. partner.your-site.com)
- You have received your manager login credentials by email
- You have access to the source code of your order confirmation page (or a developer is available)
Step 1: Customize email templates
QUALITYCLICK communicates with you and your partners primarily via email — statistics, account data, invoices and more. Customize the texts to match your company culture.
How to:
- Open Communication → Templates
- Select the language in the top tab
- Adjust the wording and add a signature with your contact details
- Save your changes at the bottom of the page
Step 2: Set up credit note template
To ensure credit notes are generated in your corporate design, upload your letterhead as a PDF template directly in the system.
How to:
- Go to Finance → Settings and select the tab for the desired program
- Upload your PDF template via the file upload and click "Save file"
- Adjust the top margin and left margin so your logo and address details are positioned correctly
- Click "Activate temporary credit note template" to generate a test credit note
- Review the preview and adjust margins as needed
Your letterhead should contain:
- Company logo
- Contact details
- Legal information (VAT ID, company registration number, managing director)
All dynamic data (partner details, amounts, transactions) is automatically inserted by QUALITYCLICK into the "Content" area of the template.
Step 3: Add terms & conditions
Define the terms of cooperation with your partners through your Terms & Conditions.
How to:
- Create your T&C as a PDF
- Go to Communication → Program Description → System T&C
- Click "Edit" and upload the PDF
- For program-specific T&C, use the "Program Description" tab
Partners must accept the T&C upon their first sign-up. If you update them, you can require re-acceptance under "Reset partner T&C check".
Step 4: Set up commissions
Define how your partners are compensated.
How to:
- Go to Finance → Products & Commissions → Actions
- Create your commission products (e.g. "Sale", "Lead", "App Install")
- Set the default commission — as a fixed amount or percentage of revenue
- Optional: Set up a 2nd tier for partner-refers-partner
Product "Sale"
Tier 1: 8% of net revenue (for the referring partner)
Tier 2: 1% of net revenue (for the recruiting partner)
Product "Lead"
Tier 1: €5.00 fixed per leadFor more details on commission models, tiered commissions and pay-per-click, see Products & Commissions.
Step 5: Create your first creative
Creatives are the links and banners your partners embed on their websites.
How to:
- Go to Creatives → New
- Select the type (text link, banner, HTML code)
- Assign the creative to a category
- Choose a click target (the landing page the visitor will be directed to)
- Save the creative
Step 6: Integrate the tracking pixel
The tracking pixel is the core of the integration. It is placed on your order confirmation page and reports every transaction to QUALITYCLICK.
How to:
- Go to System → Tracking Codes
- Select the partner program
- Copy the JavaScript pixel
- Paste the code into your order confirmation page
- Replace the placeholders with variables from your shop system
<script type="text/JavaScript"
src="https://partner.your-site.com/get_trans.cgi
?cpid=1
&tid=ORDERNUMBER
&produkt=PRODUCTNAME
&umsatz=NET_REVENUE
&js=1">
</script>Key parameters:
| Parameter | Description | Status |
|---|---|---|
cpid | Campaign ID (fixed per program), e.g. 1 | Required |
tid | Your order number, e.g. ORD-2026-001 | Recommended |
umsatz | Net order value, e.g. 95.50 | Recommended |
produkt | Commission product (as created in step 4), e.g. Sale | Optional |
js | Enable JavaScript mode, e.g. 1 | Recommended |
The complete parameter reference with all options can be found under Tracking Pixel.
Step 7: Test the tracking
Before going live, test the entire chain: Click → Shop → Order → Transaction.
How to:
- Go to Partners → Search and enter ID 2 (this is the pre-installed test partner)
- Click Partner Login
- Under Program → Creatives, select a category and click on a creative
- You will be redirected to your shop — complete a test order
- Stay on the order confirmation page and check in the source code that
get_trans.cgiis present - Go back to the admin area: Transactions → Edit → Show
- Your test order should appear with PartnerID 2
If the transaction does not appear:
- Check under Transactions → Log whether the tracking call was received
- Search the log for your order number
- If nothing is found there either, review the tracking pixel integration in the source code of your order confirmation page
Step 8: Review settings
Before inviting partners, review these settings:
Partner approval
Set whether new partners are approved automatically or manually: Settings (gear icon top right) → Partners → Approval
Minimum payout amount
Avoid micro-payments: Finance → Settings
Cookie duration
Set how long the cookie remains valid after a click: Settings → Creatives → Categories
Additional manager accounts
Create team access with individual permissions: System → Manager → New Account