Use custom domain URL shortening to gain a higher level of indexing on Google. In this guide, we discuss: how to set up trackers, how to channel or redirect your users to various locations, how to create useful segments to analyze the performance of your campaigns, and how to plan and implement your campaign structure. If you need quick and dirty link shortening, maybe Bitly is then the best for you. It’s very simple interface will allow you create custom URLs so that it’s not just a random mix of letters and numbers if you want. bit.ly/0a0b0c0 TinyURL: Another one of the first, if not the first URL shorteners for Twitter. This can be added to existing JavaScript files or in a script block as long as it’s loaded somewhere within the HTML body (ideally, just before the closing tag). jQuery (or your alternative) must be loaded first although the Google Analytics tracking code can appear anywhere on the page. /* Track outbound links in Google Analytics */ (function($) { "use strict"; // current page host var baseURI = window.location.host; // click event on body $("body").on("click", function(e) { // abandon if link already aborted or analytics is not available if (e.isDefaultPrevented() || typeof ga !== "function") return; // abandon if no active link or link within domain var link = $(e.target).closest("a"); if (link.length != 1 || baseURI == link[0].host) return; // cancel event and record outbound link e.preventDefault(); var href = link[0].href; ga('send', { 'hitType': 'event', 'eventCategory': 'outbound', 'eventAction': 'link', 'eventLabel': href, 'hitCallback': loadPage }); // redirect after one second if recording takes too long setTimeout(loadPage, 1000); // redirect to outbound page function loadPage() { document.location = href; } }); })(jQuery); // pass another library here if required The event is recorded with the category name ‘outbound’, action name ‘link’ and the value set to the URL of the outbound page. Recently bit.ly announced the addition of a premium service to its URL-tracking system.
Example: Nissan uses nssn.co Use initials: This tip works for personal or organization URL shorteners. This means your URLs for blog posts will be instead of or something along those lines. 0 {{ upvoteCount | shortNum }} ryback888 in Product Reviews Anyone had experience with Simon Harries product called Affilliate Funnel Clones? If you have used either the UTM tracker or outbound link tracking in the past, then let us know of your experience. As they say on their website, ClickMagick is a tracking software tool that allows you to Track And Optimize All Your Marketing, All In One Place.
Such URLs are difficult to memorize, type-out or distribute. Shortening services come and go, and you don't want to risk having live links disabled because the app that was forwarding them went out of business. The service imports all of your short URLs and stores them and will also take over your URL shortening domain if you decide to close it, ensuring links posted throughout the Internet continue to work.Geniuslink: smarter links for commerce Geniuslink offers URL shortening with your own custom branded domain powered by the most intelligent link management platform in existence. However, standard analytics tools only do a great job in describing activities within the website without dealing too much with your links outside your website. Type or paste the full URL of the link that you want to add to your Facebook wall into the input field. By clicking on the toolbar button, a TinyURL will be created for the page you are currently at.
If you’re promoting your own website, then you can use the standard conversion tracking codes to record sales and leads throughout your sales funnel.Earlier, we wrote about how to install Google Analytics in WordPress, and we have received tons of questions from our users. One of the most popular link shorteners is Bit.ly, and their use of the .ly domain has been a problem for some. It's one of the most widely used options out there, and you'll often find it integrated with lots of other services as well as third party apps like TweetDeck and TwitterFeed.
While URL shorteners have had some incredible usage tied to the growth (and constraints) of Twitter, I question their sustainability as a business. Replace: Consider using letters or numbers in place of words. It's also important to note that some countries only allow registrations on what's call the third level — .co.uk for example. So if you have a page at , you can use the URL and going to this URL will forward the visitor to the page in your website. Initially Twitter automatically translated URLs longer than twenty-six characters using TinyURL, although it began using bit.ly instead in 2009[10] and later developed its own URL shortening service, t.co. One good way to do this is to use Domai.nr, which links directly to registrars for many domain extensions. Will it be a similar message throughout several emails? Undo Undo Shorten links ! @sqrl_in 19 Mar 2010 More Google moves could bring fast Web apps closer - Thanks. Outbound links are the links which take visitors from your website to some other site on the web. So set-up URL forwarding (using a 301 redirect) to . Example: link UPDATE The above is for the older version of the API - ga.js. Each time a contact clicks a link in the campaign, the tracking information redirects them through MailChimp's servers and sends them to the intended web address.