Google Analytics even has a URL Builder tool where you can generate a URL with UTM parameters. Shorten Link Action Shortened links are very useful because: 1. If you’re not tracking your links, you’re probably leaving tons of money on the table, spending more than you can afford, and struggling to keep up with dozens of online marketing campaigns. By default, these users would instead be redirected to the iTunes landing page. It's also important to note that some countries only allow registrations on what's call the third level — .co.uk for example. You might be listing them all on your site's main page and linking them to the relevant content page.
You may add larger groups in-between, though, like different offers, campaigns or otherwise. For example, if someone was on the /about/ page, and clicked on an email address, then Google Analytics will record /about/. Once the call is complete, it can run a callback function so we can redirect to the outbound page. Some job applications may also ask you for your LinkedIn profile URL. Click the button next to 'All Events' and add the Tracking ID for your Google Analytics property. So set-up URL forwarding (using a 301 redirect) to .
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. You can use this service with or without an account. 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. Setup only takes a few minutes from your iwantmyname dashboard. You can also get a visual glimpse of your engagement for a different perspective. Here’s an article that will show you how to shorten links for Twitter.
A name everyone instantly trusts when they see the URL. 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. The default value of None causes no variable data to be sent. You can use initials for one or more words or, if it works, all of them.
Libya, for instance, exercised its control over the .ly domain in October 2010 to shut down vb.ly for violating Libyan pornography laws. The downside of this approach, however, is that if a user visits your shortened domain without a directory path on the end, they will be directed to a Bitly branded page. Brand the client's links to increase engagement and inspire audience trust. Remember: Even though you’re good at marketing your event, still, it doesn’t matter how many people you drive to your event page if only a small percentage of them buy a ticket. However, copy operations do not preserve object IDs, because that would violate their uniqueness. The customized bit.ly version allows you to use your own domain name for branded short links which can be easily shared on Twitter, Facebook or other social media sites. That’s what tells the systems at Instagram and YouTube which photo you require, and it does it in 11 characters to make it as short as possible. At that time, Google will completely disable the URL shortener and all associated data will be lost. Some offer features that go beyond a basic link shortener. Click the blue “Post” button to add the link to your page. 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. Twitter will use this to make your timeline better. Set your own link expiration dates (great for limited time offers). Don't use your company name: URL shorteners can also be formed from product names, words common to your industry, slogans or even slang.