A common mistake is to duplicate information in this field from other fields. Additionally, pageview calculations are unaffected by user activity tracked using the Event Tracking method. You can also get a visual glimpse of your engagement for a different perspective. See how that one event isn’t named correctly, so it shows as undefined?
It is a legitimate concern that many existing URL shortening services may not have a sustainable business model in the long term.[12] In late 2009, the Internet Archive started the "301 Works" projects,[25] together with twenty collaborating companies (initially), whose short URLs will be preserved by the project.[12] The URL shortening service ur1.ca provides its entire database as a file download, so if its website stops working, other websites may be able to provide ways to correct broken links to URLs shortened with its service. It would be advisable first to list all the links to your site and if you find any suspicious links, use this utility to examine it.
However, while Analytics shows exit pages it won’t tell you which links users clicked to leave your site. In the Settings & Tracking section of the Campaign Builder, check the box next to Google Analytics link tracking.
Furthermore, Bit.do also offers a statistics feature to allow you tracking the performance of your URLs. Not all redirection is treated equally; the redirection instruction sent to a browser can contain in its header the HTTP status 301 (permanent redirect), 302, or 307 (temporary redirect). But now I have the option to make special mistake-proof short links for print purposes. Authenticate your Google Analytics profile or enter UA-Code manually.
With a free account, your links are good for 7 days or 100 clicks. 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. Whenever you paste a link into Buffer to be scheduled to post at a later time, it automatically shortens the link for you. This doesn’t change the way the PDF document is displayed or downloaded by your users. People have learned that shortened links can lead to any random spam page on the web. As a result, long URLs must be copied-and-pasted for reliability. Bitly also offers a paid version, but it's pretty pricey. 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 can use this service with or without an account. Then, along came some Google algorithm updates and the Penguin put an end to it all.