The service includes all the custom bit.ly features plus real-time information about the page you are “shrinking.” You can also track clicks to the page and how many times that page was shared and by how many people. Check out the following URL shortening providers that you can get started with using right away. (P.
Add retargeting pixels in short links to track interest in specific products and maximize advertisement ROI. Of course, you could also just fetch and inspect the Location header in the response, but using the API has two advantages: It won't update the short URL's click stats, so you can fetch a bunch of long URLs without worrying about messing up analytics. The tool is free and can be used whenever you want. But like I said, on Twitter, the Twitter folks have already figured out the whole URL shortening thing. ClickMeter is a super-easy to use web-based professional tool. Understanding which external links are most often clicked on your website will help you understand what kind of information users are looking for.
How often do you get that kind of data from printed marketing? Your custom title will also appear at the end of the URL parameter, so you can see the stats for each individual PDF.
Undo Undo URL Shortener @URL_Shorteners_ 5 Dec 2012 More When to sell a name you make actually use. Copy and paste the URL you create into your web browser's address bar, then press enter. It’s one of the earliest link shorteners out there and allows you to customize the actual shortened link (again, if the customization is not yet taken). That’s why optimizing your conversion rate — the percentage of page visitors who hit “buy” — is so critical.
Create smart link targets to automatically route visitors by language or operating system so that we end up with engaged customers instead of bounces. Before the plain-text version of your campaign is sent, links will look something like this example. 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. For example, incoming clicks from PCs can be redirected to your website instead of an app store. Typically, it’s used for recording on-page JavaScript-controlled interactivity such as opening a widget or making an Ajax call. If you haven’t yet, upgrade from classic to Universal Google Analytics. Namely, I want to make sure that if have an absolute internal URL with www vs non-www that I capture both cases. They never place a “naked” link on any other website, especially is its an affiliate link. The solution… We’ll attach a click event handler to the body element. We've seen with new accounts it can take a few days to actually have data start populating in the MailChimp account. Twitter will use this to make your timeline better. You should add this script in your page header, but not within the basic Analytics tracking code snippet. But now I have the option to make special mistake-proof short links for print purposes. There are no real extra features or services, so this is good choice if you just want to get the job done as fast and as smoothly as possible without all the extra fluff like signing in and CAPTCHAs and other stuff.