Check out our review of this fantastic tool to see how it works. We need to be careful and ensure tracking never stops user navigation even on failure. A name everyone instantly trusts when they see the URL.
Clients that subscribe to the link tracking service can maintain the integrity of their references, and the objects can be tracked in a way that is transparent to the user. More » Is.gd Is.gd provides one of the simplest URL shortening experiences by giving you nothing more than a field to input your long link so you can instantly transform into a shorter one. Tag Type: Select “Link Click Listener” as the tag type. Maybe you find an interesting photo or song, or you want to refer people to another article someone else wrote. There is no equal distribution of traffic with this setting, and traffic to specific pages varies. While your link is legitimate, the link shortening service you’re using could cause it to be blocked.
You can use initials for one or more words or, if it works, all of them. Keyword This field should never be used in an email campaign. 3Adding dynamic data to redirects You can use a number of placeholders to inject data into redirect URLs, before they are forwarded to the user. They are always trying to break into websites and cause irreparable damage to them. The nice thing about it is that it’s a short link, about 70% smaller than the permalink for this post.
Undo Undo Shorten URL @ShortenURL 15 May 2011 More Statistics for Sunday, May 15, 2011 Thanks. A friendly URL may be desired for messaging technologies that limit the number of characters in a message (for example SMS), for reducing the amount of typing required if the reader is copying a URL from a print source, for making it easier for a person to remember, or for the intention of a permalink.
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; } ?Expart advice Think of a domain This step takes some creativity. Many web developers pass descriptive attributes in the URL to represent data hierarchies, command structures, transaction paths or session information. Launch and use Now that you're all set up, you're ready to use your new URL shortener. So instead of seeing “bit.ly” or “goo.gl” links that might lead you anywhere, these websites have set up their own custom short domain name. Also, remember that many services provide 14 day free trial so you can check if it fits your needs before spending any money. With TinyURL, you can also make a smaller URL that will work for any page on your site. You can also put it in your bookmarks instead of the links toolbar.