You will need to make sure you have the standard google tracking script on your page too. Write down this value and the combination title or description it goes with so you can reference it when you view your data in Google Analytics later. Often the redirect domain name is shorter than the original one.
Wikipedia entries on TLDs typically include information on all these restrictions in the right sidebar of each TLD's entry. Although the earnings are small, it can certainly add up if you can attract a lot of clicks. Tracker URLs Tracker URL refers to the entire link, complete with domain and query string. It’s a good way to package up multiple links into one link. 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. Some link shorteners allow custom domains, and some don’t.
The links are permanent, they will work as long as WordPress.com is around. You can modify these in the ga call if necessary (lines 24 to 26). Under Tracking, click the Google Analytics link tracking box.
Also, you can choose the redirect type of your link, depending on whether you plan on changing your destination URL in the future. More » Goo.gl Here’s Google’s very own URL shortener, which is a popular choice that’s useful for just getting the job done as quickly as possible.
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. Mit dem Tracking-Link ebdssbcitybrowse können Veranstalter sehen, wie viele Personen auf die Eventseite kamen bzw. sich Tickets für das Event gekauft haben, weil sie auf einer unserer City Landingpages nach Events gesucht haben: Hier sind die City Landingpages, die man übrigens auch im Footer unserer Hauptseite findet: – Berlin – Hamburg – München – Köln – Frankfurt – Stuttgart – Düsseldorf – Nürnberg – Leipzig ebdiiginstagram Mit diesem Tracking-Link können Veranstalter tracken, wie viele Tickets/ Besucher sie über den „Get Tickets“-Button auf Instagram generiert haben. efbevent Mit diesem Tracking-Link können Veranstalter nachvollziehen, wie viele Besucher auf die Eventseite kamen bzw. sich Tickets für das Event gekauft haben, die über das Facebook Event ohne Direktkauf-Integration zum Event weitergeleitet wurden. efbeventtix Mit efbeventtix können Veranstalter nachvollziehen wie viele Leute auf dem Facebook Event den Direktkauf-Prozess gestartet haben und auch wie viele Leute darüber sich Tickets gekauft haben. Generate an Impression Pixel To track impressions for an offer, copy the code in the Impression Pixel box and place it on the same page as your tracking link. Mit dem Tracking-Link ebdssbcitybrowse können Veranstalter sehen, wie viele Personen auf die Eventseite kamen bzw. sich Tickets für das Event gekauft haben, weil sie auf einer unserer City Landingpages nach Events gesucht haben: Hier sind die City Landingpages, die man übrigens auch im Footer unserer Hauptseite findet: – Berlin – Hamburg – München – Köln – Frankfurt – Stuttgart – Düsseldorf – Nürnberg – Leipzig ebdiiginstagram Mit diesem Tracking-Link können Veranstalter tracken, wie viele Tickets/ Besucher sie über den „Get Tickets“-Button auf Instagram generiert haben. efbevent Mit diesem Tracking-Link können Veranstalter nachvollziehen, wie viele Besucher auf die Eventseite kamen bzw. sich Tickets für das Event gekauft haben, die über das Facebook Event ohne Direktkauf-Integration zum Event weitergeleitet wurden. efbeventtix Mit efbeventtix können Veranstalter nachvollziehen wie viele Leute auf dem Facebook Event den Direktkauf-Prozess gestartet haben und auch wie viele Leute darüber sich Tickets gekauft haben. You can safely preview a short link by adding ~ or = to the end of the URL, for instance: Bookmarklets Shorten and share any page at the click of a bookmark, without installing extensions or apps. Therefore, as a Twitter marketer who needs to track link performance, you should use bit.ly. For individual sharing purposes, a Redirecting is a superior decision as it is sans bother and respects subscribing independently to another service(assuming Google is with the client as of now) Bitly is the best in terms of getting most extreme data in a shorter spam of time. 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. Some websites prevent short, redirected URLs from being posted. Reporting breaks down by person, location, and device type. Consider alternate extensions: If your top choice isn't available, consider using a country code TLD (ccTLD) such as .to or .co.