By clicking on the toolbar button, a TinyURL will be created for the page you are currently at. It's also important to note that some countries only allow registrations on what's call the third level — .co.uk for example. Add retargeting pixels in short links to track interest in specific products and maximize advertisement ROI. However, you need to be aware that all Goo.gl URLs, as well as click analytics are public. On smaller devices, the symbol for copying text looks like two identical pieces of paper.
Set the Media Source Name: Either add the name of the media source manually in the box or click one of the tabs (e.g. “Email”). Before we answer that question, lets first talk about why would you want to track links in Google Analytics?
It's one of the most widely used options out there, and you'll often find it integrated with lots of other services as well as third party apps like TweetDeck and TwitterFeed. And http:// www.tiny.cc is not a required format because the tiny.cc site happens to be configured without a subdomain (www. was made optional). is shorter and boiled down to only the required parts that make a URL functional: protocol + domain + top level domain (http:// + tiny + .cc). Personally, I use Hootsuite for all of my Twitter’ing so I don’t have the need to go out and shorten it separately.
They are also my favorite in the space, because they allow for you to customize your bitlinks to have any ending you choose. If it's not available, you'll need to locate a registrar who handles the domain extension in question. The traffic that you drive to a URL will primarily be assigned to that URL, and the data in parameters will be added as long as they don’t conflict. After you click on “Edit” you can change your slug to match whatever keywords (2-5 words are best) you are focusing on in the post. 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.
Many people use URL shorteners when they share links to private content, and in fact many web services like Google Maps have offered automatic generation of shortened links for driving directions that reveal personal information like home addresses and sensitive destinations like "clinics for specific diseases (including cancer and mental diseases), addiction treatment centers, abortion providers, correctional and juvenile detention facilities, payday and car-title lenders, gentlemen’s clubs, etc."[34][35] Additional layer of complexity[edit] Short URLs, although making it easier to access what might otherwise be a very long URL or user-space on an ISP server, add an additional layer of complexity to the process of retrieving web pages. You can also log into your Buffer account on the web or by downloading the mobile app to track your analytics and see how many clicks that your links have gotten. Before we go any further, you must upgrade to Universal Analytics. Go to Admin > Edit Posts, hover over the post link, look at the status bar, the number at the end of the URL is the post ID. 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. HootSuite also allows you to view a dashboard that tracks clicks for each shortened link shared in the management system. Twitter even lets you schedule Tweets now ... sort of. You can also put it in your bookmarks instead of the links toolbar. Shortened links allow you to share long URLs in a Tweet while maintaining the maximum number of characters for your message. If you would like to read more from me, follow me Quora Vijay Gaur Disclosure : I co-own BrandNshout .com,a Digital marketing and Branding company. Include a link to a survey on some of our packaging labels. There is now a “Get Shortlink” button next to your permalink when you edit or write a post, and when you click it you’ll get a popup with the beautiful link already highlighted for your copy and pasting pleasure. URL shorteners typically work by redirecting users using a special server response commonly referred to as a "301." This tells the browser that the resource at your short URL has been permenantly moved to the full URL's location. HootSuite also allows you to view a dashboard that tracks clicks for each shortened link shared in the management system. Firing Rules: Set to All Pages You want Tag Manager to listen for all link clicks on all pages – so just check the preconfigured firing rule for “All pages”.