Casual Articles
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > Affiliate Revenue > How To Track Your Affiliate Sales & Traffic

Tags

  • small
  • luckily
  • tagged
  • merchant actually
  • other boxes
  • affiliate network

  • Links

  • History of the Computer; Analog or Digital?
  • Factors To Consider Before Having Your Engagement Photos Taken
  • Who's Up For A Challenge?
  • Casual Articles - How To Track Your Affiliate Sales & Traffic

    Sun Zi Art of War - Managing a Large Force Like a Small Force
    Sun Zi said: Managing a large force can be similar to managing a small force. It is a matter of organization and structure. To direct and control a large force can be similar to directing and controlling a small force. It is a matter of communications and formations. - Chapter Five, Sun Zi Art of War In these lines, Sun Zi talk about how to use a large force like a small force. The following factor determines it and they are:1) Organization Structure 2) Communication 3) FormationNow we all know that a large force has numerical strength and when they move in groups, they are able to overcome a lot of challenges, but one fatal characteristics of a large force in my opinion is agility. It cannot move fast because command from one point will take a long time to travel to the important and critical places in the force. This makes a large force less nimble than a small force and we all know speed is of the essence both in war and business.
    hp?showstats

    Now let's say that 100 people click on your new click-tracker link and 3 of them buy the product. By looking at your ClickBank stats you'll see that the tracking ID "code1" has produced 3 sales. If you look at your click-tracker stats you'll see that "code1" also generated 100 clicks. Use the two figures together and you can calculate the conversion ratio of 3%. In other words, 3% of the people you sent to the merchant actually bought the product.

    The conversion ratio is important to know. There's no point sending traffic to a merchant that converts at 1%, when you could send that same traffic to a different merchant that converts at 3%. Assuming the commissions earned per sale are the same, you're better off with the second merchant. You'll only know this by testing different merchants and calculating the conversion ratio of each.

    In fact there's no need to even calculate the conversion ratio manually - the click-tracker does it for you! Simply view the stats for the click-tracker and enter a "sales" figure for each tracking ID. The click-tracker then automatically generates the conversion ratio for each one.

    To finish off this article, let's just quickly see how you'd track sales with more than one tracking ID. If you only have one link to your ClickBan

    Finding an EMR System that can Handle Medical Transcription SOAP Notes
    Searching for the Right EMR SolutionThe electronic medical record, or EMR, is a standard electronic database solution used by medical practices and medical service providers. The EMR solution technology effectively manages medical histories, records, and notes; however, all EMR solutions are not created equal. Before adopting an EMR solution, medical practices and medical service providers must search for the EMR solution that meets their specific needs. Two important needs common to most medical practices and medical service providers include medical transcription and SOAP note management.Sifting through EMR SoftwareThe best way to find what you’re looking for is to “begin with the end in mind,” as Steven R. Covey says. Companies may have a small staff, or they may still be using a transcription machine. A practice may need more security, more automation, and better control of SOAP notes or other medical transcription information. In order to fi
    In this article I'm going to explain how to track your ClickBank sales AND traffic. Don't worry if you don't promote any ClickBank products, the techniques outlined below can be used with any affiliate network that has a "Tracking ID" facility. Everything is also 100% free, I'm not trying to promote any tracking systems here!

    Ok, let's get started. If you're not familiar with ClickBank's tracking ID system then you can read more about it at ClickBank (read their Hoplink FAQ). The problem is you can only track sales, not clicks. Let's take a look at an example to demonstrate the problem, and the solution. Let's say you have a webpage at this address:

    http://www.yourdomain.com/index.html

    On that page you're promoting a ClickBank affiliate URL:

    http://yourid.publisherid.hop.clickbank.net/?tid=code1

    You can see that "yourid" is your ClickBank affiliate ID, "publisherid" is the ID of the merchant you're promoting and "code1" is the tracking ID for this particular link. If 100 people click on that link and 3 of them buy the product, that's a conversion ratio of 3%. A conversion ratio is the percentage of people you send to an affiliate URL who then go on to buy the product. In this case, the figure of 3% means that 3 out of every 100 visitors, on average, became customers.

    3% isn't bad, but hang on a minute - ClickBank only tells you there were 3 sales for the tracking ID "code1". You don't know there were 100 clicks on the link, and without this figure you can't calculate the conversion ratio. What if 500 people had clicked on the link? The conversion ratio would be just 0.6% (i.e. 0.6% of the 500 visitors became customers). Ideally you should only promote websites that have a relatively high conversion ratio. If you're promoting two different ClickBank products for example, and one has a conversion ratio of 1% and the other 4%, you'd be better off focusing your attention on the second one and ditching the first. You'll only know this if you can calculate the conversion ratio. Luckily, this problem is easily solved with the use of a simple click-tracker PHP script. The script simply counts the number of times someone clicks on a link.

    Don't worry if you've never used PHP before, there's nothing complicated about it. As long as you can upload files to your webspace you'll have no problem following these easy steps. It goes without saying that you also need PHP running on your server.

    Go to PHPSuccessTools (see the resource box at the end for the URL), click "mailing list" in the navigation bar at the top and subscribe, then check your email for the password. This will give you full access to all the scripts that are available. Click on "Free Scripts" in the navigation bar and then click on "Tagged Click Tracker". Then fill out the form as follows:

    "Password"
    You should always choose a random combination of letters and numbers for your passwords, but to keep things simple for this example enter "showstats" as the password.

    "Destination URL"
    This is your ClickBank affiliate URL with a tracking ID appended to the end. It should look like this:
    http://yourid.publisherid.hop.clickbank.net/?tid=[TAG]
    Make sure you replace "yourid" with your ClickBank ID and "publisherid" with the ClickBank ID of the merchant you're promoting.

    "Optional Expiration"
    Leave this box as it is, we don't want the link to expire.

    "Name"
    Enter "go" for this.

    You can leave all the other boxes as they are, unless you understand what they do. Now hit "Submit". Follow the instructions on the next page, where you'll be asked to save several files onto your computer and then upload them to your webspace and change the permissions. Upload them to the same folder as your index.html page (as this is the page we're going to edit in a few moments).

    If you've never changed file permissions before then there's a simple guide at PHPSuccessTools - just click on "Guides" in the navigation bar at the top.

    In this example we're assuming that you're linking to a ClickBank affiliate URL on your index page, so instead of linking directly to ClickBank, change the link on your "index.html" page to this:

    http://www.yourdomain.com/go.php?code1

    Let's recap what we've done. We replaced the ClickBank affiliate link on your "index.html" page with a link that goes to the click-tracker script (called go.php). The click-tracker script, in turn, counts how many clicks the link gets and redirects the surfer to the actual ClickBank affiliate link.

    Now we understand what's changed, lets see how it works. Note the tracking ID (code1) at the end of the click-tracker link:

    http://www.yourdomain.com/go.php?code1

    When somebody clicks on that link, the click-tracker looks at the destination URL (which you entered when the click-tracker was created) and replaces [TAG] with the tracking ID. So in actual fact, the destination URL becomes:

    http://yourid.publisherid.hop.clickbank.net/?tid=code1

    Now all you have to do is view the statistics for this click-tracker and you'll be able to see how many clicks your link got. The stats are available at this URL:

    http://www.yourdomain.com/go.php?showstats

    Now let's say that 100 people click on your new click-tracker link and 3 of them buy the product. By looking at your ClickBank stats you'll see that the tracking ID "code1" has produced 3 sales. If you look at your click-tracker stats you'll see that "code1" also generated 100 clicks. Use the two figures together and you can calculate the conversion ratio of 3%. In other words, 3% of the people you sent to the merchant actually bought the product.

    The conversion ratio is important to know. There's no point sending traffic to a merchant that converts at 1%, when you could send that same traffic to a different merchant that converts at 3%. Assuming the commissions earned per sale are the same, you're better off with the second merchant. You'll only know this by testing different merchants and calculating the conversion ratio of each.

    In fact there's no need to even calculate the conversion ratio manually - the click-tracker does it for you! Simply view the stats for the click-tracker and enter a "sales" figure for each tracking ID. The click-tracker then automatically generates the conversion ratio for each one.

    To finish off this article, let's just quickly see how you'd track sales with more than one tracking ID. If you only have one link to your ClickBank

    Employment and Career Opportunities in the Car Wash Business
    There are employment and career opportunities in the car wash business. That sounds rather interesting doesn't it? Do you know why there is so much opportunity and employment available in the car wash business?It is because car wash owners have been exploiting the cheap Hispanic illegal alien and illegal immigrant labor for over four decades. That is about to end and now they will have to hire American citizens to do the work and that might require paying them a little more and making a little less profits and even perhaps raising the price of the car wash one or two dollars. Is that a bad thing?There are employment and career opportunities in the car wash business and it is an easy business for someone to work their way up the ladder to manager and eventually learn enough to run their own car wash and get into the car wash business as an owner and not just an employee or manager.I have been in the car wash business for over 27 years and have made a pretty g
    ers.

    3% isn't bad, but hang on a minute - ClickBank only tells you there were 3 sales for the tracking ID "code1". You don't know there were 100 clicks on the link, and without this figure you can't calculate the conversion ratio. What if 500 people had clicked on the link? The conversion ratio would be just 0.6% (i.e. 0.6% of the 500 visitors became customers). Ideally you should only promote websites that have a relatively high conversion ratio. If you're promoting two different ClickBank products for example, and one has a conversion ratio of 1% and the other 4%, you'd be better off focusing your attention on the second one and ditching the first. You'll only know this if you can calculate the conversion ratio. Luckily, this problem is easily solved with the use of a simple click-tracker PHP script. The script simply counts the number of times someone clicks on a link.

    Don't worry if you've never used PHP before, there's nothing complicated about it. As long as you can upload files to your webspace you'll have no problem following these easy steps. It goes without saying that you also need PHP running on your server.

    Go to PHPSuccessTools (see the resource box at the end for the URL), click "mailing list" in the navigation bar at the top and subscribe, then check your email for the password. This will give you full access to all the scripts that are available. Click on "Free Scripts" in the navigation bar and then click on "Tagged Click Tracker". Then fill out the form as follows:

    "Password"
    You should always choose a random combination of letters and numbers for your passwords, but to keep things simple for this example enter "showstats" as the password.

    "Destination URL"
    This is your ClickBank affiliate URL with a tracking ID appended to the end. It should look like this:
    http://yourid.publisherid.hop.clickbank.net/?tid=[TAG]
    Make sure you replace "yourid" with your ClickBank ID and "publisherid" with the ClickBank ID of the merchant you're promoting.

    "Optional Expiration"
    Leave this box as it is, we don't want the link to expire.

    "Name"
    Enter "go" for this.

    You can leave all the other boxes as they are, unless you understand what they do. Now hit "Submit". Follow the instructions on the next page, where you'll be asked to save several files onto your computer and then upload them to your webspace and change the permissions. Upload them to the same folder as your index.html page (as this is the page we're going to edit in a few moments).

    If you've never changed file permissions before then there's a simple guide at PHPSuccessTools - just click on "Guides" in the navigation bar at the top.

    In this example we're assuming that you're linking to a ClickBank affiliate URL on your index page, so instead of linking directly to ClickBank, change the link on your "index.html" page to this:

    http://www.yourdomain.com/go.php?code1

    Let's recap what we've done. We replaced the ClickBank affiliate link on your "index.html" page with a link that goes to the click-tracker script (called go.php). The click-tracker script, in turn, counts how many clicks the link gets and redirects the surfer to the actual ClickBank affiliate link.

    Now we understand what's changed, lets see how it works. Note the tracking ID (code1) at the end of the click-tracker link:

    http://www.yourdomain.com/go.php?code1

    When somebody clicks on that link, the click-tracker looks at the destination URL (which you entered when the click-tracker was created) and replaces [TAG] with the tracking ID. So in actual fact, the destination URL becomes:

    http://yourid.publisherid.hop.clickbank.net/?tid=code1

    Now all you have to do is view the statistics for this click-tracker and you'll be able to see how many clicks your link got. The stats are available at this URL:

    http://www.yourdomain.com/go.php?showstats

    Now let's say that 100 people click on your new click-tracker link and 3 of them buy the product. By looking at your ClickBank stats you'll see that the tracking ID "code1" has produced 3 sales. If you look at your click-tracker stats you'll see that "code1" also generated 100 clicks. Use the two figures together and you can calculate the conversion ratio of 3%. In other words, 3% of the people you sent to the merchant actually bought the product.

    The conversion ratio is important to know. There's no point sending traffic to a merchant that converts at 1%, when you could send that same traffic to a different merchant that converts at 3%. Assuming the commissions earned per sale are the same, you're better off with the second merchant. You'll only know this by testing different merchants and calculating the conversion ratio of each.

    In fact there's no need to even calculate the conversion ratio manually - the click-tracker does it for you! Simply view the stats for the click-tracker and enter a "sales" figure for each tracking ID. The click-tracker then automatically generates the conversion ratio for each one.

    To finish off this article, let's just quickly see how you'd track sales with more than one tracking ID. If you only have one link to your ClickBan

    Will The Cardscan Executive Save You Time or Make Your Life A Hassle?
    The Cardscan Executive is a new type of desktop card scanner which also comes with a contact management software package. What it does is it scans and reads business cards in seconds and then places them into a database and is then able to create a digital address book for the user.Because you are able to not only capture but also consolidate, sort, and search as well as use all the contact information in one easy to use system it makes it much more efficient if you run a sales orientated business. Plus it provides you with a great CRM system so that you are able to know exactly all your customers wants and needs yet no longer do you need to sit in front of your computer with the business cards by your side entering the details supplied on each card one by one. All you need to do is feed the business card into the Cardscan Executive and it will do all the work for you.The Cardscan Executive is not fool proof, some of the data that ge
    il for the password. This will give you full access to all the scripts that are available. Click on "Free Scripts" in the navigation bar and then click on "Tagged Click Tracker". Then fill out the form as follows:

    "Password"
    You should always choose a random combination of letters and numbers for your passwords, but to keep things simple for this example enter "showstats" as the password.

    "Destination URL"
    This is your ClickBank affiliate URL with a tracking ID appended to the end. It should look like this:
    http://yourid.publisherid.hop.clickbank.net/?tid=[TAG]
    Make sure you replace "yourid" with your ClickBank ID and "publisherid" with the ClickBank ID of the merchant you're promoting.

    "Optional Expiration"
    Leave this box as it is, we don't want the link to expire.

    "Name"
    Enter "go" for this.

    You can leave all the other boxes as they are, unless you understand what they do. Now hit "Submit". Follow the instructions on the next page, where you'll be asked to save several files onto your computer and then upload them to your webspace and change the permissions. Upload them to the same folder as your index.html page (as this is the page we're going to edit in a few moments).

    If you've never changed file permissions before then there's a simple guide at PHPSuccessTools - just click on "Guides" in the navigation bar at the top.

    In this example we're assuming that you're linking to a ClickBank affiliate URL on your index page, so instead of linking directly to ClickBank, change the link on your "index.html" page to this:

    http://www.yourdomain.com/go.php?code1

    Let's recap what we've done. We replaced the ClickBank affiliate link on your "index.html" page with a link that goes to the click-tracker script (called go.php). The click-tracker script, in turn, counts how many clicks the link gets and redirects the surfer to the actual ClickBank affiliate link.

    Now we understand what's changed, lets see how it works. Note the tracking ID (code1) at the end of the click-tracker link:

    http://www.yourdomain.com/go.php?code1

    When somebody clicks on that link, the click-tracker looks at the destination URL (which you entered when the click-tracker was created) and replaces [TAG] with the tracking ID. So in actual fact, the destination URL becomes:

    http://yourid.publisherid.hop.clickbank.net/?tid=code1

    Now all you have to do is view the statistics for this click-tracker and you'll be able to see how many clicks your link got. The stats are available at this URL:

    http://www.yourdomain.com/go.php?showstats

    Now let's say that 100 people click on your new click-tracker link and 3 of them buy the product. By looking at your ClickBank stats you'll see that the tracking ID "code1" has produced 3 sales. If you look at your click-tracker stats you'll see that "code1" also generated 100 clicks. Use the two figures together and you can calculate the conversion ratio of 3%. In other words, 3% of the people you sent to the merchant actually bought the product.

    The conversion ratio is important to know. There's no point sending traffic to a merchant that converts at 1%, when you could send that same traffic to a different merchant that converts at 3%. Assuming the commissions earned per sale are the same, you're better off with the second merchant. You'll only know this by testing different merchants and calculating the conversion ratio of each.

    In fact there's no need to even calculate the conversion ratio manually - the click-tracker does it for you! Simply view the stats for the click-tracker and enter a "sales" figure for each tracking ID. The click-tracker then automatically generates the conversion ratio for each one.

    To finish off this article, let's just quickly see how you'd track sales with more than one tracking ID. If you only have one link to your ClickBan

    Holiday Networking: 10 Ways to Job Hunt While You Party!
    Attending holiday events is the best thing you can do for yourself during the next six weeks. Where else can you meet so many new people who can potentially contribute to your job search and in such a brief span of time? Your goal during these holiday soirees, festive potluck dinners, or open houses is to meet people and form friendly social relationships. Here’s how to do just that!1. Attend social events and office gatherings when invited. The New Year is just around the corner and these social events could lead to exciting opportunities in January and February!2. Get ready to shine! Anticipate the kind of questions you’ll be asked and develop a strategy for dealing with each of them. You want to appear relaxed, friendly, interested, and interesting.3. Bring your business cards. Be ready to provide one when someone asks. Your card should include your name, address, phone number, email address, and offer information about the kind of work you do. Your cards s
    simple guide at PHPSuccessTools - just click on "Guides" in the navigation bar at the top.

    In this example we're assuming that you're linking to a ClickBank affiliate URL on your index page, so instead of linking directly to ClickBank, change the link on your "index.html" page to this:

    http://www.yourdomain.com/go.php?code1

    Let's recap what we've done. We replaced the ClickBank affiliate link on your "index.html" page with a link that goes to the click-tracker script (called go.php). The click-tracker script, in turn, counts how many clicks the link gets and redirects the surfer to the actual ClickBank affiliate link.

    Now we understand what's changed, lets see how it works. Note the tracking ID (code1) at the end of the click-tracker link:

    http://www.yourdomain.com/go.php?code1

    When somebody clicks on that link, the click-tracker looks at the destination URL (which you entered when the click-tracker was created) and replaces [TAG] with the tracking ID. So in actual fact, the destination URL becomes:

    http://yourid.publisherid.hop.clickbank.net/?tid=code1

    Now all you have to do is view the statistics for this click-tracker and you'll be able to see how many clicks your link got. The stats are available at this URL:

    http://www.yourdomain.com/go.php?showstats

    Now let's say that 100 people click on your new click-tracker link and 3 of them buy the product. By looking at your ClickBank stats you'll see that the tracking ID "code1" has produced 3 sales. If you look at your click-tracker stats you'll see that "code1" also generated 100 clicks. Use the two figures together and you can calculate the conversion ratio of 3%. In other words, 3% of the people you sent to the merchant actually bought the product.

    The conversion ratio is important to know. There's no point sending traffic to a merchant that converts at 1%, when you could send that same traffic to a different merchant that converts at 3%. Assuming the commissions earned per sale are the same, you're better off with the second merchant. You'll only know this by testing different merchants and calculating the conversion ratio of each.

    In fact there's no need to even calculate the conversion ratio manually - the click-tracker does it for you! Simply view the stats for the click-tracker and enter a "sales" figure for each tracking ID. The click-tracker then automatically generates the conversion ratio for each one.

    To finish off this article, let's just quickly see how you'd track sales with more than one tracking ID. If you only have one link to your ClickBan

    Transcription - Making Your Life Easier
    When it was first used and aired over the radio, the word transcription drew large attention and become the gist of the public’s conversation. Newspapers also have many data about and everybody who can read it become interested in getting into it.Being a transcriptionist, working on transcriptions offers a different kind of job opportunity. It is a task that you can get fond of, aside from that you will also be earning more money as compared to other jobs.However, does working as a transcriptionist present to you the greener pasture you are looking for?Quality transcription generally means providing the client with the clearest and most comprehensive drafts that the clients look into. In order to achieve this goal, the company makes sure that they get highly experienced transcriptionists and the best audios that can be acquired.The work somehow leads to pressure, aside from being a deadline-driven business; it also needs a full precision. All the inform
    hp?showstats

    Now let's say that 100 people click on your new click-tracker link and 3 of them buy the product. By looking at your ClickBank stats you'll see that the tracking ID "code1" has produced 3 sales. If you look at your click-tracker stats you'll see that "code1" also generated 100 clicks. Use the two figures together and you can calculate the conversion ratio of 3%. In other words, 3% of the people you sent to the merchant actually bought the product.

    The conversion ratio is important to know. There's no point sending traffic to a merchant that converts at 1%, when you could send that same traffic to a different merchant that converts at 3%. Assuming the commissions earned per sale are the same, you're better off with the second merchant. You'll only know this by testing different merchants and calculating the conversion ratio of each.

    In fact there's no need to even calculate the conversion ratio manually - the click-tracker does it for you! Simply view the stats for the click-tracker and enter a "sales" figure for each tracking ID. The click-tracker then automatically generates the conversion ratio for each one.

    To finish off this article, let's just quickly see how you'd track sales with more than one tracking ID. If you only have one link to your ClickBank affiliate URL then you won't need to do this, but what if you have two links to ClickBank, one on "index.html" and the other on your blog? Simply use the following URL on your blog where your ClickBank affiliate URL normally goes:

    http://www.yourdomain.com/go.php?code2

    Now when you view your click-tracker stats, just look for "code2" to see how many clicks this particular link received. Similarly, your ClickBank stats will show "code2" as the tracking ID for any sales that came from this link.

    You are free to choose any tracking ID you want (you don't have to use "code1" and "code2"). Just make sure your IDs only contain alphanumeric characters (no spaces or symbols) and are 50 characters or less in length.

    As I mentioned at the start of this article, you can use the above techniques with any affiliate network that has a tracking ID facility. When creating your click-tracker(s), simply enter your affiliate URL as the "Destination URL" and place [TAG] wherever the tracking ID should go.

    If you're feeling adventurous, I recommend you make use of the hit-tracker script, also freely available at PHPSuccessTools Place a separate hit-tracker on each page in your website that contains affiliate links and you'll be able to calculate the click-through ratio as well as the conversion ratio of those links.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.casualarticles.com/article/52381/casualarticles-How-To-Track-Your-Affiliate-Sales--Traffic.html">How To Track Your Affiliate Sales & Traffic</a>

    BB link (for phorums):
    [url=http://www.casualarticles.com/article/52381/casualarticles-How-To-Track-Your-Affiliate-Sales--Traffic.html]How To Track Your Affiliate Sales & Traffic[/url]

    Related Articles:

    Understanding Some Basics for Solid Fund Raising

    Employee Appraisals: Basic Things You Should Know About

    Are You Located in Australia? Confused by the Import Rules? Not Surprised!

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com