The customized bit.ly version allows you to use your own domain name for branded short links which can be easily shared on Twitter, Facebook or other social media sites. And though it is unlikely that Bit.ly will be shut down, they are still a middleman.
With its own URL shortener, you can ensure that your long links are kept safe and secure for your visitors. Their story had a happy ending in that someone came in and saved them, but it was hard not to think of what would have happened if all their links stopped redirecting one day: part of the web would go dark. You may still want to track your URLs to see how well your tweets are performing. Outbound link tracking The table below shows the top ten links visitors to this site have clicked on in the last seven days. Twitter may be over capacity or experiencing a momentary hiccup.
The service imports all of your short URLs and stores them and will also take over your URL shortening domain if you decide to close it, ensuring links posted throughout the Internet continue to work.Geniuslink: smarter links for commerce Geniuslink offers URL shortening with your own custom branded domain powered by the most intelligent link management platform in existence. If you already have a domain you want to use just point it at our site and add it to your account. You can always view clicks over a period of 24 hours, a month, and a custom date range. Facebook has this new colored status background feature that works when your status is short and straight to the point. This is helpful for tracking: File Downloads Video Engagement External Link Clicks Internal Link Clicks Email Link Clicks Additionally, when setting up event tracking you will be able to add categories, actions, labels to see specific link information or high-level link click information. Real time link editing means a quick edit is all it takes to instantly shift customers to a new landing page.
However, if you log into goo.gl and ask for a short URL, goo.gl will generate a unique short URL, even if someone else already requested a link to the same website. Publish one custom branded short link on my business card, then keep the destination URL updated so that people are always taken to my latest blog post when they visit. Here at CoSchedule we bought cos.sc as our custom domain, and integrated it with Bit.ly. To use custom campaigns, you add UTM parameters to your URL which are then recorded in your custom analytics report.
Sometimes a short URL is useful simply to give someone over a telephone conversation for a one-off access or file download, and no longer needed within a couple of minutes. This website has been known to distribute spyware." TinyURL countered this problem by offering an option to view a link's destination before using a shortened URL. In this example, we want to use several newsletters such as the "jan2018-newsletter" campaign name, which is the ‘c’ parameter in the tracking link. The customized bit.ly version allows you to use your own domain name for branded short links which can be easily shared on Twitter, Facebook or other social media sites. 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. You’d be able to see anytime someone who got your direct mail package in the mail, actually went to your website. 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. Link preview Afraid of clicking on a short link without knowing where it goes? We can also store your Google Analytics ID to track visits to your campaign pages and hosted campaign archive, so you can see traffic to these pages in your Google Analytics account. That just means that each number from one to 18,014,398,509,481,984 can be encoded in the combination of nine characters Instagram uses in its URL, and the characters are 0 to 9, uppercase A - Z, lowercase a - z and two other characters (usually a + and a /, although Instagram probably uses a - and a _ if it uses 64 characters instead of 62). If you set Use Google Analytics? to “Yes”, then all links will add special utm parameters that will allow you to identify traffic coming from emails in Google Analytics. As they say, barriers can boost creativity, so people have learned to be pretty witty with 280 characters, even inventing hashtags to make the whole process easier.