Other Features If you hang out in Bitly.com long enough, you’ll discover several other features for further customizing your links and stats page. You have to create an account to track all these reports. URLs encoded in two-dimensional barcodes such as QR code are often shortened by a URL shortener in order to reduce the printed area of the code, or allow printing at lower density in order to improve scanning reliability. Once the call is complete, it can run a callback function so we can redirect to the outbound page. This is the best tool you will ever find because we are the most reliable and featured.
Their story had a happy ending in that someone came in and saved them, but it was hard not to think of what would have happened if all their links stopped redirecting one day: part of the web would go dark. You can use it for one simple link and shorten as usual, or you can shorten a group of links into one shortened link. 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. Type any message that you want to add to the link into the text input field.
Will it be a similar message throughout several emails? In this case, no further subtrackers will be created for that group, and you will be notified immediately.
How do you view your shortened links in HootSuite? However, while Analytics shows exit pages it won’t tell you which links users clicked to leave your site.
See the company's blog to learn more about the changes that are taking place. More » TinyURL.com TinyURL used to be one of the top shortening choice in the past, and people still use it a lot today, however it does include a couple more characters compared to others like Bit.ly and Goo.gl. Go to Admin > Edit Posts, hover over the post link, look at the status bar, the number at the end of the URL is the post ID. I can even include retargeting (remarketing) in the same link. To view stats for your custom campaigns go to Google Analytics Reporting » Traffic » Sources » Campaigns and you will see something like this. In the Settings & Tracking section of the Campaign Builder, check the box next to Google Analytics link tracking. Using it for spamming or illegal purposes is forbidden and any such use will result in the TinyURL being disabled and you may be reported to all ISPs involved and to the proper governmental agencies. I once went bonkers when I couldn’t get a link click tag to work… and it all came down to a lowercase typo. The general idea people have about Google Analytics is that it tells you how many vistors and pageviews you are getting, where the traffic is coming from, and what content is popular on your website.