Links can usually be maintained when the link source is moved to another computer, but this form of tracking is less reliable over time. In order to get the most out if this URL shortener you can integrate it with its parent service. Note: If you will implement HSTS on your primary domain only, allowing your link domain to remain accessible via HTTP, the following actions are not needed.
If you are using the newer Universal tracking please refer to the docs. Free users can choose between “go.clickmeter.com“ or “9nl.com“ as a domain name for their tracking link, while pro users can choose their own domain name. You can turn click tracking on and off in paid accounts after you've sent a few campaigns without generating any compliance issues.
We recommend using a variation of your name and/or your professional brand since you'll share this URL with people so they can find your LinkedIn profile. But, if you need to shorten some links off of Twitter, or for other reasons, these are all great options.Check out this address: If you visit it, you’ll end up right back here. But to be frank, who likes long stressful stuff these days? They can also be maintained when a link source is moved within a computer.
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. Get Started For Free Email tracking that makes life easier email-tracking Know when emails are opened Get instant alerts the moment your emails are opened or clicked. Include a link to a survey on some of our packaging labels. Twitter will use this to make your timeline better.
Typically, data: and javascript: URLs are not supported for security reasons. Another reference to URL shortening was in 2001.[8] The first notable URL shortening service, TinyURL, was launched in 2002. 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. That limits your ability to do roll-up and drill-down reporting. You can now return to the URL shortening service’s homepage at any time to view click stats for the link you posted to your Facebook wall. When used this way, all user activity on such elements is calculated and displayed as Events in the Analytics reporting interface. The goo.gl service provides analytics details and a QR code generator.[citation needed] On 30 March 2018 Google announced that it is "turning down support for goo.gl over the coming weeks and replacing it with Firebase Dynamic Links" (although existing goo.gl links will continue to function).[19] Advantages[edit] The main advantage of a short link is that it is, in fact, short, looks neat and clean and can be easily communicated and entered without error.[20] To a very limited extent it may obscure the destination of the URL, though easily discoverable; this may be advantageous, disadvantageous, or irrelevant. Dead simple to manage multiple custom domains and multiple clients from a single account Consistent branding impression. The Reddit community strongly discourages – and in some subreddits, outright bans – URL shortening services for link submissions, because they disguise the origin domain name and whether the link has previously been submitted to Reddit, and there are few or no legitimate reasons to use link shorteners for Reddit link submissions.[29] [edit] Sites such as Adf.ly use a number of advertising techniques, including interstitial advertising, to generate revenue. To create a tracking link, simply input the destination URL in your ClickMeter account page. Finally, Event Tracking employs an object-oriented model that you can use to collect and classify different types of interaction with your web page objects.