This is a nice extra feature if branding is important to you or if you want to make your link easier to memorize. When you are using HootSuite, you can shorten any URL to an ow.ly or ht.ly link. 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. Many web developers pass descriptive attributes in the URL to represent data hierarchies, command structures, transaction paths or session information.
I can see exactly how many page views and ticket sales result from various methods of getting the word out. We recommend using a variation of your name and/or your professional brand since you'll share this URL with people so they can find your LinkedIn profile. When you publish a longer URL, people can see what main website they are being directed to and feel comfortable with following the link. Twitter will use this to make your timeline better.
You should not put information in this field that you have in other fields. 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. Within this tab, you can also search locations, referral tweets, and popular tweets shared. STEP 2: Create Tags for Tracking Individual Links You can create tags to track lots of different link clicks: – Email addresses – PDF and file downloads – Social media profiles – All external links, or – Just the most *important* external links – Important calls to action (ex: “Register Now”) – Etc., etc…. According to Tonic Corporation, the registry for .to domains, it is "very serious about keeping domains spam free" and may remove URL shortening services from their registry if the service is abused.[21] In addition, "u.nu" made the following announcement upon closing operations: The last straw came on September 3, 2010, when the server was disconnected without notice by our hosting provider in response to reports of a number of links to child pornography sites.
IP Addresses and Location With any premium account, you can view the real-time location and geographic data for every visitor. If you’re linking from one site using Analytics to another using Analytics Google could record that relationship.
Activate the Google URL Shortener API in the Google API Console. (If the API isn't listed in the API Console, then skip this step.) When your application needs access to user data, it asks Google for a particular scope of access. Click the title of the email you want to work with. Before you send your campaign, make a note of these unique IDs so you'll know which Google Analytics title goes with which combination of your campaign. The improvements include the following procedure that depends on time limits imposed by an client application. Edit short URLs or QR codes to fix broken pages any time I need it. Having a link shortener protects users from malicious sites that engage in spreading malware, phishing attacks, and other harmful activity. That redirect through our server is logged in your campaign report as a click. Here's an example of an affiliate tracking link that includes both of these types of parameters: For the above tracking link, the affiliate would provide the appropriate macros from their tracking system to replace the "CLICKID" and "UNIQUEVALUE" placeholder values. They click on a link, and they get redirected to their intended destination.