Top links clicked The URLs that were clicked the most in your campaign. View Click Results on the Links Page The Links page tells you how each URL performed in the campaign. Not all protocols are capable of being shortened as of 2011, although protocols such as http, https, ftp, ftps, mailto, mms, rtmp, rtmpt, ed2k, pop, imap, nntp, news, ldap, gopher, dict and dns are being addressed by such services as URL Shortener. You publicize this page through twitter, facebook, various banner placement on your website, email newsletter, etc. It provides statistics on clicks and shares, creates QR Codes automatically, enables Image Recognition (just upload images to link to your URL), it supports iBeacons, and you can specify mobile deep links, etc. It’s very simple interface will allow you create custom URLs so that it’s not just a random mix of letters and numbers if you want. bit.ly/0a0b0c0 TinyURL: Another one of the first, if not the first URL shorteners for Twitter. This example assumes that you are using the analytics.js tracking code.
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. The associated shorthand link and URL are logged in a registry database. It provides statistics on clicks and shares, creates QR Codes automatically, enables Image Recognition (just upload images to link to your URL), it supports iBeacons, and you can specify mobile deep links, etc.
If you use a third-party for some of your emails, you might use that third-party's name. These redirect by default to the App Store, where users can download your app. But as Dave Winer articulated, there’s no reason we shouldn’t have a shortener ourselves, and here we are. 🙂 People are already using it. Reporting breaks down by person, location, and device type. 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. Drag the Page component to the mappings area of the framework.
Bonus: Using your custom URL shortener with WordPress If you want to use your custom URL shortener with your WordPress website without having to manually log in to your URL shortener every time, you can use the free WP to Twitter plugin. If you need better analytics, your best URL shortener is probably Social Media ROI with awe.sm As co-founder, I advice Shortcut The Smarter Link, which is the most versatile URL shortener. Fazit Wenn du sorgfältig mit deinen Tracking-Links umgehst und du sie regelmäßig pflegst und erstellst, kannst du bis ins kleinste Detail nachvollziehen warum dein Event ein Erfolg war und was du tun musst, damit es beim nächsten Event auch wieder einer wird.Contents Sailthru can track the clicks of links in your emails, and attribute those clicks back to the unique customer. If you’re logged in you can also get the shortlink for any page on WordPress.com, there’s a link under the “Blog Info” menu in your admin bar. Twitter even lets you schedule Tweets now ... sort of.
Object Identifiers The link tracking service maintains its link to an object by using an object identifier (ID). In this example, we want to use several newsletters such as the "jan2018-newsletter" campaign name, which is the ‘c’ parameter in the tracking link. Technically not part of any protocol, it is simply a convention standing for world wide web. If it's not available, you'll need to locate a registrar who handles the domain extension in question. MailChimp pulls Google Analytics data each day at 08:15 UTC (04:15 EST) and takes approximately 24 hours to run. This delay can be made worse if the account is set up close to the weekend because sometimes data aggregation slows and gets pulled in on Monday. Some URL shortening services support the forwarding of mailto URLs, as an alternative to address munging, to avoid unwanted harvest by web crawlers or bots.