Tracking Commission Junction

by Gayla
1 replies
What is your preferred method of tracking CJ links?

In the early days I didn't know squat about link cloaking or tracking. These days I try to utilize a tight tracking system and know there's always room for improvement. I'm curious what method others use and like.

Thanks
#commission #junction #tracking
  • Profile picture of the author mohad
    Hello,

    The best way I use for each and every link is as follows:

    1. create a php file and name it (index.php) for example.
    2. paste the following inside it:

    <?php
    $strKeyword = $_GET['kw'];
    header( 'Location: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?sid='. $strKeyword ) ;
    ?>

    3. replace the xxxxxxxxx with your affiliate link
    4. upload the file to your redirect folder.
    5. let us assume that your tracking code is: 123, then your link should be:
    your-site/your-redirect-folder/index.php?kw=123

    That's pretty much it.

    Happy tracking :-)
    {{ DiscussionBoard.errors[3791540].message }}

Trending Topics