Here, we'll go over how you can customize an affiliate tracking link to your needs using HasOffers parameters. We introduced parameters, values, macros, and how they fit into your workflow in our article on Parameters & Macros in HasOffers. It’s a free platform for scheduling and managing Tweets, like Tweetdeck. To view stats for your custom campaigns go to Google Analytics Reporting » Traffic » Sources » Campaigns and you will see something like this. We can't make custom URLs available to members upon request.
You’ll notice that the majority of Blinded by the Brite ticket sales occurred in the last few days. If you're comfortable with Web hosting and setting up simple PHP and mySQL applications, there are several free scripts you can use to set up a URL shortener on your own server, giving you much more control. Type the last part of your new custom URL in the text box. Twitter will use this to make your timeline better.
Free users can choose between “go.clickmeter.com“ or “9nl.com“ as a domain name for their tracking link, while pro users can choose their own domain name. Google URL Shortener: This shortener is straight from Google and will be viewed as a Goo(dot)gl. Unfortunately, the 140-character limit for tweets might make it difficult to get the entire video URL into the message. Not all protocols are capable of being shortened as of 2011, although protocols such as http, https, ftp, ftps, mailto, mms, rtmp, rtmpt, ed2k, pop, imap, nntp, news, ldap, gopher, dict and dns are being addressed by such services as URL Shortener.
This is compatible with most web browsers and platforms as long as your bookmarks or favorites allow javascript. However, we don’t want to exclude any href that starts with 2 slashes because those are usually fully qualified absolute URLs that are trying to be protocol relative (typically sites that have both HTTP and HTTPS experiences).
Social media dashboard and notifications to gauge the impact of my social media marketing; alerts me to sudden changes in discussion volume and helps identify brand publicity issues. 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. Twitter will use this to make your timeline better. Use an online search tool: One great tool for coming up with good domains for URL shorteners is Domai.nr, which lets you type in a full company name and the site suggests variations of it using numerous alternate extensions and other methods mentioned here and even links you to where you can purchase the domains (this is especially handy for country TLDs). Before you move on, let me let you know that twitter blocks a lot of link shortening services and has since flag them negatively. Use A Custom Domain With Link Shorteners With services like Domainr and IWantMyName, you can easily get a custom domain to use with link shorteners. Get everything hooked up Some services, such as Bitly, let anyone create a vanity URL shortener. Conversely, when you delete an object ID, the link tracking service stops maintaining links to the file. While your link is legitimate, the link shortening service you’re using could cause it to be blocked. 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. If you're willing to pay, consider Pretty Link Pro or these low cost solutions on Code Canyon.