Banner Tracking

One of our users recently asked:

Can your site do banner referral links? How do you set up a tracking link with a banner?

We have a lot of users that use our site for banner tracking. Here are some steps and sample code to get started:

  1. Use our site to make a tracking link that points to your desired location (where the want the user to go)
  2. Copy your tracking link into the HTML code below.
  3. Replace the “img src” part with the URL of the banner image you want to use.
  4. Paste the HTML code onto your web page or email where needed.


<!--Start HTML code -->
<a href="http://linktrack.info/your_tracking_link_here">
  <img src="http://yourdomain.com/your_image_here.jpg" />
</a>
<!--End HTML code -->

Should look something like this: