The case for using link shortening is very strong, but you may still wish to do otherwise.Introduction There are two main sources for mobile users traffic, which you can track with AppsFlyer: Integrated Partners Facebook, Adwords, Snapchat, Twitter etc. Twitter will use this to make your timeline better. 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. A few well-known websites have set up their own URL shortening services for their own use – for example, Twitter with t.co, and Google with goo.gl. This can be done online, at the web pages of a URL shortening service; to do it in batch or on demand may require the use of an API.
Whenever you paste a link into Buffer to be scheduled to post at a later time, it automatically shortens the link for you. More » Is.gd Is.gd provides one of the simplest URL shortening experiences by giving you nothing more than a field to input your long link so you can instantly transform into a shorter one. Use insights from tracking reports to understand who my customers are, spot product micro trends and ratchet up results on the next campaign. In this case you can use Google’s Disavow Link tool in Google Webmaster Tools to let Google know that you don’t approve of that link.
For example, if the user clicks on “sales@wearefine.com”, that’s what Google Analytics will record. On your profile page, click Edit your public profile in the right rail. Bag.gy is a standard link shortener, too, with password protected link options if you want them. First thing you need to do is install and activate the Google Analytics for WordPress plugin. Select the text that you want to use as hypertext and click the Hyperlink button. It's usually a good idea to announce, on any of your social media services you plan to use the shortener on, that you'll be shortening links through a custom domain form now on just so users feel comfortable clicking the links.
An example Turn this URL: X0DER&pf_rd_s=center-10&pf_rd_r=11EYKTN682A79T370AM3&pf_rd_t=201&pf_rd_p=1270985982&pf_rd_i=B002Y27P3M into this TinyURL: Which one would you rather cut and paste into your browser? Twitter will use this to make your timeline better. Bitly also offers a paid version, but it's pretty pricey. Adding tracking directly to your site If you have added the Analytics tracking code directly to your site, you can copy and paste the script below into your own pages to set up Event tracking for outbound links. We've seen with new accounts it can take a few days to actually have data start populating in the MailChimp account.
As they say on their website, ClickMagick is a tracking software tool that allows you to Track And Optimize All Your Marketing, All In One Place. Link shortening adds another of redirection to an “already creaky system“, according to Joshua Schachter, the founder of Delicious. Click rate Percentage of total recipients who clicked any tracked link in the campaign. If done properly, you should have in the above box. Build trust & increase click rate: people tend to click on the links that they trust rather than unknown URLs (ie. bit.ly/buSzh might be a spam link). Especially with Twitter which allows 144 characters only, it becomes immensely important not to exceed the its limit and see that our information is succinct. A good baseline is to expect at least a few dozen users on any given tracker. However, while Analytics shows exit pages it won’t tell you which links users clicked to leave your site.