
 | AffiliateMask Frequently Asked Questions |
| | | | | General What is AffiliateMask? Who benefits by using AffiliateMask?
Compatibility What browsers/clients are supported? Do I, or my users, need any special hardware or special plugins? Can I use AffiliateMask with my proxy server? Does AffiliateMask work with other products from ISAPILabs?
How To How do I retrieve cookies in JavaScript? How do I retrieve cookies in PHP? How do I retrieve cookies in ASP?
Installation Is AffiliateMask easy to install and uninstall? I get an error activeds.dll when installing on Windows NT 4.0
Purchasing How much does AffiliateMask cost? Where can I purchase the full-version of AffiliateMask? How much does it cost to upgrade AffiliateMask? How do I know if I have the latest version of AffiliateMask? Are there any discounts for educational or not-for-profit institutions?
What is AffiliateMask? AffiliateMask is an Internet Server Application Programming Interface (ISAPI) filter for Internet Information Server (IIS) that tracks affiliate referrals to your web site. AffiliateMask hides the affiliate ID from users and does away with affiliate IDs appended to URLs.
Who benefits by using AffiliateMask? Anyone who manages an IIS HTTP server and wants to drive traffic to their web site by running a secure and effective affiliate program, while deterring affiliate spam and hiding all knowledge of the affiliate program from web visitors.
How do I retrieve cookies in JavaScript? To retrieve cookies in JavaScript, use the following:
var ID = GetCookie(AffiliateID); function GetCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin + prefix.length, end)); }
How do I retrieve cookies in PHP? To retrieve cookies in PHP, use the following:
$ID = GetCookie("AffiliateID"); function GetCookie($name) { if (isset($_COOKIE[$name])) return $_COOKIE[$name]; return FALSE; }
How do I retrieve cookies in ASP? To retrieve cookies in ASP, use the following:
Dim Id Id = GetCookie("AffiliateID") Function GetCookie(Name) GetCookie = Request.Cookies(Name) End Function
Is AffiliateMask easy to install and uninstall? AffiliateMask is very easy to install and uninstall. To install AffiliateMask, simply double-click on the setup file and follow the setup routine. To uninstall AffiliateMask, select the Uninstall icon in the AffiliateMask Program Group in your Start menu.
I get an error activeds.dll when installing on Windows NT 4.0 If you get an error "This application has failed to start because ACTIVEDS.dll was not found. Re-installing the application may fix this problem," this is because you do not have Active Directory Services or Windows Script Host installed on your machine. Click on the links below to download the required software from Microsoft.
Download Windows Script Host 5.6 for Windows NT 4.0 Download Active Directory Service Interfaces (ADSI) for Windows NT 4.0
How much does AffiliateMask cost? To find out how much AffiliateMask costs check out the price listing at http://www.isapilabs.com/.
Where can I purchase the full-version of AffiliateMask? To purchase the full version of AffiliateMask, goto http://www.isapilabs.com/.
How much does it cost to upgrade AffiliateMask? You may find the prices for all ISAPILabs products at http://www.isapilabs.com/.
How do I know if I have the latest version of AffiliateMask? You can identify the version of AffiliateMask installed on your server through the AffiliateMask configuration tool.
Are there any discounts for educational or not-for-profit institutions? Accredited organizations can receive AffiliateMask at discounted rates. For more information, please contact us.
|
|
|
|