Documentation & Resources
Everything you need to integrate, customize, and scale your affiliate program with QUALITYCLICK. Clear guides, complete API reference, and ready-to-use examples.
First Steps
The perfect introduction to QUALITYCLICK – step by step.
- Account setup
- Basic tracking code
- First conversion test
- Go-live checklist
Manager Manual
Complete guide for administrators and managers.
- Campaign management
- Partner approvals
- User roles
- System configuration
Publisher Manual
Everything affiliates need to know about the system.
- Affiliate signup
- Access creatives
- View statistics
- Track payouts
Tracking
Click & View Tracking
Precisely capture and analyze clicks and views.
- Click capture
- View tracking
- Postview windows
- Real-time stats
Referer-Tracking
Set up tracking via referrer URLs.
- Referrer analysis
- URL parameters
- First-party tracking
- Cookie-less
Tracking Examples
Practical implementation examples.
- JavaScript snippets
- Server-side examples
- E-commerce integration
- Error handling
Sales Tracking Pixel
Correctly integrate sales and lead pixels.
- Pixel integration
- Sale tracking
- Lead capture
- Basket data
Data-Flow, Click & Sale Tracking
Complete technical specifications.
- Data flow diagrams
- Click processing
- Sale attribution
- Technical specs
API
SOAP API & Basket Tracking
Basket tracking via SOAP interface.
- WSDL specification
- Basket objects
- Item details
- Cancellations
Publisher SOAP API
API access for partners and publishers.
- Partner authentication
- Statistics retrieval
- Creatives API
- Reporting
Publisher CSV API
Data export and import via CSV.
- CSV format
- Batch import
- Data export
- Automation
Powerful SOAP API
Build custom integrations, automate workflows, and extend your affiliate program with our comprehensive SOAP interface. Full WSDL specification included.
- SOAP 1.1/1.2 endpoints with full WSDL
- WS-Security authentication
- Synchronous transaction processing
- Comprehensive error handling
- Sandbox environment for testing
<!-- SOAP Request: New Conversion -->
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qc="http://api.qualityclick.com/v2">
<soap:Header>
<qc:AuthToken>your-api-token</qc:AuthToken>
</soap:Header>
<soap:Body>
<qc:CreateConversion>
<qc:AffiliateId>aff_123</qc:AffiliateId>
<qc:CampaignId>camp_456</qc:CampaignId>
<qc:Amount>99.99</qc:Amount>
<qc:Currency>EUR</qc:Currency>
<qc:OrderId>ORD-2026-001</qc:OrderId>
</qc:CreateConversion>
</soap:Body>
</soap:Envelope>
<!-- Response -->
<soap:Body>
<qc:ConversionResponse>
<qc:Id>conv_789</qc:Id>
<qc:Status>pending</qc:Status>
<qc:Commission>9.99</qc:Commission>
</qc:ConversionResponse>
</soap:Body>Need Help Getting Started?
Our integration team is ready to help. From initial setup to complex custom integrations, we'll get you tracking conversions fast.