You can also view a world map where your last 50 clicks came from. When you add Google Analytics tracking to an email campaign, we supply a default title for your campaign that will appear in your Google Analytics account and your tracking URLs. Your custom title will also appear at the end of the URL parameter, so you can see the stats for each individual PDF. But otherwise, the free account is useful enough for comprehensive link tracking.
Sometimes a short URL is useful simply to give someone over a telephone conversation for a one-off access or file download, and no longer needed within a couple of minutes. 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. Another reference to URL shortening was in 2001.[8] The first notable URL shortening service, TinyURL, was launched in 2002. This service is provided without warranty of any kind.Statistics To view detailed click statistics for any short URL, just add the plus sign + after it, like this: Short link editing You can edit your links in their statistics page. Bitly also offers a paid version, but it's pretty pricey. Capturing Only External Link Clicks The firing rules is where all the magic happens.
When you check the box to enable tracking, we'll show the campaign title as it will appear in your Google Analytics account after the campaign is sent. It's one of the most widely used options out there, and you'll often find it integrated with lots of other services as well as third party apps like TweetDeck and TwitterFeed. WP.me is spam-free, because we are constantly monitoring and removing spam from WP.com.
URL shortening service Bitly was accessed more than 2 Billion times in November 2009. All you need to get started is an email application that runs on a PC or other email-enabled device such as a mobile phone or personal organizer and an ISP or network connection.This tactic was actually shown to me by Jeremiah Smith (my brother) over at SimpleTiger.
The tool is free and can be used whenever you want. Here’s some of the click tracking information you’ll see in your overview. A circumvention could be that a website provided its own shortlinks instead of relying on a third-party shortening service – but this is not common. Is this part of a broader campaign to talk about a new product? Not only is this good for link shortening, but it is also good for SEO. This action makes it more convenient for your visitors to read and makes the addresses more suitable to share on Twitter. Our tracking links are one of my favorite features of Eventbrite. Tracking Opened Emails Companies running email campaigns often want to be able to track how many times their emails were opened. 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. In all, it's simple, very configurable, and quick.Own Your Short Links on Twitter bit.ly offers URL shortening and link tracking services. Move up one directory and repeat steps 1 and 2 another three times, which can yield results if the object has moved nearby. A hyperlink or link (clickable URL) is any text, image or button that you can click-on to jump to a new website or new page on the same site. Technically, Google Analytics code could be placed into the HTML of an email to try to track that data.