In general, don't remove vowels at the beginning of words, though. Maybe, the footer bar and the after post banner is working the best, but your sidebar ad is not. From there, you can click Export as CSV to download a list of contacts for each link result. You can access detailed campaign click stats from the report Overview, the Click Performance, and the Clicked pages in the campaign report. More over, all these statistics & reports come with no cost.
Assign Parameters: Here is where you assign the tag’s Category, Action, and Label. With a list that sorts each PDF in order of performance.
Backlinks on a website may be in italics or underlined in a different color. 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. Get app deep links with the URL Shortener The URL Shortener also offers the capability of having short links deep link to content in your mobile apps. Generating a Tracking Link To generate a tracking link for a publisher, go to Offers > Manage Offers and select the relevant offer.
Clickmeter can also be used as a URL-shortening tool with advanced click-tracking. We can also store your Google Analytics ID to track visits to your campaign pages and hosted campaign archive, so you can see traffic to these pages in your Google Analytics account. See if you are using Classic Analytics (ga.js) or Universal Analytics (analytics.js).