You can link to any URL at Strictly Gay Movies! That means that as well as linking to our home page, you can directly target any movie, genre, studio or search.

Basic linking instructions

You need to add the following parameters to the end of any URL:
promoter_name: this is the name you also use to login to your affiliate stats
click_name: this is your tracking ID - you can have more than one of these to track multiple traffic sources

So if your promoter_name and click ID are both "xyz" here are some example links:

Home page:
http://www.strictlygaymovies.com/sb/index.jsp?promoter_name=xyz&click_name=xyz

A specific genre (Amateur in this example):
http://www.strictlygaymovies.com/sb/category/54.html?promoter_name=xyz&click_name=xyz

A specific studio (Bareback Boys in this example):
http://www.strictlygaymovies.com/sb/studio/176.html?promoter_name=xyz&click_name=xyz

A specific movie (Barebacking Scallies in this example):
http://www.strictlygaymovies.com/sb/media/279.html?promoter_name=xyz&click_name=xyz

Tracking Using Multiple Subaccounts

If you want to track traffic from multiple places, you can create new subaccounts automatically. To do this, simple change the click_name parameter to whatever you like. Note that promoter_name uniquely identifies your account and should never be changed.

For example if you want to track traffic from mysite1 and mysite2, just use click_name=mysite1 or click_name=mysite2 in the URL. If the subaccount doesn't already exist, it will be created for you. Subaccounts can be separately viewed in your online sales reports.

Linking to a search term

You should add the following parameter to the home page URL: search_term.
For example, to find movies starring Janos Volt:
http://www.strictlygaymovies.com/sb/index.jsp?promoter_name=xyz&click_name=xyz&search_term=janos+volt

Put a search box on your site

You can put a movie search box anywhere on your site - simply copy the code below, replacing the promoter_name and click_name with your own.

<form action="http://www.strictlygaymovies.com/sb/search.do" method="post">
<input type="hidden" name="promoter_name" value="xyz" />
<input type="hidden" name="click_name" value="xyz" />
<input type="text" name="searchCriteria" />
<input type="submit" value="search" />
</form>