You can use click tracking tools, or Google analytics track clicks to external sites to check clicks coming from external links to your website and vice versa. Tracking Out-going Links with Google Analytics With Google Analytics, you can also track outbound links on your website. Tip: The Google APIs client libraries can handle some of the authorization process for you.
When a link source is moved, the service passes information to the distributed link tracking server that runs on domain controllers. If these names are duplicated it can affect your attribution data's integrity as installs from your owned media are attributed to integrated partners.
Use custom domains to multiply click-throughs and increase the public's awareness of my brands. 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. Handy stuff for keyboard devotees, the add-on-averse, and for when you're working from a browser that's not your own.Check out this address: If you visit it, you’ll end up right back here.
Once you've found a domain you like, you'll need to register it. Add Tracking to Email Campaign Archives and Pages To add Google Analytics tracking to your email campaign archives and pages, follow these steps.
Head over to the Tools page and you will see instructions for adding a Bitly bookmarklet and/or browser extension to your favorite web browser. Undo Undo URL Shortener @URL_Shorteners_ 4 Dec 2012 More Check us out on , too! It would be advisable first to list all the links to your site and if you find any suspicious links, use this utility to examine it. Why would you want to use Google's service instead of bit.ly or ow.ly or is.gd, or any of the dozens and dozens of other URL shorteners out there? Launch and use Now that you're all set up, you're ready to use your new URL shortener. Turn Click Tracking On or Off For compliance reasons, click tracking is required in all free accounts and new paid accounts. A common mistake is to duplicate information in this field from other fields. Before we go any further, you must upgrade to Universal Analytics. URLs encoded in two-dimensional barcodes such as QR code are often shortened by a URL shortener in order to reduce the printed area of the code, or allow printing at lower density in order to improve scanning reliability.