You can use up to one source parameter and five sub ID parameters, each of which appear in your stats and conversion reports. You'll also get detailed statistics for every link when you sign up for an account, and you're paid via PayPal for payouts as low as $5. More » Bit.do Bit.do is another great alternative that's both simple and powerful. The permalinks you use in WordPress can be ideally created to be as short as possible. Did you know Bitly's Enterprise version doens't even provide any Campaign VS Channel reports?
Twitter will use this to make your timeline better. 2Segmenting users dynamically with Campaign Structure Parameters Campaign Structure Parameters are a set of labels that you can add to your URL in order to create new subtrackers.
Create a single responsive short link to direct readers and split into two targets based on their operating system (e.g. There is now a “Get Shortlink” button next to your permalink when you edit or write a post, and when you click it you’ll get a popup with the beautiful link already highlighted for your copy and pasting pleasure. Consider alternate extensions: If your top choice isn't available, consider using a country code TLD (ccTLD) such as .to or .co.
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. Tracking URLs can be linked to a network for both network and campaign level tracking URLs. It's one of the most widely used options out there, and you'll often find it integrated with lots of other services as well as third party apps like TweetDeck and TwitterFeed. The general idea people have about Google Analytics is that it tells you how many vistors and pageviews you are getting, where the traffic is coming from, and what content is popular on your website. UA code is the unique identifier for each Analytics account you create.
As you shorten your links, Google will display them below with its long URL version, when it was created, its corresponding shortened goo.gl link and how many clicks it has received. See also[edit] [edit] External links[edit] URL redirection and shortening at Curlie (based on DMOZ) Comparison of URL Shortening Services, SearchEngineLand. If you add the Tracking ID to “This Event,” it’ll only be added to that individual event and won’t be copied to a new event if the event is copied. If you add the Tracking ID to “All Events”, it’ll apply to every event in the Eventbrite account, and when the event is copied, the Tracking ID will also be copied. This may sometimes be done using short, CAPTCHA-protected URLs, but this is not common.[3] Makers of URL shorteners usually register domain names with less popular or esoteric Top-level domains in order to achieve a short URL and a catchy name, often using domain hacks. This service is provided without warranty of any kind.You get a whopping 280 tiny Twitter characters to say what you want to say in a tweet. What's more, distributed bunches of substance in different way. We can detect whether a link will open a page on a domain which is different to ours. The real benefit of using this link shortener comes with using it in conjunction with HootSuite itself for all your social media marketing. They keep URLs that are loaded with UTM tracking tags from looking ugly by hiding the length and characters in the UTM tracking system.