Reporting breaks down by person, location, and device type. With TinyURL, you can also make a smaller URL that will work for any page on your site.
A link converted by Twitter’s link service is checked against a list of potentially dangerous sites. It gives you yet another level of analytics that you can use to base your decisions on.
To use custom campaigns, you add UTM parameters to your URL which are then recorded in your custom analytics report. Just save the tag and then test before publishing. Use a smart link to detect language preference of visitor and automatically route to either our English content or Spanish content. Undo Undo Shorten URL @ShortenURL 20 Jun 2011 More Revision 362: * Updated toolbarbutton styles Thanks. Once you are set, you can now view cool stats and detailed charts of your links (e.g. unique and non-unique clicks).
Twitter will use this to make your timeline better. You can also put it in your bookmarks instead of the links toolbar. Using placeholders, media partners can use a single click URL and automatically assign the correct values to your parameters. 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.
You can also log into your Buffer account on the web or by downloading the mobile app to track your analytics and see how many clicks that your links have gotten. The links toolbar may not be visible in all setups and in most browsers, you can enable it in the View->Toolbars menu of your web browser. Tip: There are also many browser add-ons that you can utilize to make copying long addresses easier. In the example above we have created a link to be shared on Twitter, as a tweet. utm_source parameter identifies the source of traffic this could be a site, a social media network, newsletter, app, etc. An Enterprise edition supports multiple domains, advanced dashboard features and a customer service support plan.Expart advice Think of a domain This step takes some creativity. Tracking Link Parameters Depending on which tracking protocol your offer uses, its affiliate conversion link may already include parameters for offer ID or affiliate ID. Using the parameters generated by default, HasOffers has enough information to create a session and redirect the user to the offer URL. How do you view your shortened links in HootSuite? Shortening a long address or URL Some web pages may have a long URL that can present problems when it is pasted into another program, especially an e-mail.