Include retargeting pixels in my links to build a fan list. Macro Name: element url hostname Macro Type: Custom Javascript Custom Javascript: Caveats If you have a Google Analytics Premium account, note that this will increase the # of events for you site. And though it is unlikely that Bit.ly will be shut down, they are still a middleman. The secret to high click-through rates involves some of the principles that apply to search engine optimization: Write a descriptive and catchy headline that’s relevant to most of your followers and have a network of people who are truly interested in hearing from you. Adding tracking directly to your site If you have added the Analytics tracking code directly to your site, you can copy and paste the script below into your own pages to set up Event tracking for outbound links. You can also determine if the links coming to your PDF are negative links coming from a website you don’t want to be affiliated with.
Add Tracking to Your Regular Email Campaign To add Google Analytics tracking to a regular email campaign in MailChimp, follow these steps. Create a new regular email campaign. URLs encoded in two-dimensional barcodes such as QR code are often shortened by a URL shortener in order to reduce the printed area of the code, or allow printing at lower density in order to improve scanning reliability. 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. A uniform resource locator (URL) is registered with a server. Learn More at getcredo.com You dismissed this ad. Example for event tracking using the newer API:
When storing unique values from an affiliate's tracking system, use a combination of the following parameters: aff_click_id aff_unique1 aff_unique2 aff_unique3 aff_unique4 aff_unique5 You can use up to one click ID parameter and five unique value parameters, each of which appear in your conversion report and event tracer. Changing your URL several times may make it hard for people to find you. 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. Check the Enable OneLink box - the custom URL changes to OneLink Note The link is automatically multi-platform enabled. Therefore, as a Twitter marketer who needs to track link performance, you should use bit.ly. 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.
Bitly also offers a paid version, but it's pretty pricey. You can now return to the URL shortening service’s homepage at any time to view click stats for the link you posted to your Facebook wall. See also[edit] [edit] External links[edit] URL redirection and shortening at Curlie (based on DMOZ) Comparison of URL Shortening Services, SearchEngineLand. Publish one custom branded short link on my business card, then keep the destination URL updated so that people are always taken to my latest blog post when they visit. Add retargeting pixels in short links to track interest in specific products and maximize advertisement ROI. Tracking links in Google Analytics using UTM Source Google Analytics has this amazing feature called custom campaigns.
To view individual link results, follow these steps. They do this by showing your visitor an add before they are taken to another webpage. On 14 August 2009 WordPress announced the wp.me URL shortener for use when referring to any WordPress.com blog post.[11] In November 2009, shortened links on bit.ly were accessed 2. Set your domain Log in to the application () using your GoDaddy login information. You must have a Google Analytics account to complete this process. To sign up, visit analytics.google.com.