Publishers using the publisher interface can also generate tracking links using features similar to those available in this panel. Get everything hooked up Some services, such as Bitly, let anyone create a vanity URL shortener. If you have a link domain enabled, wait to enable HSTS until after you have uploaded this certificate for your link domain. It appears to be written in something like base64. In Tiny, click the “Stats” page button under the URL to access the statistics. Instead of copying the full video URL, use YouTube’s built-in URL shortening feature to get a shortened link for your tweets.Use branded short links to build customer trust and increases conversions.
When you click on a backlink, it might open in the same tab or a new tab or window. If so, you may use the same campaign name for some of your emails, cpc ads and banner ads so that you can get a sense of how well the overall campaign is performing. Fortunately, we can gather outbound link details ourselves. 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 URL shorteners will redirect you to an ads page first before taking you to the real URL you supposed to redirected to.
For example, if you want to know how many people click on the website link in your Twitter profile, lots of people use a bit.ly link instead of the direct link to their website. Brand the client's links to increase engagement and inspire audience trust. Then when the page loads, it can load the Javascript and track the information in Google Analytics as expected.
This results in registration of different URL shorteners with a myriad of different countries, leaving no relation between the country where the domain has been registered and the URL shortener itself or the shortened links. Please refer to Part II of this post for specific cases of tags you can create. We can detect whether a link will open a page on a domain which is different to ours. You may also want to consider joining 301works, a free service from the Internet Archive that works to create a database of all shortened URL mappings.
I highly recommend you check out their 14 day free trial and see if you like the interface and simplicity with which it comes with.Success and money are just a consequence if you use the right techniques and tools. Fallback parameters allow you to send users that are using the wrong platform to another location. Click the title of the email you want to work with. Use remarketing links to repeatedly get my brands in front of interested eyeballs. ADDENDUM: Plan Out Your Events in a Spreadsheet Your event reporting interface in Google Analytics will either look really pretty, or really messy, depending on how you organize your event Categories, Actions, and Labels: Take a look how the profile above has named categories…. do you think they are easy to understand?