Tracking Out-going Links with Google Analytics With Google Analytics, you can also track outbound links on your website. This chart shows how frequently the breakpoint media query values changed on this site over the last seven days as well what breakpoints were most commonly changed to/from: Getting started with autotrack To you use autotrack on one of your own sites, the best place to start is the usage documentation on Github. It doesn’t work for any URL in the world, just WP.com-hosted ones. This point was underscored a few days ago when a popular one, tr.im, announced they were going to shut down at the end of the year. In general, don't remove vowels at the beginning of words, though.
Given the choice between spending time and money to find a different home, or just giving up, the latter won out.[22] Google's url-shortener discussion group has frequently included messages from frustrated users reporting that specific shortened URLs have been disabled after they were reported as spam.[23] A study in May 2012 showed that 61% of URL shorteners had shut down (614 of 1002).[24] The most common cause cited was abuse by spammers. 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.
Such scripts avoid many issues with shortening services, keep the domain name as part of the shortened link, and can be made private. You just end up following other people who fell for the same thing and you’re all tweeting to each other, without any of you really listening to what the other ones have to say.You get a whopping 280 tiny Twitter characters to say what you want to say in a tweet. Check the Enable OneLink box - the custom URL changes to OneLink Note The link is automatically multi-platform enabled.
Whenever you paste a link into Buffer to be scheduled to post at a later time, it automatically shortens the link for you. If you choose to edit the default title, make sure you don't include any special characters.
This real-time report gives you detailed tracking information about every single click your link receives, as it happens. 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. Therefore among the other tasks that you perform on your website, use this handy link tracker also. It gives you yet another level of analytics that you can use to base your decisions on. If it contains any query strings such as ? & = then it is a dynamic URL. eg: 357&sort=date (Note also that blank spaces are never allowed in a web address). Use short links with Bluetooth Low Energy (BLE) Beacons for asset tracking and proximity marketing. You will need to make sure you have the standard google tracking script on your page too. Here at CoSchedule we bought cos.sc as our custom domain, and integrated it with Bit.ly. If you want a more granular approach too, use the "Just-Discovered" tab to see brand new links that are pointing to your PDF.