Affiliate Creator

 
Save time & concentrate on the important thing.
Save web traffic & money.
Build great relationship with affiliates.
All well-known registration services supported.
Works seamlessly with any installer program.
Save time & concentrate on the important thing

Affiliate Creator helps you create custom builds quicker. 

By only three steps you can create custom builds for all your affiliates.

Step 1. Add 3 or 4 lines to your application to make your application call the API functions of Affiliate Creator to get affiliate purchase links.

Example:

char programUUID[] = "12345678-1234-1234-1234-123456789ABC";
unsigned char urlBuf[4000]={0};
unsigned long bufLen = 4000; 
int ret = affGetAffiliatePurchaseLink( (char*)programUUID, urlBuf, &bufLen); 


Step 2. Compile your project and build a generic setup file using your installer creating program. 

Step 3. Create an Affiliate Creator project for your product and add affiliate information to the project. And then click the Build button to create custom builds. 

 

The custom build carries affiliate information with itself. When the user runs the customized setup file it write affiliate information such as purchase link into computer system, which will be retrieved via API functions.