See how that one event isn’t named correctly, so it shows as undefined? Use an online search tool: One great tool for coming up with good domains for URL shorteners is Domai.nr, which lets you type in a full company name and the site suggests variations of it using numerous alternate extensions and other methods mentioned here and even links you to where you can purchase the domains (this is especially handy for country TLDs). SEO, webmasters, used to think that the more links they had to their websites, the better would be its ranking on search engines. Over a quintillion, which would mean no user would have to worry about hitting that limit for over 2700 years at the same rate of one photo every minute. I once went bonkers when I couldn’t get a link click tag to work… and it all came down to a lowercase typo.
They keep URLs that are loaded with UTM tracking tags from looking ugly by hiding the length and characters in the UTM tracking system. Don't use spaces, symbols, or special characters. Alternatively, if uppercase and lowercase letters are differentiated, then each character can represent a single digit within a number of base 62 (26 + 26 + 10). On the Links tab, Click Performance displays your tracked URLs and the number of total and unique clicks for each. Example: Nissan uses nssn.co Use initials: This tip works for personal or organization URL shorteners.
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 favorite is YOURLS, but Lessn More is another good free option. Using a custom domain with your link shortening service is a way to confront the spam and distrust issue.
All you have to do is enter your destination URL, and give your tracking link a name. We can detect whether a link will open a page on a domain which is different to ours. Some shortening services, such as goo.gl, tinyurl.com, and bit.ly can generate URLs that are human-readable, although the resulting strings are longer than those generated by a length-optimized service. Personally, I use Hootsuite for all of my Twitter’ing so I don’t have the need to go out and shorten it separately. ClickMeter is used by several thousand of happy affiliates and work with hundreds of affiliate programs. Enabling this setting records and displays the following additional link information: URL: Displays the URL that will be tracked.
Include retargeting pixels in my links to build a fan list. You may also right-click any highlighted section and choose Paste from the drop-down menu. Our CTID can be passed through any affiliate network using SubID tracking. You can also pass the CTID to affiliate networks with pixel tracking or postback tracking if the network supports it. Tracking Links to your PDF Using Open Site Explorer you can take the full URL of your PDF and drop it directly into the search bar and click search. But if all the links to you use a shorter version, that sort of defeats the point! Professional account holders can set an alert threshold and receive a single email notification when their link reaches a certain number of clicks. The benefit to Buffer is being able to keep your feed populated even when you’re too busy to post. buff.ly/0a0b0c0 Hootsuite: For the professional user, there’s Hootsuite. When using Google Analytics to track your link, the most common setup is to have the Javascript tracking code for Google Analytics placed on a page where your contacts visit. Ow.ly itself is a part of Hootsuite, a social media management service. Bitly also offers a paid version, but it's pretty pricey.