URL shorteners are nothing new, Tiny URL has been around for 100 years, but WP.me is different in a few ways. The first condition allows this tag to just wait until it sees a link click event, which is the gtm.linkClick event that we were listening for above. Automatically route users to the location they're most likely to purchase the products you're promoting while gathering deep insights into your marketing campaigns.
Bitly searches its database for the key UOLsVl and, if it finds that key in its database, it automatically redirects the browser to the associated web page, in this case . It is reserved for campaigns using paid keywords.
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. 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. For consistency, use your URL shortener whenever possible, rather than mixing your own custom domain with other generic ones. Such URLs are difficult to memorize, type-out or distribute. Use Custom Short URLs in my books and newsletters to encourage trust and build brand loyalty with fans. See the company's blog to learn more about the changes that are taking place. More » TinyURL.com TinyURL used to be one of the top shortening choice in the past, and people still use it a lot today, however it does include a couple more characters compared to others like Bit.ly and Goo.gl.
Perhaps, you can try improving your ad and then do A/B testing. You can modify these in the ga call if necessary (lines 24 to 26). With that said, if you do need to track your URLs, or you want alternative ways to post there are plenty of ways to do it: Bit.ly: Probably the most popular URL shortener for Twitter because it was one of the first to let you track your tiny URLs.
They aren't required for testing, only being logged into your HasOffers account is required to treat the click as a test link. Let's say that you have a website with the homepage that is at: Entering that URL into TinyURL will create a URL like With this you can then redirect someone to anywhere within your site by appending a slash and the pages filename to it. Let's say that you have a website with the homepage that is at: Entering that URL into TinyURL will create a URL like With this you can then redirect someone to anywhere within your site by appending a slash and the pages filename to it. Paste your "Tracking ID" from Google Analytics into the text box. It depends on how the backlink has been set up on the website. True to its name, the URL macro plug the URL of the page that the link click occurred on. 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 need for this came about when one of our Healthcare Marketing clients needed to track the actual impact their PDFs were having on their organic search volume, and traffic in general. This point was underscored a few days ago when a popular one, tr.im, announced they were going to shut down at the end of the year. Click the “Details” link beside the shortened URL in Goo.gl to view basic click statistics, including the number of people who clicked the link on your Facebook wall. This count includes multiple clicks from individual recipients.