You can link to any URL at Strictly Broadband! 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.strictlybroadband.com/sb/index.jsp?promoter_name=xyz&click_name=xyz

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

A specific studio (Johnny Rebel in this example):
http://www.strictlybroadband.com/sb/studio/28.html?promoter_name=xyz&click_name=xyz

A specific movie (Big Brother's Imogen in this example):
http://www.strictlybroadband.com/sb/media/2659.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 Sandie Caine:
http://www.strictlybroadband.com/sb/index.jsp?promoter_name=xyz&click_name=xyz&search_term=sandie+caine

Branding the site for niche traffic

If you are sending niche traffic and want to brand the site appropriately, add this parameter to your URL: brand.
For example, to link to the amateur category and brand the site as an amateur movies site: http://www.strictlybroadband.com/sb/category/29.html?promoter_name=xyz&click_name=xyz&brand=strictly-amateur

Here is a full list of niche brands available for you to use:

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.strictlybroadband.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>