In addition to easy link shortening, you can use the service with your own domain, customize the characters at the end of your links, get real-time statistics and even see which countries your clicks are coming from. Separate multiple event name with commas, for example event1, event22. (Optional) To track variable data with the link click, add Adobe Analytics variables in the Include Adobe Analytics Variables field. Activate the Google URL Shortener API in the Google API Console. (If the API isn't listed in the API Console, then skip this step.) When your application needs access to user data, it asks Google for a particular scope of access. Before you move on, let me let you know that twitter blocks a lot of link shortening services and has since flag them negatively. For example, if you place a tracker on your website, then all of your users will be attributed to your mobile webpage.
Understand who my readers are, which books are getting clicks and purchases and which marketing channel is working best. Check out our review of this fantastic tool to see how it works. Setting up a New Domain to forward to your LinkedIn is incredibly easy. As they say, barriers can boost creativity, so people have learned to be pretty witty with 280 characters, even inventing hashtags to make the whole process easier.
The links toolbar may not be visible in all setups and in most browsers, you can enable it in the View->Toolbars menu of your web browser. Finally, Event Tracking employs an object-oriented model that you can use to collect and classify different types of interaction with your web page objects. 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.
If, for some reason, you're using a custom HTML tag in Google Tag Manager, then hopefully you'll see 'analytics.js' in the code. Scott Hanselman wrote a short but interesting post tracing the amount of redirection that happened on a single shortened link. Because we’re creating an event to track clicks on a specific type of link! Link Masking Potential buyers sometimes avoid clicking if they can see that the link involves marketing efforts or affiliate commisions. After integrating, any short link which redirects to a web link that you have provided to Google through App Indexing will open automatically in your native app for your users. An index of all object IDs is stored on the volume.
Within this tab, you can also search locations, referral tweets, and popular tweets shared. If you change your mind, you want your structure to adapt. Add X-Robots-Tag to my short links for granular control over how Google makes content available through search results. All three of these descriptive items will show up in your GA reporting interface, telling you stuff about the link users clicked on. For example, Google Analytics makes it optional to include taxes with purchase amounts, and tracks conversions with sessions that end after a period of inactivity. Launch your Web browser and go to the Web page for your preferred URL shortening service. And if I was using Twitter.com to Tweet as I sometimes do, then I wouldn’t use one, I’d just let Twitter shorten it.