7. S.id S.id is another URL shortener that comes with an ads-free interface. If you would rather send these other devices to another location such as your website, check out fallback parameters in the next section. Own Your Short Links on Twitter bit.ly offers URL shortening and link tracking services. They'll be able to view the same real-time reports any time they want! Get all the handy power of a link in a much smaller package, right? This will receive an clicked-link events as they bubble up through the DOM.
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. Such scripts avoid many issues with shortening services, keep the domain name as part of the shortened link, and can be made private. When users recommend web pages to each other, email and bookmarking sites are second only to search engines. • URLs greater than 78 characters long will usually wrap across a line feed, increasing likelihood of breaking.
Dead simple to manage multiple custom domains and multiple clients from a single account Consistent branding impression. The distributed link tracking service maintains file links for the following situations that occur within a domain: The link source file is moved from one NTFS file system volume to another within the same domain. Facebook has this new colored status background feature that works when your status is short and straight to the point.
Power User Features If you‘re becoming a power user of URLs for say marketing purposes or you just want to monitor the traffic your URLs are getting, Bitly probably offers everything you need. Adding tracking directly to your site If you have added the Analytics tracking code directly to your site, you can copy and paste the script below into your own pages to set up Event tracking for outbound links. Such scripts avoid many issues with shortening services, keep the domain name as part of the shortened link, and can be made private. While URL shorteners have had some incredible usage tied to the growth (and constraints) of Twitter, I question their sustainability as a business. It is specified in ISO 8601. analytics contains all the click statistics, broken down into the various time slices. Once implemented, visit your site and click a few outbound links.
Actions Shorten a long URL The Google URL Shortener API allows you to shorten URLs just as you would on goo.gl. Because plain-text campaigns don't use hyperlinks to hide MailChimp's tracking information, subscribers who view your plain-text campaigns will see the full tracking URLs. This means your URLs for blog posts will be instead of or something along those lines. Twitter will use this to make your timeline better. The benefit to Buffer is being able to keep your feed populated even when you’re too busy to post. buff.ly/0a0b0c0 Hootsuite: For the professional user, there’s Hootsuite. One good way to do this is to use Domai.nr, which links directly to registrars for many domain extensions.