Affiliate variables are tracking parameters passed through the POST /v2/open/clicks API endpoint to enable accurate affiliate tracking and commission attribution. Since this requires technical implementation in your website's code, you'll need to work with your developer. For full details, refer to our API documentation.
How to Implement Affiliate Variables
Visit our API documentation for complete integration details.
Review the required affiliate tracking parameters for the
POST /v2/open/clicksendpoint.Discuss the integration requirements with your website developer.
Add affiliate variable tracking to your website's source code.
Affiliate Tracking Parameters
The following affiliate parameters are supported by the POST /v2/open/clicks endpoint:
AffiliateID: The main affiliate identifier from your affiliate network.
SubAffiliateID: Sub-affiliate tracking for detailed performance analysis.
SubAffiliateID2–5: Additional sub-affiliate levels for complex tracking structures.
SiteID: The campaign identifier.
UserClickID: A unique click ID for linking click data to orders.
PageType: The type of page where the click occurred (e.g.,
Presell,Checkout,Upsell1).
Related articles