Theaffiliatecode 8 Capture Track

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Overview

Introduction
Choosing Your Niche Picking Your Product Tech Talk: Site Setup Using An Autoresponder Copywriting 101 Driving Free Traffic

Capture Leads/Track Stats


Get Paid Take It To The Next Level

Terms
Affiliate Code how you get paid Tracking Code added to an Affiliate Code Landing Page where a visitor gets sent to when they click a link PHP a scripting language for websites

Important
You must track ALL ads and sources of traffic Affiliates wont let you add Analytics code to their page Do you want Google to see your paycheck?

System Overview
Your pages should be PHP Use a PHP script to provide redirection AND add tracking to your affiliate code Create multiple landing pages and test them Eliminate landing pages that dont convert Eliminate traffic sources that do not convert

Simple PHP Redirection


<?php header( 'Location: http://www.jdoqocy.com/click-338956510488400' ) ; ?>
<?php header( 'Location: http://www.jdoqocy.com/click-3389565-10488400' ) ; ?>

www.mysite.com/mypromotion.php

PHP Redirection With Traffic Tracking


<?php $strKeyword = $_GET['kw']; header( Location: http://www.jdoqocy.com/click-338956510488400?tid=. $strKeyword ) ; ?> http://mysite.com/mypage1.php?kw=GglMP1A1 http://mysite.com/mypage2.php?kw=GglMP2A1 http://mysite.com/mypromotion1.php?kw=Blogger1 ?sid is for CJ ?tid is for CB (8 character limit for CB)

Putting It All Together


Google PPC
http://mysite.com/mypage1.php?kw=GglMP1A1

mypage1.php

Forum 1
http://mysite.com/mypromotion1.php?kw=fp5

Landing Page 1

CB Affiliate Offer

Blogger
http://mysite.com/mypromotion1.php?kw=Blogger1

<?php $strKeyword = $_GET['kw']; header( Location: http://www.jdoqocy.com/click3389565-10488400?tid=. $strKeyword ) ; ?> mypromotion1.php

Tips
Use Excel to track and overcome CB limitations Use Guru.com, Elance.com, Rentacoder.com to outsource if your head hurts When testing, allow 300 clicks before making a decision

Action Steps
Take a break and let it sink in! Watch this module twice before proceeding Setup PHP redirection script to track traffic Test Eliminate non-performers

You might also like