Use custom domains to multiply click-throughs and increase the public's awareness of my brands. Add retargeting pixels to short links for tracking interest in specific products and growing a list of qualified customers.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. When you click on a backlink, it might open in the same tab or a new tab or window. Within this tab, you can also search locations, referral tweets, and popular tweets shared. Google Analytics doesn’t “listen” for link click events by default, so that’s why we have to go the extra work of creating a link click listener tag.
So we can say That Bitly is a superior alternative. See also[edit] [edit] External links[edit] URL redirection and shortening at Curlie (based on DMOZ) Comparison of URL Shortening Services, SearchEngineLand. 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. Twitter will use this to make your timeline better. With its own URL shortener, you can ensure that your long links are kept safe and secure for your visitors.
9k answer views awe.sm is great for tracking how your link has been shared. Use this feature to keep data longer than 30 days, send it to clients, or do custom analysis.
Notes You can further modify these tracking URLs as you wish by clicking on the settings wheel beside the tracker and then EDIT. As a result, long URLs must be copied-and-pasted for reliability.
TinyURL tries to disable spam-related links from redirecting.[30] ZoneAlarm, however, has warned its users: "TinyURL may be unsafe. Once this is on your toolbar, you'll be able to make a TinyURL at the click of a button. The Google Analytics campaign title combines the MailChimp campaign title with the date to make it easy to search for in your Analytics dashboard. Set Different Titles for Emails in a Series All emails in an automation series will have the same title in your Google Analytics account unless you set a separate title for each. There are security implications, and obsolete short URLs remain in existence and may be circulated long after they cease to point to a relevant or even extant destination. SEO, webmasters, used to think that the more links they had to their websites, the better would be its ranking on search engines. The test link includes assigning "testoffer" to the source and aff_sub parameters so you can easily find clicks and conversions in your reports. The link tracking services are exposed by the IShellLink and IOleLink interfaces. You'll also get detailed statistics for every link when you sign up for an account, and you're paid via PayPal for payouts as low as $5. More » Bit.do Bit.do is another great alternative that's both simple and powerful. To see an example implementation from Demos & Tool, check out the source code.Success and money are just a consequence if you use the right techniques and tools. This can result in URLs that are hundreds of characters long and that contain complex character patterns. 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. Our favorite is YOURLS, but Lessn More is another good free option. It not only helps you learn about your visitors and popular content, but you can also use it to develop strategies to further optimize your WordPress blog. Initially Twitter automatically translated URLs longer than twenty-six characters using TinyURL, although it began using bit.ly instead in 2009[10] and later developed its own URL shortening service, t.co. 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.