By clicking on the toolbar button, a TinyURL will be created for the page you are currently at. There is no option to customize your shortened URL. Placeholders will vary from partner to partner, but are usually phrases delineated with brackets, such as {publisher_id} or [creative_name]. Here are 5 URL Shorteners that I actively use: Bitly: This website allows you to create an unlimited amount of bitlinks, which come with analytics and tracking.
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. Under Tracking, click the Google Analytics link tracking box. I think a few of these points are worth following up on. URL shorteners typically work by redirecting users using a special server response commonly referred to as a "301." This tells the browser that the resource at your short URL has been permenantly moved to the full URL's location.
Your fully customized, network specific tracker URL will then appear for both clicks and impressions. This has been risky in the past because errors can result whenever users manually enter links. The website is just as basic it was when it launched, but it does the deed. Often regular unshortened links may be aesthetically unpleasing.
Why would a fashion magazine's site permit a pet training site to create a link to it? A friendly URL may be desired for messaging technologies that limit the number of characters in a message (for example SMS), for reducing the amount of typing required if the reader is copying a URL from a print source, for making it easier for a person to remember, or for the intention of a permalink. Additionally, Bit.do also allows you to set a custom short URL without having to create any account.
The more clicks you get on your AdF.ly links, the more money you earn. Notes: Your custom URL can have 5-30 letters or numbers. For example, if someone was on the /about/ page, and clicked on an email address, then Google Analytics will record /about/. The procedures show results from Adobe DigitalPulse Debugger. Twitter will use this to make your timeline better. Click 3 Last Click: The time and date when the link was last clicked.Linking out to high quality websites can be an important UX and SEO signal. Automatically Deactivate Your Links With a Professional account, you can set your links to automatically deactivate after a certain number of clicks.