Example: Nissan uses nssn.co Use initials: This tip works for personal or organization URL shorteners. Sign In to Google Tag Manager Create a Account Name the Container for your site Accept the Terms & Conditions Copy & Paste the GTM code block at the start of the
tag on your site Setup the Link Tracker Add a tag to capture all the link clicks Create a macro to save the anchor text Add a tag to fire off the Google Analytics Event Add a rule to capture only the clicks on external links Save a version and publish 1. Note: As of March 30, 2018, Google's URL shortener is only available to active users, and the data generated by those shortened URLs will only be available until March 2019. Advanced Tracking Link Features On top of all the features described above, HasOffers provides some much more advanced features that can help you modify and use your affiliate tracking link to your liking: Thank you for your feedback! Many people use URL shorteners when they share links to private content, and in fact many web services like Google Maps have offered automatic generation of shortened links for driving directions that reveal personal information like home addresses and sensitive destinations like "clinics for specific diseases (including cancer and mental diseases), addiction treatment centers, abortion providers, correctional and juvenile detention facilities, payday and car-title lenders, gentlemen’s clubs, etc."[34][35] Additional layer of complexity[edit] Short URLs, although making it easier to access what might otherwise be a very long URL or user-space on an ISP server, add an additional layer of complexity to the process of retrieving web pages.
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. Start Your Free Trial Email tracking software is just one part of Yesware’s productivity platform, a powerful set of tools that live in your inbox. It’s a good way to package up multiple links into one link. So instead of seeing “bit.ly” or “goo.gl” links that might lead you anywhere, these websites have set up their own custom short domain name. Use an online search tool: One great tool for coming up with good domains for URL shorteners is Domai.nr, which lets you type in a full company name and the site suggests variations of it using numerous alternate extensions and other methods mentioned here and even links you to where you can purchase the domains (this is especially handy for country TLDs).
This is for example useful if you want to redirect to your website, and inject UTM tracking data, or if you redirect to another system that can use source data from Adjust. When a user visits your site and is interested in reading the content of a particular page, he or she simply clicks on the link and the page is opened. If these names are duplicated it can affect your attribution data's integrity as installs from your owned media are attributed to integrated partners. Ad-hoc link tracking overrides the link-tracking configuration of the framework that is associated with the page to which you add the Text component.
Personally, I use Hootsuite for all of my Twitter’ing so I don’t have the need to go out and shorten it separately. This UA code can be found next to your website’s profile in Google Analytics Dashboard. For each time slice, shortUrlClicks and longUrlClicks should be present, but the rest may not be (e.g. if there were no clicks).
You publicize this page through twitter, facebook, various banner placement on your website, email newsletter, etc. Use short links with Bluetooth Low Energy (BLE) Beacons for asset tracking and proximity marketing. To check this, have a look at your Google Analytics tracking code. In this article: Using Google Tag Manager If you use Google Tag Manager to manage your Analytics tracking, follow the instructions in Analytics Events to implement events. How Click Tracking Looks in Plain-Text Campaigns To track a click, the original URL has to be replaced with one that points to our servers and redirects to the destination URL.