Get all the handy power of a link in a much smaller package, right? How Click Tracking Works When you enable click tracking in a campaign, MailChimp adds tracking information to each click-through URL. Track how users that were invited behave post-acquisiton This can be achieved by creating one or several trackers, and then using these tracking links in your invitations. Google has additional means of collecting data: you can gather a lot of statistics when you own the top browser and search engine!
Macro Name: element url hostname Macro Type: Custom Javascript Custom Javascript: Caveats If you have a Google Analytics Premium account, note that this will increase the # of events for you site. Twitter.com: The truth is that the best URL shortener for Twitter is the one that’s built into Twitter.
Once this is enabled, you can append the following parameter to your tracking link: url Unlike the url_id parameter, this parameter expects a valid, encoded deep URL to be added for traffic to redirect to: Payout on Click In some cases, you may want to dynamically pass the payout that the publisher receives for a session. It allows for custom domains so you can brand your shortened link. You can expect a 4 percent click-through rate (four clicks on your bit.ly link out of 100 total clicks on that blog or content link) for a well-crafted, valuable, interesting tweet. With a free account, your links are good for 7 days or 100 clicks. Services such as Bitly declare that their links are permanent; they will never be modified or deleted. 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.
There are other masking or cloaking techniques but most are frowned on by search engines due to potential for abuse and usually make use of javascript, server configuration or scripting languages such as php or perl. You can modify these in the ga call if necessary (lines 24 to 26). Many extensions are available from companies you already use for domain registration — such as Hover. Another consideration is that some countries also restrict what content can be used their TLDs, so if you intend in shortening content that might be in violation of these laws, you'll need to find another TLD.
The best analytics URL Shorteners and Analytics: Which Ones Deliver Results? If you're comfortable with Web hosting and setting up simple PHP and mySQL applications, there are several free scripts you can use to set up a URL shortener on your own server, giving you much more control. Nesbitt, Scott (7 February 2010). "Shorter Is Sweeter: A Look at URL Shorteners".How URLs Work Uniform Resource Locaters are addresses used on the World Wide Web. Once you have changed your URL for the fifth time, you won't be able to change it for another six months. Whether it is the amount of clicks, the country or the referrer, the data is there. Try again or visit Twitter Status for more information.Business Marketing Social Media Marketing How to Shorten URLs on Twitter How to Shorten URLs on Twitter Even if you are marketing on Twitter, not everything you tweet is going to point to a blog, let alone your blog. Once this is enabled, you can append the following parameter to your tracking link: url Unlike the url_id parameter, this parameter expects a valid, encoded deep URL to be added for traffic to redirect to: Payout on Click In some cases, you may want to dynamically pass the payout that the publisher receives for a session. This means you couldn't register, for example, domain.uk. Some countries place restrictions on who can register domains with its country TLD — though this is becoming less and less common as countries realize the revenue opportunities from selling domains worldwide.