You could create a complex UTM code structure for a link but then shorten it via Bitly and use the link on a piece of direct mail. If it's not available, you'll need to locate a registrar who handles the domain extension in question. When it comes to online advertising and marketing, link tracking is king. You can easily manage links and view click statistics.
These extensions are easily obtained and generic enough for almost any organization to use. Outbound links are the links which take visitors from your website to some other site on the web.
But as Dave Winer articulated, there’s no reason we shouldn’t have a shortener ourselves, and here we are. 🙂 People are already using it. If you copy and paste this script exactly as it appears here, your outbound clicks will appear in your Analytics Events reports with a Category of "outbound" and an Action of "click". (In the snippet, these are shown in bold.) You can use these values, or change them and define your own values. To set a different title for each email in your automation, follow these steps. Get the details/analytics of Short URL //Request Format: var request = gapi.client.urlshortener.url.get({ 'shortUrl': "", 'projection':'FULL' }); //projection can be 'FULL',"ANALYTICS_CLICKS" or "ANALYTICS_TOP_STRINGS" //JSON Response { "kind": "urlshortener#url", "id": "", "longUrl": "", "status": "OK" } Google URL Shortener API PHP Example $longUrl, 'key' => $apiKey); $info = httpsPost($postData); if($info != null) { echo "Short URL is : ".$info->id."n"; } //Short URL Information $shortUrl=""; $params = array('shortUrl' => $shortUrl, 'key' => $apiKey,'projection' => "ANALYTICS_CLICKS"); $info = httpGet($params); if($info != null) { echo "Long URL is : ".$info->longUrl."n"; echo "All time clicks : ".$info->analytics->allTime->shortUrlClicks."n"; } //Get Full Details of the short URL $shortUrl=""; $params = array('shortUrl' => $shortUrl, 'key' => $apiKey,'projection' => "FULL"); $info = httpGet($params); var_dump($info); function httpsPost($postData) { $curlObj = curl_init(); $jsonData = json_encode($postData); curl_setopt($curlObj, CURLOPT_URL, ''); curl_setopt($curlObj, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curlObj, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curlObj, CURLOPT_HEADER, 0); curl_setopt($curlObj, CURLOPT_HTTPHEADER, array('Content-type:application/json')); curl_setopt($curlObj, CURLOPT_POST, 1); curl_setopt($curlObj, CURLOPT_POSTFIELDS, $jsonData); $response = curl_exec($curlObj); //change the response json string to object $json = json_decode($response); curl_close($curlObj); return $json; } function httpGet($params) { $final_url = '?'.http_build_query($params); $curlObj = curl_init($final_url); curl_setopt($curlObj, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curlObj, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curlObj, CURLOPT_HEADER, 0); curl_setopt($curlObj, CURLOPT_HTTPHEADER, array('Content-type:application/json')); $response = curl_exec($curlObj); //change the response json string to object $json = json_decode($response); curl_close($curlObj); return $json; } ?Overview The Google URL Shortener at goo.gl is a service that takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email to friends.
However, standard analytics tools only do a great job in describing activities within the website without dealing too much with your links outside your website. With our unique CTID, you are much less dependent on cookies, and have more reliable data. We have already discussed how Google treats websites with spam links. Every single email address links contains mailto: so this firing rule ensures that this tag only fires on clicks where links are “mailto” type email addresses. When you are using HootSuite, you can shorten any URL to an ow.ly or ht.ly link.
If you use an affiliate plugin to format your affiliate links into something like this then you will have to enable tracking of internal links as outbound links. Often the redirect domain name is shorter than the original one. By entering in a URL in the text field below, we will create a tiny URL that will not break in email postings and never expires. If no value is provided for ad_id on a click, then conversions in that click session are rejected with the "No Transaction ID provided" error. Indeed, even typical individual can utilize this. The goo.gl service provides analytics details and a QR code generator.[citation needed] On 30 March 2018 Google announced that it is "turning down support for goo.gl over the coming weeks and replacing it with Firebase Dynamic Links" (although existing goo.gl links will continue to function).[19] Advantages[edit] The main advantage of a short link is that it is, in fact, short, looks neat and clean and can be easily communicated and entered without error.[20] To a very limited extent it may obscure the destination of the URL, though easily discoverable; this may be advantageous, disadvantageous, or irrelevant. It’s also popular so a lot of people recognize that a Bitly link is a shortened link and don’t automatically think it’s spam. Campaign Source Campaign source for an email should not be "email".