| AWeber |
| |
|
This integration method is for AWeber application by www.aweber.com
The integration can create unique lead commission after verification of the email address of the customer. You can also use part of this integration to automatically create affiliate after customer confirms his email address.
|
| |
1 Necessary settings
|
| First, you have to setup AWeber. Navigate to My Lists tab and to Confirmed Opt-In. Here, you should setup email text but the most important part is to define Confirmation Success Page. Insert the link to your "after confirmation" page here - the page will contain lead tracking code and API code for adding new affiliate. This page have to be PHP. Lets say we will create the page named lead.php
|
|
|
|
2 Adding the code for lead tracking
|
| In our file lead.php there is already some code with message "Thank you for .......". This is a page where only approved customer can come, so this is the best place to insert lead tracking code. Please, insert it to the end of the page code, over the </body> tag.
|
|
|
|
| |