Before you can start your affiliate program, you need to implement the Daisycon conversion pixel. This pixel measures whether a transaction has been successfully generated on your website.
The conversion pixel must be placed on the ‘thank you page’ of your webshop – the page that appears after a successful transaction and confirms the order to your customer.
Choose your integration method
To help you select and set up the most suitable tracking solution, we have created a centralized Tracking Guide. This guide walks you through different options based on your platform and business model. Login in MyDaisycon and then go to Tools > Tracking guide.
The guide includes setup flows for webshop integrations, server-side setups, mobile apps, lead tracking, and revenue share models.
Platform-specific implementation guides
If you are using a standard CMS or webshop system, you can use one of the following step-by-step guides:
Using another platform? Reach out to your Daisycon contact person for (tailored) support.
Pixel structure and variables
The Daisycon conversion pixel is a 1x1 tracking image (pixel) that contains dynamic variables. A typical example looks like this (please note, this is not usable example!)
<img src="https://matching-domain/t/?ci=[campaign_id]&a=[amount]&ti=[transaction_id]&cc=[compensation_code]&pr=[promotion_code]&r=[revenue]&pn=[description]&iv=[description_internal]&e1=[extra_1]&e2=[extra_2]&e3=[extra_3]&e4=[extra_4]&e5=[extra_5]" style="border: 0; height: 1px; width: 1px;" alt="Daisycon Affiliate Marketing" />Below is an explanation of the available parameters. Only include variables that you actively use. Remove all empty or unused fields from the final pixel.
| Variable | Example | Required | Description |
|---|---|---|---|
| ci | 12345 | Yes | Daisycon campaign ID |
| ti | 12345 | Yes | Transaction or order ID |
| pn | order from webshop | Recommended | Description for publisher. Suitable for single-product orders. |
| iv | internal reference | No | Description visible to the advertiser only |
| a | 19.99 | For webshops | Commissionable amount (excl. shipping/VAT) |
| r | 19.99 | Recommended | Total revenue (excl. shipping) |
| pr | promo | Recommended | Promotion code used |
| cc | groupA | Recommended | Compensation code (to distinguish commission groups) |
| cur | EUR | No | Currency (ISO 4217 code) |
| sku | ABC123 | No | SKU or product code |
| e1 - e5 | extra info | No | Optional custom fields to enrich the transaction |
* Commission is calculated based on the amount (a). The revenue (r) field is used for reporting only and may differ from the amount.
Need help with your tracking implementation?
If you are unsure about your implementation or which setup to choose, reach out to your Daisycon contact person for support.