Bitly also offers a paid version, but it's pretty pricey. Also check out our other articles about URL shorteners – 6 Cool URL Shorteners With A Twist Which You Should Try Out 6 Cool URL Shorteners With A Twist Which You Should Try Out 6 Cool URL Shorteners With A Twist Which You Should Try Out URL shorteners are a dime a dozen and don't seem to survive long. Answers blocks postings that contain TinyURLs,[citation needed] and Wikipedia does not accept links by any URL shortening services in its articles. Don’t worry so much about the whole base64 thing though.
Once this is on your toolbar, you'll be able to make a TinyURL at the click of a button. If you have a collection of URLs that you would like to share, you can create what’s called a “bundled short URL”. See time spent on attachments Find out exactly how long email recipients are spending on your presentation slides and any other PDF or PPT file you send. This is compatible with most web browsers and platforms as long as your bookmarks or favorites allow javascript. Then you should get rid of the sidebar ad and focus on the other two placements. The test link includes assigning "testoffer" to the source and aff_sub parameters so you can easily find clicks and conversions in your reports.
In the sidebar click on Content » Events » Top Events. Click error monitoring finds and logs any broken links for me.
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. Twitter will use this to make your timeline better. Further data will appear in the Behavior > Events pane after a few hours.This tactic was actually shown to me by Jeremiah Smith (my brother) over at SimpleTiger. When you schedule a link Tweet via Hootsuite, you can shorten the link to an owl.ly link. owl.ly/0a0b0c0 Google: As always, Google has something for you too. Twitter will use this to make your timeline better. Undo Undo Shorten URL @ShortenURL 17 Jul 2011 More Statistics for Sunday, July 17, 2011 Thanks.
DyingLinks gives you control over how long you want your shortened link to be available, along with some other control and privacy features. Furthermore, if we talk amateurishly then Google is better because it's usable effectively. For example, if someone was on the /about/ page, and clicked on an email address, then Google Analytics will record /about/. Understanding which external links are most often clicked on your website will help you understand what kind of information users are looking for. Also, you can choose the redirect type of your link, depending on whether you plan on changing your destination URL in the future. Use custom domain URL shortening to gain a higher level of indexing on Google. Use Custom Short URLs in my books and newsletters to encourage trust and build brand loyalty with fans. Undo Undo Shorten URL @ShortenURL 18 May 2011 More Revision 357: Removed: piurl.com, tr.im, kl.am; Added: min.ms, mrte.ch, v.gd; Thanks. It works almost immediately and you can shorten as much as you want, anytime. With Bitly, you can track how many clicks your shortened links receive, plus bookmark and organize your links on your own personalized Bitly dashboard. 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. It frees up valuable real estate in social messages. More » Ow.ly Another popular alternative, Ow.ly is a link shortener from the leading social media application known as HootSuite.