You publicize this page through twitter, facebook, various banner placement on your website, email newsletter, etc. When using tiny URL, the link must be less than 500 characters or the destination will be cut off. Every blog and post on WordPress.com has a WP.me URL now.
Additionally, I want to make sure that if I have to exclude my domain as part of a tracking parameter in an external URL, that I don’t accidently exclude that click from being tracked. note: If you have both GA Universal and GA Classic running on the same site, you’ll have to create 2 separate External Link Trackers. HootSuite also allows you to view a dashboard that tracks clicks for each shortened link shared in the management system. Your brand, your name–it’s carried across into the very links that you are sharing. This helps let people know they aren’t spam. As long as your custom domain relates to your brand and you use it consistently, people will know that the links you are sharing have been vetted by you. To learn more, read Troubleshooting Click Tracking. You can also put it in your bookmarks instead of the links toolbar.
You can’t deny the usefulness of them with social media (especially Twitter) and the additional layer of analytics you can get on your links. Each time a contact clicks a link in the campaign, the tracking information redirects them through MailChimp's servers and sends them to the intended web address. Tracking Search Traffic to the PDF Add a URL parameter to every link pointing to each PDF document on your site.
NOTE: Google Analytics also provides an HTML tracking code that you can copy and paste into the code for specific web pages (like your personal website) to track pageviews. The website is just as basic it was when it launched, but it does the deed.
Unfortunately, this URL shortener doesn’t allow you do create a custom short URL. It’s a good way to package up multiple links into one link. See time spent on attachments Find out exactly how long email recipients are spending on your presentation slides and any other PDF or PPT file you send. If you are using WordPress, you can take advantage of the default permalink structure to shorten URLs. Undo Undo Shorten links ! @sqrl_in 19 Mar 2010 More Google moves could bring fast Web apps closer - Thanks. 8 With this Calendar you can have access not only for this year calendar but for the coming years. 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. Linda Vecvagare, Digital Marketing Manager (2016-present) Answered 31w ago I use Google Analytics, and I have used Bitly but recently switched to Capsulink because it offered better price deal for the most important features. For example, New York Times uses the shortened address “nyti.ms”.