If you’re promoting your own website, then you can use the standard conversion tracking codes to record sales and leads throughout your sales funnel.Linking out to high quality websites can be an important UX and SEO signal. Then in Google Analytics go to “Content” Then under the "Site Content" drop-down click "All Pages" And search for “pdf” to see all of the PDF's that are tagged in this way. If it’s an outbound link, we’ll cancel the click event and initiate Analytics event tracking. Twitter will use this to make your timeline better. Plus, you can also share the URL you shorten via QR code since this tool also offer it. The links are permanent, they will work as long as WordPress.com is around.
To view stats for your custom campaigns go to Google Analytics Reporting » Traffic » Sources » Campaigns and you will see something like this. 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. While this solution might not compete with the extremely short URLs that link shortening services can provide (and without the equivalent analytics packages), it would avoid the link shortening middleman and let your user know at a glance where your link will take them. — Is link shortening for you? 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. The second condition makes sure that we’re not capturing any relative links that typically looks like href="/some-url-path".
Not only is this good for link shortening, but it is also good for SEO. If a campaign was sent close to 08:15 UTC, Google may not have had enough time to populate those results before MailChimp pulled analytics data, so it could take until the next time data is sent for the data to populate. This is a string of encrypted numbers and alphabets. 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.
URL shorteners are nothing new, Tiny URL has been around for 100 years, but WP.me is different in a few ways. In the sidebar click on Content » Events » Top Events. Click 3 Last Click: The time and date when the link was last clicked.Linking out to high quality websites can be an important UX and SEO signal. 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. Dead simple to manage multiple custom domains and multiple clients from a single account Consistent branding impression.
In some cases, the political or cultural aspects of the country in charge of the top-level domain may become an issue for users and owners,[4] but this is not usually the case. UA code is the unique identifier for each Analytics account you create. On the Links tab, Click Performance displays your tracked URLs and the number of total and unique clicks for each. In addition to easy link shortening, you can use the service with your own domain, customize the characters at the end of your links, get real-time statistics and even see which countries your clicks are coming from. Include retargeting pixels in my links to build a fan list. View this report in the Query Explorer → Declarative Event Tracking To make capturing events easier, autotrack supports declarative event binding. For example, the URL "" can be shortened to "", and the URL "" can be shortened to "". Total clicks Total number of times any tracked link was clicked. So if you have a page at , you can use the URL and going to this URL will forward the visitor to the page in your website. URL shorteners typically work by redirecting users using a special server response commonly referred to as a "301." This tells the browser that the resource at your short URL has been permenantly moved to the full URL's location.