Use this field to describe the type or location of the link. By tracking those links, you can find which one is working the best. A shorthand link is associated with the registered URL. From Google Event Tracking Guide Event Tracking is a method available in the ga.js tracking code that you can use to record user interaction with website elements, such as a Flash-driven menu system. However, we don’t want to exclude any href that starts with 2 slashes because those are usually fully qualified absolute URLs that are trying to be protocol relative (typically sites that have both HTTP and HTTPS experiences).
Twitter.com: The truth is that the best URL shortener for Twitter is the one that’s built into Twitter. View Existing Tiny URL Hashes To find what existing hashed URLs point to, you can view all previously created tiny URLs by going to Offers > Tiny URLs. It is more focused on what happens once a visitor comes to your site.Link tracking is what seperates the men from the boys in online advertising. This article is part of our HasOffers Basics series. TinyURL tries to disable spam-related links from redirecting.[30] ZoneAlarm, however, has warned its users: "TinyURL may be unsafe. We need to be careful and ensure tracking never stops user navigation even on failure.
For example, .in, the TLD for India, is good for names ending in the "en" or "in" sound. .es, Spain's TLD, is good for plural names ending in "-es". 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. Undo Undo Shorten URL @ShortenURL 5 Jun 2011 More Statistics for Sunday, June 5, 2011 Thanks. Undo Undo URL Shortener @URL_Shorteners_ 5 Dec 2012 More When to sell a name you make actually use.
Unless you want to track URLs, you have no need to run to an outside website in order to make your URLs smaller, Twitter only counts links for a certain number of characters now. Instead, they create a “tracking link” that will act as a redirect to the actual landing page or website URL.
In general, don't remove vowels at the beginning of words, though. To view stats for your custom campaigns go to Google Analytics Reporting » Traffic » Sources » Campaigns and you will see something like this. Google's URL builder lets you manually add custom analytics parameters to a website URL. If you have stored your links in some document, you can copy/paste from there.