You can also create a tracking domain to “gather metrics for all users that are shortening links to your site”. Although the earnings are small, it can certainly add up if you can attract a lot of clicks. Dead simple to manage multiple custom domains and multiple clients from a single account Consistent branding impression.
3 {{ upvoteCount | shortNum }} SeymourJones in Web Design Let me start by saying, this sounds "crazy". For consistency, use your URL shortener whenever possible, rather than mixing your own custom domain with other generic ones. 2Planning your tracker structure In this section, we’ll discuss how to plan and organise your sources. Tip: There are also many browser add-ons that you can utilize to make copying long addresses easier. Before we answer that question, lets first talk about why would you want to track links in Google Analytics?
Although the earnings are small, it can certainly add up if you can attract a lot of clicks. As you can see from the pie charts below, most Demos & Tools users are on large screens, at regular resolution, in landscape mode: The tables below outline how each of the media query values are defined: Breakpoints Resolution Orientation For more information on how to configure media query tracking for your site, refer to the mediaQueryTracker configuration section of the autotrack documentation. The group link will then open the web pages in order with a control bar at the top of the browser. Owned Media email and SMS campaigns, web site banners and landing pages, viral posts on social media or even QR codes on physical posters. Be sure that you spell gtm.linkClick exactly as it looks: this field is case sensitive.
Then, use the tracking link in your ads and promotions. If you need quick and dirty link shortening, maybe Bitly is then the best for you. Twitter will use this to make your timeline better. Wikipedia entries on TLDs typically include information on all these restrictions in the right sidebar of each TLD's entry. The website is just as basic it was when it launched, but it does the deed.
Once this is on your toolbar, you'll be able to make a TinyURL at the click of a button. 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. Our tracking links are one of my favorite features of Eventbrite. It doesn’t work for any URL in the world, just WP.com-hosted ones. You can easily manage links and view click statistics. In Tiny, click the “Stats” page button under the URL to access the statistics. Indeed, even typical individual can utilize this. TinyURL tries to disable spam-related links from redirecting.[30] ZoneAlarm, however, has warned its users: "TinyURL may be unsafe.