One of the most common blunders by those using article marketing to distribute free reprint articles is to include periods after domain names at the end of sentences. Surely those authors who have made this blunder realize that if that period gets included in the URL, the link will lead to a 404 error or “Page Not Found” message any time a visitor clicks on your link from any web site that used your articles. Publishers complicate things by not visiting links included in author resource boxes and failing to correct the address error in the URL once they do notice it.To be fair to publishers, it is often difficult to edit within some content management systems and it simply takes too much time to make those changes. To be fair to article authors, we certainly ought to be able to use correct punctuation in our writing, even if it does cause problems with automated link creation in CMS (Content Management System) tools. To be fair to CMS programmers, writing exceptions into the software on CMS sytsems to remove that period leads to incomplete and truncated filenames along with other complex unintended consequences.But the ultimate responsibility for this issue rests squarely on the head of web content authors who write articles intended to gain them links from other websites. Most have figured out the eccentricities of the web and know how to avoid this problem after seeing a few bad links or URL’s that are not hyperlinked by web content publishers. You MUST understand these issues to successfully use article marketing to get your web content used by publishers.For those web content authors who have NOT figured out the eccentricities of publishing on the web, here a a few guidelines:1) I’ll repeat the opening admonition here because it bears repeating as the most common error by article marketers – Don’t follow web addresses with periods or the resulting link will lead to an error page. Include a space between domain names and periods if you must use a period following a web address. Content Management Systems (CMS) used by web content publishers will include that period in the hyperlink!2) Never cut and paste from Microsoft Word documents or other proprietary word processing software, because most use non-ascii text which replaces common punctuation with code unique to their software to create punctuation marks such as hyphens, elipses, quote marks, accents, exclamation marks, dashes and underscores. It is very irritating to read articles that include those odd looking foreign characters on web pages. Most publishers cannot, and the remaining publishers WILL not take the time to fix those strange characters in your text before publishing them to a web page or pasting them into their plain text newsletter. So your article simply will not be used in most cases.3) Start a new line each time you include a web address within the body of the article AND in your resource boxes, because email clients often “break” web addresses if they are longer than 64 characters. Count the characters in any web address you use in articles or in your resource boxes because if theyare longer than 64 characters, many will wrap onto the following line of text, those content management systems (CMS) will then ALSO truncate your web address and send anyone who clicks that incomplete URL to a “404 error, Page Not Found.” Use one of the recognized URL shortening and forwarding services to make the longer web addresses short. My favorite is (4) Don’t use proprietary software to paste your articles INTO before distributing to ezine editors, article distribution and web content sites because that proprietary software converts both previous proprietary punctuation from word processing software and previously ascii text punctuation within your article to use IT’S own proprietary punctuation which shows up on web pages as bizarre foreign and unrecognizable characters as it sends that article to web publishers. Again, leading to your article not being used by web content publishers.5) Always remember to use the leading portion of web addresses that you want converted into links by web content publishers because, once again, their content management system (CMS) won’t recognize it as a URL (web address) if that portion is missing from the domain name. Most will not take the extra time to add that required element to your address to cause their CMS to embed the hyperlink for them and almost nobody will return to add the hyperlink if their CMS fails to do it for them – many don’t know how to write the necessary HTML to embed links but would be required to add it if their CMS didn’t do it for them initially – so they can’t link to you if they want to.Learn the bugaboos of Web CMS and take advantage of the knowledge to out-perform your article marketing competitors who haven’t yet learned how to manage Content Management Systems to their advantage.
Posts Tagged ‘Business’
Article Marketing in the Web Content Management Systems
Friday, January 8th, 2010How to Measure Conversion Ratios & Traffic Quality
Tuesday, December 29th, 2009In this article we’re going to look at conversion tracking – the process of tracking the number of website visitors that are being “converted” by performing a certain action, such as buying your product, joining your mailing list or downloading an ebook and so on. There’s no point advertising your product if people visiting the sales page aren’t being turned (or converted) into buyers. The conversion ratio will tell you all you need to know. For example, if 100 people visit your sales page and one of them buys the product, the conversion ratio is 1%.
We’re going to take things a step further though. I’m going to demonstrate how you can advertise a free ebook on your website, and track not only the overall conversion ratio but also the individual conversion ratio for each advertising source. For example, if you advertise your free ebook in several different ezines then you’ll be able to see which ones are sending you the most targeted traffic (i.e. generating the highest conversion ratio). Ezines sending you untargeted traffic will generally produce a lower conversion ratio. This makes sense because if you’re getting untargeted traffic, the number of people actually downloading your ebook will be lower than that which you’d get from targeted traffic, who are more likely to be interested in your ebook.
Let’s look at a quick example. If you advertise in two ezines and the first sends you 1000 visitors and only 10 download your ebook, the conversion ratio is 1%. If the second ezine sends you 100 visitors and 20 people download it, the conversion ratio is 20%. If it costs $100 to advertise in the first ezine then you’re paying $10 per download, because ten people downloaded the ebook. If it also costs $100 to advertise in the second ezine then you’re paying only $5 per download. These figures are just made up for simplicity and aren’t realistic, but the principle is all that matters here. The first ezine may have many more subscribers, and therefore look like a better deal, but only through conversion tracking can you see the real picture. In this example it’s clear that the second ezine offers much better value for money, dollar for dollar.
Let’s put this all into practice and see how it actually works. You’ll need your own hosting account with PHP installed and the ability to upload files to your webspace. The first thing we need to do is create a webpage to advertise the free ebook. Call this page “freebook.html”. Here’s an example you can copy (in Internet Explorer just click on “View>Source” and save the file, in Firefox click “View>Page source”, then click “File>Save page as”):
http://www.phpsuccesstools.com/ex/freebook.html
You’ll also need a “Thank You” page that people are sent to after entering their email address. Call this page “thank_you.php”. Once again you can copy the following example:
http://www.phpsuccesstools.com/ex/thank_you.php
The reason why the “Thank You” page is a PHP file and not a HTML file is because the form on “freebook.html” can’t submit to a normal HTML page. If you don’t understand what that means then don’t worry, it’s not important. You can make your own “Thank You” page if you want – just make a normal HTML page but call it “thank_you.php”. Upload both of these files to your document root, which is where your “index.html” file normally goes.
In real-life applications you would probably use a mailing list provider to record the user’s email address. In this example the form on “freebook.html” simply submits the visitor’s email address to the “thank you” page without recording it anywhere. This is fine for example purposes, but in reality you’ll need to replace the form on “freebook.html” with that given to you by your mailing list provider. As long as you can specify a “Return URL” or similar then everything will work ok. Set the “Return URL” to the address of the “thank_you.php” page. This is simply the page the visitor is returned to after they join your mailing list. Not all mailing list providers call it a “Return URL”. GetResponse calls it a “Confirmation URL” for example. Whatever it’s called, just make sure you set it to your “thank_you.php” page.
The next step is to set up a conversion-tracking script. Go to http://www.phpsuccesstools.com, click “mailing list” in the navigation bar at the top and subscribe, then check your email for the password. Click on “Free Scripts” in the navigation bar and then click on “Conversion Tracker (Click Based)”. Now fill out the form as follows:
Password: stats (normally you’d choose a better password, for simplicity we’ll stick with “stats”)
Destination URL: freebook.html
Name: free
Leave the rest of the form alone (unless you know what you’re doing) and press the “Submit” button. Follow the instructions on the next page, where you’ll be asked to save several files onto your computer and upload them to your webspace and change the permissions. Upload them to the same place as “freebook.html” and “thank_you.php”.
If you’ve never changed file permissions before then don’t worry, here’s a great guide that simplifies this already simple task:
http://www.phpsuccesstools.com/do.php?p=permissions
Now add the following code to your “thank_you.php” page (which isn’t necessary if you’ve used the example page above as the code is already present):
img src=”free.php?sale=1″ border=”0″ width=”1″ height=”1″
Don’t forget to add angle brackets at the start and end of the above tag.
Now let’s put the conversion tracker to use. For the purposes of this demonstration, we’ll assume you want to advertise your free ebook in two different ezines. In reality you can monitor up to 1000 different advertising sources, and obviously they don’t have to be ezines.
Your ad in the first ezine should advertise the following URL:
http://www.yourdomain.com/free.php?ezine1
The second ezine would advertise this:
http://www.yourdomain.com/free.php?ezine2
You can see examples of these URLs here:
http://www.phpsuccesstools.com/ex/free.php?ezine1
http://www.phpsuccesstools.com/ex/free.php?ezine2
All we have to do now is look at the conversion stats:
http://www.yourdomain.com/free.php?stats
You can see some example stats here:
http://www.phpsuccesstools.com/ex/free.php?stats
Look underneath the “Tag” heading and you’ll see the two “tags” we’ve used – “ezine1″ and “ezine2″. These tags can be anything you want (without spaces or symbols), and should be meaningful. For each of these two tags you’ll see the click count and the number of sales. Obviously there are no sales if you’re giving away a free ebook. You can think of the sales count as a “conversion count”, in other words the number of people that have been converted. In this case, “Sales” refers to the number of people that have entered their email address into the form to get your free ebook.
Finally, the “Conversion Ratio” is the ratio of unique clicks to sales. For example, if 100 people click on your ad in the first ezine (tagged “ezine1″) and 40 of them sign-up to receive your ebook, the conversion ratio will be 40%. Note that raw clicks are not included in the calculation, only unique clicks. A unique click is someone who hasn’t clicked on the link before. A raw click is counted every time. So if somebody clicks 10 times they’ll count as 10 raw clicks and one unique click.
Let’s now examine how the whole thing works, so that you understand what’s going on. When somebody clicks on your ezine ad, a cookie is placed on their computer containing the “tag”. For example, the following URL will place a cookie with the tag “ezine1″:
http://www.yourdomain.com/free.php?ezine1
The click count for “ezine1″ is then updated and the user is forwarded to your “Free Ebook” page. If that person enters their email address and proceeds to your “Thank You” page, the cookie is picked up and the sales count (or conversion count) for “ezine1″ is updated. By the way, you don’t have to specify your “Free Ebook” page as the Destination URL when you create the conversion-tracker script. It can be any page on your website.
You may be thinking that I’ve forgotten something in this example – how do people actually get the free ebook you’re advertising? Well that’s up to you. You can either put a link to it on the “freebook.html” page, or if you’re using a mailing list (as described earlier) you could send the download location in the welcome email.
A conversion tracker like this is extremely useful in monitoring the quality of traffic you’re receiving. High quality traffic consists largely of people that are interested in what you’ve got. Ultimately, a high volume of traffic is useless if it isn’t targeted. Conversion tracking is the only way to discover the bottom line. Don’t waste money on advertising that isn’t pulling in targeted visitors.
Does Your Business Have An Online Presence?
Sunday, December 13th, 2009How is your business doing at the moment? Are you awash with orders and work, or are you wondering why everyone else seems busier than you are? There is no doubt that the recent economic downturn is affecting everyone, but that is all the more reason why you should look at getting your business online, if you aren’t there already. Indeed, a business that doesn’t have a website isn’t the type of business that can be accessed at all hours of the day and night. What’s more, if you deal with customers in other countries a website will keep your doors open everywhere too. So how do you get started? How do you go from being a simple bricks and mortar business (even if you are based at home) to being one that has a professional online appearance? Well, you could create a website yourself in theory, but it pays to know what you are doing. If you don’t understand how even the most basic website is put together, then it is much better to have a professional web designer create one for you. The most important thing is to know what you want to achieve with your website. A professional designer will understand how to create a website that takes your business forward into the future. It should also appeal to just the right kind of person you are trying to reach with your message. Of course there are other important factors to consider as well. For example, what will the name of your website be? You need something short and simple to remember; and you also need to check that your own business name hasn’t already been taken as a URL by someone else. In fact, some people actually buy the .com name as well as the .co.uk one, to protect their interests and ensure that they are covering all the bases. There are obviously going to be costs involved with both creating a website in the first place and keeping it running. But they are usually offset by the size of the potential audience you can reach. The cost of designing the site will be the biggest outlay; your domain name or URL is usually paid for on a yearly or bi-annual basis. In addition, your web hosting can be very competitively priced; but this is also essential to have in place, as this is what allows your website to be made accessible online. In short, although it takes time to get online initially, it is certainly time well spent. And once the traffic starts coming in, you will never look back, which is good news for your business.
