Developer & API Tools
Integrate LinkTrackr With Your Own Products
We welcome all affiliate networks, and owners of affiliate software, to integrate the LinkTrackr conversion tracking code. Once your system supports the LinkTrackr conversion code, let us know and we'll list your product or service on our upcoming "Partners" page so you'll get more exposure.
You can easily integrate the standard LinkTrackr conversion code into your checkout process, using the variables below and any of the methods we support.
- USER - The LinkTrackr username
- CVN - The name of the product sold
- CVA - Conversion amount in US Dollars, up to two decimal places
The JavaScript / Pixel combination code:
This is the best option if you allow external JavaScripts.
<script type="text/javascript">
cvn = "CVN";
cva = "CVA";
</script>
<script type="text/javascript" src="http://USER.linktrackr.com/api/conversion"></script>
<noscript><img src="http://USER.linktrackr.com/api/pixel/?cvn=CVN&cva=CVA" alt="_" width="1" height="1" border="0" /></noscript>
The Pixel code:
This is the easiest code to implement.
<img src="http://USER.linktrackr.com/api/pixel/?cvn=CVN&cva=CVA" width="1" height="1" border="0" />
The Postback / Callback code:
The callback / postback method is preferred if your system does recurring billing.
http://USER.linktrackr.com/api/postback/?cvn=CVN&cva=CVA
Put the code into the "Thank You" page or the final page the user wil see once a successful payment has been made. Replace the CVN and CVA dynamically based on the actual product name and value.
Our cookies and tracking system will match the conversion to the individual tracking links and present a complete conversion report to the user.
API Information
You can use our API to get links, meta data and stats totals from any user's account. The API information and instructions will be added here soon.
LinkTrackr works on a subscription basis, so you only pay for what you use. No set-up charges, installation costs or any other hidden fee.