Custom Variables If using the affiliate sub IDs and source values are insufficient for passing through values on click to the landing page, you can set up custom variables to use in the offer URL and tracking link. So we can say That Bitly is a superior alternative.
Not everyone is a fan of link shorteners, though, suggesting that they only add a possible layer of failure to the web. Twitter may be over capacity or experiencing a momentary hiccup. With ClickMeter you get the same powerful link tracking and link cloaking tool most professional marketers use, but at a fraction of the cost. All three of these descriptive items will show up in your GA reporting interface, telling you stuff about the link users clicked on.
Example: South Park Studios uses cart.mn to recreate, in a shortened form, the name of one of its most well known characters. 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. Lists of links It's easy to save and share lists of interesting links, with the list of links feature. In addition to easy link shortening, you can use the service with your own domain, customize the characters at the end of your links, get real-time statistics and even see which countries your clicks are coming from. Link shortening service vb.ly was shut down back in 2010 by Libya, which leads to the problematic fact of link shortening: you depend upon a third-party service to deliver visitors through your shortened links.
Replace: Consider using letters or numbers in place of words. Once the call is complete, it can run a callback function so we can redirect to the outbound page. WordPress links have the structure they do, which is longer, because they’re meant to be permanent and portable. (And of course friendly to search engines.) Even if you weren’t using WordPress, the links contain no arbitrary IDs or other platform-specific implementation cruft so they should be trivial to serve from any system, even if you don’t use WordPress in the future. Links to Sailthru Hosted Pages are not tracked and are not included in reporting. If you're willing to pay, consider Pretty Link Pro or these low cost solutions on Code Canyon.
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. In this article: Using Google Tag Manager If you use Google Tag Manager to manage your Analytics tracking, follow the instructions in Analytics Events to implement events. Examples: Netflix at one time used movi.es and BarkBox, which supplies dog treat gift packages, use the URL shortener ruv.me. GET THE FREE EMAIL COURSE Straight to your inbox Get the best email and digital marketing content delivered. Let's say that you have a website with the homepage that is at: Entering that URL into TinyURL will create a URL like With this you can then redirect someone to anywhere within your site by appending a slash and the pages filename to it. So in the next few pages, you will learn how to shorten links for Twitter. To shorten links for Twitter, you don’t need to do too much techy stuff. By tracking links, you can greatly improve your website by getting rid of items that don’t work and optimizing the ones that do. I’ll use jQuery 1.x for this example since most sites use it but you can substitute a lightweight option such as min.js, Zepto.js, Minified.js or your own event handling functions. Check the Enable OneLink box - the custom URL changes to OneLink Note The link is automatically multi-platform enabled. 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. There are no real extra features or services, so this is good choice if you just want to get the job done as fast and as smoothly as possible without all the extra fluff like signing in and CAPTCHAs and other stuff. One of the most commonly asked question was how to track links in WordPress using Google Analytics? If your shortened URL is ultimately going into some sort of sharing service, you can also enable one-click sharing for various services. Clicking on it will show you a list of outgoing URL(s) users clicked on your website.