It allows for custom domains so you can brand your shortened link. You can still view the analytics with the .info or + trick, but you'll need to remember the short URL.Google Provides URL Shortener API for free with a daily limit of 1,000,000 requests. Twitter will use this to make your timeline better. Every access requires more requests (at least one more DNS lookup, though it may be cached, and one more HTTP/HTTPS request), thereby increasing latency, the time taken to access the page, and also the risk of failure, since the shortening service may become unavailable.
Example: South Park Studios uses cart.mn to recreate, in a shortened form, the name of one of its most well known characters. For example, the URL "" can be shortened to "", and the URL "" can be shortened to "". More » Is.gd Is.gd provides one of the simplest URL shortening experiences by giving you nothing more than a field to input your long link so you can instantly transform into a shorter one. 1 billion times.[1] Other uses of URL shortening are to "beautify" a link, track clicks, or disguise the underlying address. More meaningful: readers at least know the link goes to your site. Generate an Impression Pixel To track impressions for an offer, copy the code in the Impression Pixel box and place it on the same page as your tracking link.
Maybe, the footer bar and the after post banner is working the best, but your sidebar ad is not. This method can create some clever domains and also have the advantage of using the domain extension itself as part of the word or words you're trying to convey.
You can also view a world map where your last 50 clicks came from. 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. Set a custom 404 URL so both search engines and visitors are sent to valid pages on my site when trying to follow any link that doesn't exist.
In your WordPress dashboard in Settings > Permalinks you can choose which format you’d like your permalinks to be. A real-time dashboard with traffic analytics and referrer data shows how many people shared and clicked your links. bit.ly is a free service. And if I was using Twitter.com to Tweet as I sometimes do, then I wouldn’t use one, I’d just let Twitter shorten it. Finally, Event Tracking employs an object-oriented model that you can use to collect and classify different types of interaction with your web page objects. Please note: iwantmyname is not affiliated with Short.cm and only offers domain registration / DNS hosting services.You get a whopping 280 tiny Twitter characters to say what you want to say in a tweet. Twitter will use this to make your timeline better. The shortest possible long-term URLs were generated by NanoURL from December 2009 until about 2011, associated with the top-level .to (Tonga) domain, in the form , where xxxx represents a sequence of random numbers and letters.[15] On 14 December 2009 Google announced a service called Google URL Shortener at goo.gl, which originally was only available for use through Google products (such as Google Toolbar and FeedBurner) and extensions for Google Chrome.[17] On 21 December 2009, Google introduced a YouTube URL Shortener, youtu.be.[18] From September 2010 Google URL Shortener became available via a direct interface.