|
Enter the type of Sign Up Bonus Incentive you want, if any,
to be used with your Tracker. If you are promoting with a Sign
Up Bonus Code, we strongly suggest using an incentive to ensure
that your players will enter your Sign Up Bonus Code when opening
their account (so you get credit) whereas with a Tracking URL
it is not necessary because your players are automatically tagged
with your Affiliate ID when they enter the website.
<%String offertype=request.getParameter("OFFERTYPE");
String fixedInChecked=""; String percentInChecked="";String freerollChecked="";String noneChecked="";
if(offertype==null) {
noneChecked="checked";
} else {
if(offertype.equals("FIXED")) {
fixedInChecked="checked";
} else if(offertype.equals("PERCENT")){
percentInChecked="checked";
} else if(offertype.equals("FREEROLL")){
freerollChecked="checked";
} else if (offertype.equals("NONE")){
noneChecked="checked";
}
}%>
Note: If you are promoting under the Gross Revenue Percentage
Plan, please note that the Bonus Amount is deducted in calculating
Monthly Gross Revenue and is therefore shared, pro rata, between
Affiliate and Texas-Hold-em-poker.biz
|