Custom URLs are easy to remember and are generated by the user itself. Include retargeting pixels in my links to build a fan list. TinyURL tries to disable spam-related links from redirecting.[30] ZoneAlarm, however, has warned its users: "TinyURL may be unsafe. 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. Initially Twitter automatically translated URLs longer than twenty-six characters using TinyURL, although it began using bit.ly instead in 2009[10] and later developed its own URL shortening service, t.co.
With the URL Shortener API you can write applications that use simple HTTP methods to create, inspect, and manage goo.gl short links from desktop, mobile, or web. Boom, ka-bang, you can now see your PDF's Pageviews, Unique Pageviews, Avg. Your campaign report will show which contacts clicked your links, and how many times each link was clicked. If you are trying to make a quick buck on your visitors I suggest this site. Wikipedia entries on TLDs typically include information on all these restrictions in the right sidebar of each TLD's entry. Click the gear wheel to go to Admin in your Google Analytics Dashboard.
You should see the activity in the Analytics Real-Time > Events panel. Clickmeter can also be used as a URL-shortening tool with advanced click-tracking.
Undo Undo Shorten URL @ShortenURL 3 Jul 2011 More Statistics for Sunday, July 3, 2011 Thanks. Google Analytics does not track outbound links by default.
If you're driving internal pay-per-click traffic and want to pass the cost per click through the tracking link, you can use the following parameter: payout To enable this feature, go to Company > Customize Application > Settings > Tracking. Once you've integrated with App Indexing and your deep links are enabled with goo.gl, you can integrate the URL Shortener API into your app or website's share flow to allow your users to share links that provide the best possible experience on every platform.The end variable - in your example, the “KqzGgBhM5” - is a reference number that is checked against a database. Use alternate extensions "hacks": Many country code extensions can be used to help form your company name by using the characters before and after the dot to form a shortened for similar sounding version of your name. TweetDeck and Seesmic (TweetDeck’s direct competitor) both offer numerous URL-shortener options (bit.ly, is.gd, TinyURL, and twURL), but only bit.ly offers click tracking. However, Google Analytics can also provide you information about what users do when they come on your website, which banners or links they click the most, what product placements are working better on your website, which social media campaigns are bringing you more traffic, etc. If so, you may use the same campaign name for some of your emails, cpc ads and banner ads so that you can get a sense of how well the overall campaign is performing. In those cases, you can add the following parameters to your affiliate tracking link for your publisher to provide more data: Source & Affiliate Sub IDs Some of the most commonly used parameters are the traffic source and affiliate sub ID parameters: source aff_sub aff_sub2 aff_sub3 aff_sub4 aff_sub5 These parameters are used to store non-unique session information from the affiliate’s tracking system that they want passed back on conversion. Twitter will use this to make your timeline better. Here’s an example I quickly put together for a bundle of Automator articles I‘ve written- .