The general idea people have about Google Analytics is that it tells you how many vistors and pageviews you are getting, where the traffic is coming from, and what content is popular on your website. Abbreviate or shorten: Use common abbreviations to make things shorter or just chop off some letters of your name. From there, you can click Export as CSV to download a list of contacts for each link result. Get everything hooked up Some services, such as Bitly, let anyone create a vanity URL shortener.
Bitly provides smarter analytics tool that enable one to experience real time experience of how their shared link is performing online. Twitter will use this to make your timeline better. Edit short URLs or QR codes to fix broken pages any time I need it. Google Analytics does not track outbound links by default.
Customizable links Custom keywords, titles, limits on clicks and availability, you name it: make your short links as you like and change their settings at any time. Enter the name of this tracker, select link to a network and from the drop down list, select the network that this tracker should be linked. Tip Don’t clear the cookies from your browser between posting the shortened link and visiting the URL shortening service to view statistics.
Some URL shortening sites, such as TinyURL.com, will also offer you an option to specify your own “key” or alias for the longer URL you supply. 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. Without tracking those metrics, how do you know which method is working the best? To enable outbound link tracking, you need to add a little javascript to your website, and add a little code with each outgoing link that you want to track. An example Turn this URL: X0DER&pf_rd_s=center-10&pf_rd_r=11EYKTN682A79T370AM3&pf_rd_t=201&pf_rd_p=1270985982&pf_rd_i=B002Y27P3M into this TinyURL: Which one would you rather cut and paste into your browser?
You can use your own short URLs to point to different pages on your site. Having a link shortener protects users from malicious sites that engage in spreading malware, phishing attacks, and other harmful activity. This method is safe and would definitely save you a lot of stress. We need to be careful and ensure tracking never stops user navigation even on failure. Tip: Storing unique values in the appropriate parameters can drastically improve report performance. 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. Generating a Tracking Link To generate a tracking link for a publisher, go to Offers > Manage Offers and select the relevant offer. 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. For example, let’s say that you have a page on your blog where you sell an ebook. The links toolbar may not be visible in all setups and in most browsers, you can enable it in the View->Toolbars menu of your web browser. However, standard analytics tools only do a great job in describing activities within the website without dealing too much with your links outside your website. In the example above we have created a link to be shared on Twitter, as a tweet. utm_source parameter identifies the source of traffic this could be a site, a social media network, newsletter, app, etc. The media source value is represented in the tracking link, on the bottom of the page, under the ‘pid’ parameter. Note To properly differentiate between your custom tracking link and AppsFlyer integrated partners tracking link, do not use "Facebook", "Facebook Ads", "Google", "Twitter" or "Organic" as your custom media source name (case insensitive). And getting me a web page is kind of the most important thing the web does…Every redirect is a one more point of failure, one more domain that can rot, one more server that can go down, one more layer between me and the content. Technically not part of any protocol, it is simply a convention standing for world wide web.