Viewing your Link Clicking Data Once logged into Google Analytics, navigate to Behavior > Events > Overview There you will be able to view your event categories. Maybe, the footer bar and the after post banner is working the best, but your sidebar ad is not. Setting the transport method to 'beacon' lets the hit be sent * using 'navigator.sendBeacon' in browser that support it. */ var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, { 'transport': 'beacon', 'hitCallback': function(){document.location = url;} }); } You'll also need to add (or modify) the onclick attribute to your links. If you use an affiliate plugin to format your affiliate links into something like this then you will have to enable tracking of internal links as outbound links. If your app is already multi-platform on Adjust, you don’t have to do anything; all your trackers are cross-platform by default.
Tag Manager uses several different types of event listener tags. The {redirect} macro is replaced by the offer URL for the click, and the {eredirect} macro is replaced by the URL-encoded offer URL for that click. As an example, their tracking system could have a session ID macro that you use to replace "CLICKID", and another macro for a unique user hash that you use to replace "UNIQUEVALUE". Put QR codes on products for our retail customers to scan.
This may sometimes be done using short, CAPTCHA-protected URLs, but this is not common.[3] Makers of URL shorteners usually register domain names with less popular or esoteric Top-level domains in order to achieve a short URL and a catchy name, often using domain hacks. Have you given the reports enough time to populate? These extensions are easily obtained and generic enough for almost any organization to use.
Link shortening service vb.ly was shut down back in 2010 by Libya, which leads to the problematic fact of link shortening: you depend upon a third-party service to deliver visitors through your shortened links. Click this number in your report to open a list of subscribers who clicked. That is, month will contain click statistics for the past month, and so on. Short URLs, for example, will be subject to linkrot if the shortening service stops working; all URLs related to the service will become broken. Our favorite is YOURLS, but Lessn More is another good free option.
Still, you can create shorter links for other uses that don’t rely on link shortening services. Twitter will use this to make your timeline better. Bitly also offers a paid version, but it's pretty pricey. If you set Use Google Analytics? to “Yes”, then all links will add special utm parameters that will allow you to identify traffic coming from emails in Google Analytics. 99 per ticket for the basic services we believe are needed to host an event. Saving the Anchor Text with a Macro We’ll want to save the anchor text of the 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. This is the best tool you will ever find because we are the most reliable and featured. One good way to do this is to use Domai.nr, which links directly to registrars for many domain extensions. Its popularity influenced the creation of at least 100 similar websites,[9] although most are simply domain alternatives.