This can be done online, at the web pages of a URL shortening service; to do it in batch or on demand may require the use of an API. See also[edit] [edit] External links[edit] URL redirection and shortening at Curlie (based on DMOZ) Comparison of URL Shortening Services, SearchEngineLand. Check Enable OneLink to convert the custom tracking link to OneLink, while retaining all the added parameters to the link. 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. 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.
Bitly also offers a paid version, but it's pretty pricey. In Tiny, click the “Stats” page button under the URL to access the statistics. There are a lot of options for shortening your links, and some even provide additional services like link bookmarking and analytics on your clicks.
Don't use your company name: URL shorteners can also be formed from product names, words common to your industry, slogans or even slang. Tracking Out-going Links with Google Analytics With Google Analytics, you can also track outbound links on your website. It takes 30 seconds to take control of your inbox.Home Send better email campaigns Subscribe to our email course to learn how to create and send high-performing email campaigns that drive results for your business. A search engine spider can follow links just as your browser did and is satisfied if it sees the 301 redirect method in-use. This example assumes that you are using the analytics.js tracking code. 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.
Well in this article, we will show you how to track links in WordPress using Google Analytics. Search engines care about redirects because when they see one, they need to decide how to pass link popularity. Running both Eventbrite’s old Google Analytics integration and the new Tracking Pixels tool on a single event will corrupt your data. But like I said, on Twitter, the Twitter folks have already figured out the whole URL shortening thing. When the link targets match the filter, the link is tracked. The examples in this guide all use a REST-style JSON protocol.
Twitter may be over capacity or experiencing a momentary hiccup. If you use an affiliate plugin to format your affiliate links into something like this then you will have to enable tracking of internal links as outbound links. Tap the address bar once to highlight all of the text contained within it. Use short links with Bluetooth Low Energy (BLE) Beacons for asset tracking and proximity marketing. If the http protocol isn’t visible in the navigation bar, copy and paste the link and it should appear. The short URL can allow blacklisted URLs to be accessed, bypassing site blocks; this facilitates redirection of a user to blacklisted scam pages or pages containing malware or XSS attacks. They create unique tracking links and give you insight on how to create value out of the sharing data. But now I have the option to make special mistake-proof short links for print purposes. Aside from the custom domains that you can use with the premium option, you can also view campaign comparison charts, download the data as an excel file, filter clicks data, and much more. For a media battle of an organization distributing content, most likely a bitly is a superior alternative.