<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KraukoBlog &#187; KraukoBlog &#8211; </title>
	<atom:link href="http://www.kraukoblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kraukoblog.com</link>
	<description>TRAVEL INDUSTRY FROM MARKETING AND TECHNOLOGY ANGLES</description>
	<lastBuildDate>Tue, 05 Jul 2011 12:46:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Tutorial : Watch your Competitors’ Facebook Pages with Google Docs</title>
		<link>http://www.kraukoblog.com/marketing/tutorial-watch-your-competitors-facebook-pages-with-google-docs/</link>
		<comments>http://www.kraukoblog.com/marketing/tutorial-watch-your-competitors-facebook-pages-with-google-docs/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 08:49:44 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1889</guid>
		<description><![CDATA[Following the lessons of an SEO post explaining how to parse a batch of information with Google Docs, I got a sudden inspiration&#8230; why not do this with the information from the Facebook API? Yes, my geek side [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://spreadsheets.google.com/spreadsheet/ccc?key=0Ao5hB_Qu-35edGRESXZEc1pPVHRZVnpucEtaTHo4Ync&amp;authkey=CJH0xOkK&amp;hl=en_GB#gid=1"><img class="alignleft size-medium wp-image-1897" style="margin-right: 5px;" title="Outil de veille web 2.0 - Principaux acteurs du voyage" src="http://www.kraukoblog.fr/wp-content/uploads/2011/07/outil-de-veille-web-2-0-principaux-acteurs-du-voyage-300x155.png" alt="Outil de veille web 2.0 - Principaux acteurs du voyage" width="300" height="155" /></a></p>
<p>Following the lessons of an <a title="Read: How To Build Agile SEO Tools Using Google Spreadsheets" href="http://www.distilled.net/blog/seo/how-to-build-agile-seo-tools-using-google-docs/" target="_blank">SEO post</a> explaining how to parse a batch of information with Google Docs, I got a sudden inspiration&#8230; why not do this with the information from the Facebook API? Yes, my geek side has gained the upper hand again.</p>
<p>Anyway, the result is here and you can use it as you wish. This tool has been built on Google Docs and it allows you to watch the development of the number of fans of your competitors’ Facebook pages . Even better, this tool comes with a tutorial to re-build it and adapt it to your needs.</p>
<h3 style="text-align: center;"><a title="See the Google Docs Spreadsheet" href="https://spreadsheets.google.com/spreadsheet/ccc?key=0Ao5hB_Qu-35edGRESXZEc1pPVHRZVnpucEtaTHo4Ync&amp;authkey=CJH0xOkK&amp;hl=en_GB#gid=1" target="_blank"> See the Spreadsheet</a></h3>
<h2>Before we start</h2>
<p>Marketers and community managers are justifiably debating about  social media objectives and KPIs all the time. I would like to say that yes, I totally agree that quantity is not a goal for itself, and I am still convinced that engagement has much more value. However, this reporting tool is useful because:</p>
<ul>
<li>The more fans we have, the higher the probability to come across the people that are going to build our community;</li>
<li>To have a big number of fans is a trust indicator and can reassure potential customers (and could play a role in Google’s Panda Algorithm);</li>
<li>Identifying when competitors’ fan bases are growing exceptionally fast can be an easy way to find new good ideas.</li>
</ul>
<p>So after this short point about social media, let’s start the realisation of the spreadsheet.</p>
<h2>Facebook Graph API, a frightening name for something that’s within everyone&#8217;s reach!</h2>
<p>The first step is to understand how to use the Facebook Graph API. For that, you need your internet browser and the unique ID of a Facebook page.</p>
<p>For Non-Customized Facebook URLs:</p>
<ul>
<li><a href="http://www.facebook.com/pages/globalholidays/280670926824">http://www.facebook.com/pages/globalholidays/280670926824</a></li>
<li><a href="http://www.facebook.com/pages/Flight-Centre/54103434078">http://www.facebook.com/pages/Flight-Centre/54103434078</a></li>
</ul>
<p>For pages with a Vanity URL:</p>
<ul>
<li><a href="http://www.facebook.com/laterooms">http://www.facebook.com/laterooms</a></li>
<li><a href="https://www.facebook.com/travelodgeuk">https://www.facebook.com/travelodgeuk</a></li>
</ul>
<p>If you add the ID to this URL you can access the info of the Facebook Social Graph. For example:</p>
<p>https://graph.facebook.com/ID &gt;&gt; <a href="https://graph.facebook.com/Travelzoo.UK">https://graph.facebook.com/Travelzoo.UK</a></p>
<p style="text-align: left;"><span style="font-size: x-small;"><span style="font-weight: normal;"><br />
</span></span></p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">{
   &quot;id&quot;: &quot;141835936104&quot;,
   &quot;name&quot;: &quot;Travelzoo UK&quot;,
   &quot;picture&quot;: &quot;http://profile.ak.fbcdn.net/hprofile-ak-snc4/188075_141835936104_2962801
_s.jpg&quot;,
   &quot;link&quot;: &quot;https://www.facebook.com/Travelzoo.UK&quot;,
   &quot;likes&quot;: 16187,
   &quot;category&quot;: &quot;Media/news/publishing&quot;,
   &quot;username&quot;: &quot;Travelzoo.UK&quot;
}</pre></div></div>

<p>Now that you understand how to retrieve information from the Social Graph, we can start building the spreadsheet.</p>
<p>How to create a spreadsheet to monitor the evolution of fans for the Facebook pages of the main players of the travel industry</p>
<p>To build this spreadsheet you need 2 scripts (one script in Google Docs and one macro in Excel). The first one parses the information from the Facebook API. The second one enables the automatic update of the report.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4><a href="http://www.kraukoblog.com/wp-content/uploads/2011/07/Google-Docs-Create-New-Spreadsheet.png" rel="lightbox[1889]"><img class="alignright size-full wp-image-1891" title="Google Docs - Create New Spreadsheet" src="http://www.kraukoblog.com/wp-content/uploads/2011/07/Google-Docs-Create-New-Spreadsheet.png" alt="Google Docs - Create New Spreadsheet" width="123" height="142" /></a>1/ Create a new spreadsheet in Google Docs</h4>
<p>You need a Google account to do that. If you need help, view the <a title="Read Google Documents Presentation" href="http://www.google.com/google-d-s/tour1.html " target="_blank">Google Docs Tour</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>2/ How to create a script to find the number of « like » from a Facebook Page</h4>
<p>Go to Tools &gt; Script Editor… and a pop up appears</p>
<p>Copy-Paste this code into it:</p>
<h4><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre; font-weight: normal;">function Fblikes(id) {</span></h4>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">  <span style="color: #003366; font-weight: bold;">var</span> jsondata <span style="color: #339933;">=</span> UrlFetchApp.<span style="color: #660066;">fetch</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;https://graph.facebook.com/&quot;</span><span style="color: #339933;">+</span>id<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #003366; font-weight: bold;">var</span> object <span style="color: #339933;">=</span> Utilities.<span style="color: #660066;">jsonParse</span><span style="color: #009900;">&#40;</span>jsondata.<span style="color: #660066;">getContentText</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000066; font-weight: bold;">return</span> object.<span style="color: #660066;">likes</span><span style="color: #339933;">;</span></pre></div></div>

<p>It creates a function to parse the batch from the Facebook Graph API. I called this function “Fblikes” but you can give it any name you like.</p>
<p>Now (after you saved the script), you can use a new formula in the spreadsheet. Try to type “=Fblikes(virginholidays)” (without the quotes) into a cell and it is going to return the number of likes for the Virgin Holidays Facebook Page (note: virginholidays is the ID of the page).</p>
<p>Column E in my document has been generated using this formula and the results are updated every time someone opens the file.</p>
<p>&nbsp;</p>
<h4>3/ Save results from =Fblikes()to keep a historical record</h4>
<p>To have a historical view of several pages, you need to save the results regularly. The simplest way to do that is to copy-paste the results into a new column each time.</p>
<p>You can do it manually once a week, but it can become tiring quite quickly. That is why I am using a second script.</p>
<p>Go back into the Script Editor and paste this code (please don’t show it to a real developer, it has been thrown together)</p>
<p>&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> UpdateFblikes<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #003366; font-weight: bold;">var</span> sheet <span style="color: #339933;">=</span>SpreadsheetApp.<span style="color: #660066;">getActiveSheet</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">//define spreadsheet name</span>
  <span style="color: #003366; font-weight: bold;">var</span> column <span style="color: #339933;">=</span> sheet.<span style="color: #660066;">getRange</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;O1&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">getValue</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #003366; font-weight: bold;">var</span> row <span style="color: #339933;">=</span> <span style="color: #CC0000;">4</span><span style="color: #339933;">;</span>
   Utilities.<span style="color: #660066;">sleep</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">4000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #006600; font-style: italic;">// Slowdown the script (4 second)</span>
   <span style="color: #003366; font-weight: bold;">var</span> nblike <span style="color: #339933;">=</span> sheet.<span style="color: #660066;">getRange</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;E4:E60&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Select and copy the column</span>
   nblike.<span style="color: #660066;">copyValuesToRange</span><span style="color: #009900;">&#40;</span>sheet<span style="color: #339933;">,</span> column<span style="color: #339933;">+</span><span style="color: #CC0000;">5</span><span style="color: #339933;">,</span> column<span style="color: #339933;">+</span><span style="color: #CC0000;">5</span><span style="color: #339933;">,</span> row<span style="color: #339933;">,</span> row<span style="color: #339933;">+</span><span style="color: #CC0000;">56</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Paste the data</span>
  sheet.<span style="color: #660066;">getRange</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">3</span><span style="color: #339933;">,</span> column<span style="color: #339933;">+</span><span style="color: #CC0000;">5</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setValue</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> Date<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// add date in column title</span>
   sheet.<span style="color: #660066;">getRange</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;O1&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setValue</span><span style="color: #009900;">&#40;</span>column<span style="color: #339933;">+</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #006600; font-style: italic;">// Incremente variable</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>The comments in green should help you to understand what I did, in case you want to improve it. The counter in cell O1 tells it in which column to paste the data (normally it should be the next empty column).</p>
<p>You need to click the floppy disk icon to save, then (still in the script window), you have to go to Triggers and set it up similar to the one bellow. Thanks to this you don’t need to open the file to update it, it will do automatically every week.</p>
<p style="text-align: center;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/07/google-script-trigger.jpg" rel="lightbox[1889]"><img class="aligncenter size-full wp-image-1896" title="Google Script Trigger" src="http://www.kraukoblog.com/wp-content/uploads/2011/07/google-script-trigger.jpg" alt="Google Script Trigger" width="554" height="123" /></a></p>
<p>In case you have issues with the time, go to Files &gt; Properties and check your time zone.</p>
<p>&nbsp;</p>
<p>Now you know everything you need to re-build this file and maybe create one that is even better than mine. You can benchmark your competitors, but you can also use it to monitor all the pages of your website that have a like button.  And if you have some other good ideas, please share it!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/marketing/tutorial-watch-your-competitors-facebook-pages-with-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load time, what marketing can do when IT fails</title>
		<link>http://www.kraukoblog.com/marketing/load-time-what-marketing-can-do-when-it-fails/</link>
		<comments>http://www.kraukoblog.com/marketing/load-time-what-marketing-can-do-when-it-fails/#comments</comments>
		<pubDate>Sun, 15 May 2011 11:21:22 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1830</guid>
		<description><![CDATA[Internet users are getting use to real time information and personalized content. When they search on the web, they want relevant results and they want them immediately. The high speed connection have made them impatient and they now [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/03/site_web_lent.png" rel="lightbox[1830]"><img class="alignleft size-full wp-image-1672" style="margin-right: 5px;" title="Slow website" src="http://www.kraukoblog.com/wp-content/uploads/2011/03/site_web_lent.png" alt="Slow website" width="264" height="200" /></a>Internet users are getting use to real time information and personalized content. When they search on the web, they want relevant results and they want them immediately. The high speed connection have made them impatient and they now hardly wait more than 4 second to get a page (according to the study from Akamai/Forrester Consulting, July 2009).</p>
<p>Behind the screen, users don’t realize that when they search one product it’s several databases that are going to be requested. And this is a real stake in the travel industry because information need to be refreshed frequently due to Yield strategies (e.g. flight ticket price) and back-office systems are often old and heterogeneous.</p>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/03/Facteurs-qui-influencent-la-poursuivre-du-processus-dachat-sur-un-site-web.png" rel="lightbox[1830]"><img class="alignright size-medium wp-image-1674" style="margin-left: 5px; margin-top: 15px;" title="Influencial factors in the decision to continue shopping with an online store" src="http://www.kraukoblog.com/wp-content/uploads/2011/03/Facteurs-qui-influencent-la-poursuivre-du-processus-dachat-sur-un-site-web-300x227.png" alt="Influencial factors in the decision to continue shopping with an online store" width="240" height="182" /></a></p>
<p>For a hotel search, we often approach a load time of 1 minute. When you are aware that load time is a decisive factor on the purchase intention of more than 50% of your visitors, you should worry about how to keep their attention?</p>
<p>The answer to this question is simple, just work on decreasing your web site load time. But what if you can’t?</p>
<h2>Real load time, perception and memorization</h2>
<p>Here is a short summary of this very interesting study: <a title="SlideShare - Psychology of Performance" href="http://www.slideshare.net/stoyan/psychology-of-performance" target="_blank">Psychology of Performance</a>, Stoyan Stefanov (Yahoo !), that would help you making right usability choices.</p>
<p>Firstly, time is not absolute but rather flexible. That means it will be perceived differently by each person. Some regular rules are:</p>
<table border="0">
<tbody>
<tr>
<td>Time is perceived longer when:</td>
<td>Time is perceived shorter when:</td>
</tr>
<tr>
<td>- we are in an unknown situation- we are having a bad experience</p>
<p>- we get bored</p>
<p>- we have to think about a lot of things</td>
<td>- we perceive progression- we are well informed</p>
<p>- we&#8217;ve got the feeling that an answer is coming</td>
</tr>
</tbody>
</table>
<p>Regarding memorization, what we remember about the speed of a web site is related to our emotions. If the experience of using the site was positive (e.g. I’ve been able to make my booking easily) we will remember it as fast to load.</p>
<h2>Progressive rendering of a webpage</h2>
<p>The most efficient solution to avoid people feel that the site is slow is to implement a progressive rendering of your pages. That will avoid your visitors to wait in front of a blank page, which is often associated to a bug. The progressive rendering will let them immediately know that the site is working and that results are coming.</p>
<p style="text-align: center;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/03/filmstrip.png" rel="lightbox[1830]"><img class="aligncenter size-large wp-image-1682" title="Filmstrip done with webpagetest.org when searching an hotel in Paris" src="http://www.kraukoblog.com/wp-content/uploads/2011/03/filmstrip-1024x311.png" alt="Filmstrip done with webpagetest.org when searching an hotel in Paris" width="614" height="187" /></a></p>
<h2>Determinate progress bar</h2>
<p>The problem with progressive rendering is that users can be distracted during the load time (and potentially they can leave your page). So, if the load time is long (10 second is very long), giving him information about what is happening and/or what is coming next can fill his time and make the waiting time more pleasant.</p>
<p>We can find different level in term of progress bar:</p>
<p>Throbbers, like hourglass, busy cursor or loading spinner (rotating image), are the worst. Indeed, they don’t give information about the remaining time. On top of that, they tend to let users think that your site is frozen if the loading is too long. A progress bar is much more adapted because it gives information about advancement.</p>
<p>A very good example is the one from <a title="Liligo's website" href="http://www.liligo.co.uk/" target="_blank">Liligo</a>’ search results. The progress bar gives information as one goes along about the number of retailers searched, the number of products found and provide a stop button for users that don’t want to wait more. They even provide a real countdown counter to let the user know exactly the time he as to wait.</p>
<p style="text-align: center;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/03/Barre-davancement-sur-Liligo.png" rel="lightbox[1830]"><img class="aligncenter size-full wp-image-1676" title="Progress bar giving information to the user about the remaining time - On Liligo" src="http://www.kraukoblog.com/wp-content/uploads/2011/03/Barre-davancement-sur-Liligo.png" alt="Progress bars on Liligo' results page" width="640" height="136" /></a></p>
<p>Progress bars are commonly used by meta-searchers. OTA tend rather to use interstitial page.</p>
<h2>Interstitial webpage  (full page “in-between”)</h2>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/03/Page-Intersticielle-dOpodo.png" rel="lightbox[1830]"><img class="alignright size-medium wp-image-1678" style="margin-left: 5px;" title="Opodo's interstitial webpage when searching an hotel" src="http://www.kraukoblog.com/wp-content/uploads/2011/03/Page-Intersticielle-dOpodo-300x169.png" alt="Opodo's Interstitial webpage" width="300" height="169" /></a></p>
<p>Interstitial pages are a way of placing full page messages between the current and destination page. This extra page is very appreciated by marketing teams because it allows passing a message at a time where the user is attentive and potentially disposed to read.</p>
<p>Thereby, this page often contains advertisement. To be even more efficient and reassuring regarding loading time, it is recommended to also display information about the user’s request and make sure he has got enough time to read it (otherwise it can become a frustrating step).</p>
<h2>Fluidity of the browsing experience</h2>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/03/Overlay-demandant-confirmation-de-vos-choix-easyJet.png" rel="lightbox[1830]"><img class="alignright size-thumbnail wp-image-1679" title="Example of easyJet's overlay asking a double confirmation before proceeding" src="http://www.kraukoblog.com/wp-content/uploads/2011/03/Overlay-demandant-confirmation-de-vos-choix-easyJet-150x150.png" alt="Example of easyJet's overlay asking a double confirmation before proceeding" width="150" height="150" /></a></p>
<p>Finally, the last point consists in reviewing the overall customer journey of your site and make sure it is smooth and without interruption. This means that your call to action must be easy to find and reactive (when the user click on them he must immediately perceive that something happened). You should also avoid useless step and dialogues boxes (or overlays).</p>
<h2>Conclusion</h2>
<p>To conclude, as you can see they are lot of small improvements that can be done by the marketing team in the aim to positively modify the time perception on your site.</p>
<p>In the travel industry, due to all the technological back-office issues, this is going to help a lot. However, even if marketing can help don’t let your IT rely only on that. Indeed, Google is more and more implicated in travel search and now Google’s tools are able to return relevant results in less than 10 second (although the content is provided by your site!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/marketing/load-time-what-marketing-can-do-when-it-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shifting of Distribution Costs: from GDS fees to CPC</title>
		<link>http://www.kraukoblog.com/travel-industry/shifting-of-distribution-costs-from-gds-fees-to-cpc/</link>
		<comments>http://www.kraukoblog.com/travel-industry/shifting-of-distribution-costs-from-gds-fees-to-cpc/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 20:48:57 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Travel Industry]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[expedia]]></category>
		<category><![CDATA[GDS]]></category>
		<category><![CDATA[GNE]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[web-based]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1630</guid>
		<description><![CDATA[Internet is actually perceived as an economic and liberator distribution channel regarding to GDS. However, the cyclic effects of the travel industry are returning to the fore and the web is contributing to the installation of new monopoles. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/02/Tags-cloud-GDS-fees-to-CPC.png" rel="lightbox[1630]"><img class="alignleft size-full wp-image-1532" style="margin-right: 5px;" title="Tag cloud - from GDS fees to CPC" src="http://www.kraukoblog.com/wp-content/uploads/2011/02/Tags-cloud-GDS-fees-to-CPC.png" alt="" width="209" height="128" /></a></p>
<p>Internet is actually perceived as an economic and liberator distribution channel regarding to GDS. However, the cyclic effects of the travel industry are returning to the fore and the web is contributing to the installation of new monopoles.</p>
<p>We are passing from a situation where GDS were the unique access point to offers to a situation where the web is becoming this new unique access point.</p>
<p>Here is a short historical recap that would help you to better perceive the cyclic aspect and the stake of the current situation.</p>
<h3>The GDS era</h3>
<p>From the 80s until the beginning of the 2000s, the GDS have been revolutionizing touristic products distribution and so they have acquired a certain monopole.</p>
<h3>The web, an alternative channel for non-adapted products</h3>
<p>However, for diverse reasons (too complex, offer too scattered, not enough return on investments&#8230;), GDS have stayed hardly adapted to the distribution of some products as hotels or holidays packages.</p>
<p>When the Internet has been mature enough, several web portals have been enabling to industrialise the hotel distribution. They have solved content issues (images, rooms specificities, geolocation&#8230;) and have facilitated independent hotels and small chains distribution. A bit later, Internet has also helped the emergence of <a title="KraukoBlog: Evolution of the vacation package: from a standardized product to a personalized travel" href="http://kraukoblog.com/2010/05/evolution-of-the-vacation-package-from-a-standardized-product-to-a-personalized-travel/" target="_blank">dynamic packaging</a> through tools like multi-TO platforms and dynamic packaging engines.</p>
<h3>The age of direct distribution</h3>
<p>More than creating alternative channels to GDS, Internet has enabled all the players of the travel industry to reach directly the final customer (the traveller). This has strongly impacted the business models in the industry and has created situations of coopetition.</p>
<p>Firstly in the US, then in Europe, this encouraged airlines to adopt the zero commission model. Moreover, some airlines are progressively trying to favour the content on their direct distribution channels over the GDS in order to conduce travellers and travel agents to book directly on their site and save up GDS fees (around $10 per booking).</p>
<h3>The new unique access point</h3>
<p>From a standardized and centralised offer (by GDS) we are passing to an environment based on a multitude of web sites with an offer more and more fragmented and harder to compare.</p>
<p>So, to answer travellers’ needs, new players emerged. They have specialised in the re-globalisation of this scattered offer and are based on business models more economic than GDS.</p>
<p>In hospitality industry, players like Expedia, Booking.com or HRS are now the new central points to access the hotels’ offers. And in the airline industry, meta-searchers could potentially become the unique players able to compare unbundled airlines fares and <a title="KraukoBlog: Zoom on the boom of ancillary revenues and their impacts on distribution" href="http://kraukoblog.com/2010/06/zoom-on-the-boom-of-ancillary-revenues-and-their-impacts-on-distribution/" target="_blank">ancillary products</a>. At a global level Google is this new central point with more than 90% of people that start browsing from it in the UK, in France, in Germany or in Spain.</p>
<h3>The birth of new monopoles</h3>
<p>That’s how, slowly, new monopoles are taking hold.</p>
<p>Some web portals in the hotel industry have now enough weight to impose their rules: rate parity or commissions up to 30%&#8230; Or in general, Google is becoming the new unique access point to the offers of all travel industry players (from producers to distributors and through editorial and comparison web sites). As a consequence, a place on the first page of Google’s results is really strategic and the CPC costs are soaring:</p>
<p><em>‘’book hotel’’ 3,61€, ‘’car rental’’ 4,39€, “holiday rentals” 2,10€, “hotel cheap “ 3,30€, “last minute flights “ 2,54€ or ‘’Expedia’’ 5,05€, “priceline’’ 4,47€</em><br />
<span style="font-size: 10px; padding-top: 1px;">(Adwords, estimations based on a budget of 10 000€ in February 2011)</span></p>
<p>Knowing that Internet users visit more than 10 sites before choosing&#8230; we can easily understand why online marketing costs are blithely overtaking the GDS fees.</p>
<p>And beyond sufficiency, since Google bought ITA Software, it could potentially bring search that perform better than GDS (see also T. O&#8217;Neil-Dunne&#8217;s article: <a title="Article sur Tnooz: Full content vs full capability – the wrinkle in airline distribution" href="http://www.tnooz.com/2011/02/14/news/full-content-vs-full-capability-the-wrinkle-in-airline-distribution/" target="_blank">Full content vs full capability</a>)</p>
<p>And so on, we are back in a situation where one player is dominating and could impose standards and its own vision. So, are we back to our departure point? Of course not!</p>
<p>The travel industry has always been cyclic.  Each cycle brings innovations: Internet was perceived as the evil by travel agents; today it is Google that is pointed out by pure players (see: <a title="FairSearch.org is a group of businesses united in support of a healthy Internet future, where greater consumer choice and economic growth are driven by competition, transparency and innovation in online search." rel="nofollow" href="http://www.fairsearch.org/" target="_blank">Fair Search</a>) par les acteurs nés du web. Passing from one monopole to another is normal and just confirms the dynamism of the industry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/travel-industry/shifting-of-distribution-costs-from-gds-fees-to-cpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-tourism : the evolution of the booking process automation</title>
		<link>http://www.kraukoblog.com/travel-technology/e-tourism-the-evolution-of-the-booking-process-automation/</link>
		<comments>http://www.kraukoblog.com/travel-technology/e-tourism-the-evolution-of-the-booking-process-automation/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 23:30:34 +0000</pubDate>
		<dc:creator>Aurélie</dc:creator>
				<category><![CDATA[Techno]]></category>
		<category><![CDATA[back-office]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CRS]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[interactions]]></category>
		<category><![CDATA[mcto]]></category>
		<category><![CDATA[metasearch]]></category>
		<category><![CDATA[mid-office]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[tour operating]]></category>
		<category><![CDATA[web-services]]></category>
		<category><![CDATA[XFT]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1543</guid>
		<description><![CDATA[Tourism is one of the most dynamic sector within the web industry. Online dimension has indeed exercised a major influence for each tourism protagonist, all the more because the number of web sites is constantly increasing. Nevertheless, measures [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/02/qui_4.jpg" rel="lightbox[1543]"><img class="size-thumbnail wp-image-1465 alignright" style="margin: 0px 5px;" title="Mettre en place un site web nécessite des ressources" src="http://www.kraukoblog.com/wp-content/uploads/2011/02/qui_4-150x150.jpg" alt="" width="123" height="120" /></a><a href="http://www.kraukoblog.com/wp-content/uploads/2011/02/etourisme.jpg" rel="lightbox[1543]"><img class="size-thumbnail wp-image-1486 alignleft" style="margin: 0px 5px;" title="L'e-tourisme, pouvoir réserver 24h/24, où on veut, quand on veut" src="http://www.kraukoblog.com/wp-content/uploads/2011/02/etourisme-150x150.jpg" alt="" width="127" height="121" /></a></p>
<p style="text-align: justify;">Tourism is one of the most dynamic sector within the web industry. Online dimension has indeed exercised a major influence for each tourism protagonist, all the more because the number of web sites is constantly increasing. Nevertheless, measures have to be taken before setting up a web site.</p>
<p style="text-align: justify;">&nbsp;</p>
<h3><strong>How to manage the back office of an e-tourism portal?</strong></h3>
<p>Methods of stock aggregation depend on the organization and the positioning of each protagonist. The most common processes are these ones:</p>
<p>* The CRS tool feeds the web site with offers</p>
<p>This method has been adopted by protagonists who produce and distribute their own products online. They can feed their website with offers directly from the tools that they use daily to produce and distribute their products offline in travel agencies.</p>
<p>Webservices will enable online booking. They will handle several issues: exportation of products from the CRS tool (products, fares, allotments…), calling customer files stored within the CRS tool, importation of customer files created online in the CRS tool, connection with CRS to check real time availability in the booking process.</p>
<p>Furthermore, the protagonist’s website is usually developed by a web agency and not by the software supplier (CRS). The customer will then manage the website with a CMS tool (Content Management System) that will enable to update the website, and to manage data that cannot be exported from the CRS tool: product descriptions and photos, creation of online customer profiles. The web agency usually manages fares and availability caches.</p>
<p style="text-align: justify;">We have two data sources : CRS and website. Correlation tables have to be set in order to match data contained in each source such as products codes, customer files references, booking references… Connectivity is optimized, bookings are directly registered in the CRS tool without any manual input.</p>
<p>* Integrators feed the website with tour operators’ offers</p>
<p style="text-align: justify;">This method is adopted by travel agencies that have a distribution activity. Integrators mean online platforms that aggregate offers from major tour operators. The most famous actors are Orchestra, Traveltainment, Resastar.</p>
<p style="text-align: center;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/02/Orchestra.jpg" rel="lightbox[1543]"><img class="aligncenter size-full wp-image-1439" title="Orchestra, plateforme multi TO permettant l'agrégation de stock" src="http://www.kraukoblog.com/wp-content/uploads/2011/02/Orchestra.jpg" alt="" width="475" height="315" /></a><em>Orchestra, online aggregation plateform<br />
</em></p>
<p style="text-align: justify;">There are also IT actors that provide booking engines, such as Advences. Or others like B2f who are aimed at non-booking websites and who provide connectivity with different web sites and redirect the user to the provider’s website for the booking process. This is precisely the aim of travel search sites.</p>
<p style="text-align: center;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/02/B2F-hub-booking-system-800x600.jpg" rel="lightbox[1543]"><img class="aligncenter size-full wp-image-1492" title="B2F propose un métamoteur assurant la connectivité à différents acteurs du tourisme" src="http://www.kraukoblog.com/wp-content/uploads/2011/02/B2F-hub-booking-system-800x600.jpg" alt="" width="560" height="321" /></a></p>
<p style="text-align: justify;">Dealing with integrators present advantages : real time availability access to the tour operator’s offers, possibility to compare different offers at the same time and on an unique screen, complementarity of online and offline distribution channels.</p>
<p style="text-align: justify;">Furthermore, most of CRS tools adopted by travel agencies enable an automatic recovery of data flows coming from online booking platforms (integrators). This avoids manual booking inputs into the CRS tool : files are automatically created.</p>
<h3><strong>IT evolutions that encourage the automation of booking processes</strong></h3>
<p style="text-align: justify;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/02/img-booking.jpg" rel="lightbox[1543]"><img class="alignleft size-thumbnail wp-image-1466" style="margin: 0px 5px;" title="Pour l'internaute, la réservation se veut la plus simplifiée possible" src="http://www.kraukoblog.com/wp-content/uploads/2011/02/img-booking-150x150.jpg" alt="" width="125" height="125" /></a>Webservices enable the communication between heterogeneous systems. They make data transfers easier. IT evolutions have particularly been essential in the automation of booking processes.</p>
<p style="text-align: justify;"><a title="MCTO Amadeus" href="http://www.amadeus.com/fr/x34762.html" target="_blank">MCTO</a> messages (Message Comptable Tour Operator, meaning accounting tour operator message) based on the XFT language, automates the filling of sales contracts including information from the tour operators related to the offer. In a concrete way, when an online booking is confirmed (B2B or B2C channel), the MCTO message is integrated in the CRS tool and the travel agent instantly finds the sales contract pre-padded on their screen (within the CRS tool), as soon as the tour operator’s sale is confirmed.</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">This type of message enables the data flows transfers from the online booking platform to the CRS tool. This implies the automation of the booking process: the MCTO message is integrated in queues within the CRS tool, it then enables the creation of a booking file, including the matching or the creation of a customer file, and fills automatically the sales contract containing all information related to the sale. The travel agent only has to manage the sales process: billing, payment…</p>
<h3><strong>Perspectives: integrated mid-back office tools</strong></h3>
<p style="text-align: justify;">We are more and more leading to the automation of booking processes. What is at stake for IT providers are integrated mid back office (MBO) solutions, leading to a new type of products consisting in a chain of tools integrating the whole business processes of the tourism industry protagonists.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/travel-technology/e-tourism-the-evolution-of-the-booking-process-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotels connectivity, a stake for the whole travel industry</title>
		<link>http://www.kraukoblog.com/travel-technology/hotels-connectivity-a-stake-for-the-whole-travel-industry/</link>
		<comments>http://www.kraukoblog.com/travel-technology/hotels-connectivity-a-stake-for-the-whole-travel-industry/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 19:32:19 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Techno]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[multichannel]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1451</guid>
		<description><![CDATA[In the Thirties, Conrad Hilton used to say that hotel’s performances relays first in the “hotel location”, secondly in the “hotel location” and third in the “hotel location”. This adage is still true, except that the location is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/01/hotel-channel-management.jpg" rel="lightbox[1451]"><img class="alignleft size-medium wp-image-1352" style="margin-right: 5px;" title="Hotel Channel Management" src="http://www.kraukoblog.com/wp-content/uploads/2011/01/hotel-channel-management-300x186.jpg" alt="" width="300" height="186" /></a>In the Thirties, Conrad Hilton used to say that hotel’s performances relays first in the “hotel location”, secondly in the “hotel location” and third in the “hotel location”. This adage is still true, except that the location is not anymore physical. Indeed it plays out on the web; online visibility ensures the hotel occupancy, thereby the hotel owner only has to focus on the profitability.</p>
<p>I agree this version is a bit simplified. However, it is true that before starting a yield or a CRM strategy, the e-distribution must be optimized, which means that  hotel rooms must be available in electronic channels. If we consider that 84% of the hotels’ customers only search their room on the Internet (Source Coach, Omnium), we better understand the issue of hotels connectivity.</p>
<h3>Hotel reservation channels – From the hotel point of view</h3>
<p>An hotel can sell rooms through direct channels (walk-in, phone, own web  site&#8230;) or through a third-party (hotel chains, hotel booking  specialists, OTA&#8230;).</p>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2011/01/the-current-nighmare-Amadeus.jpg" rel="lightbox[1451]"><img class="alignright size-medium wp-image-1414" style="margin-left: 5px;" title="Current nightmare - Schema from the Amadeus' study: &quot;Invent the future the new normal for hotels in 2010&quot;" src="http://www.kraukoblog.com/wp-content/uploads/2011/01/the-current-nighmare-Amadeus-300x234.jpg" alt="" width="300" height="234" /></a></p>
<p>Direct sales are the simplest. However, even with the perfect marketing strategy, they are not enough to fill all the rooms of an hotel. Indeed, to answer the needs of diverse customers, an hotel must be presence on diverse distribution channels (the locations!).</p>
<p>To be on several distribution channels, there are two methods: filling manually several web planning or using technology.</p>
<p>Technology has a cost. In fact, it represents an investment for a hotel. At the same time, it allows hotels to save time (web planning are a fastidious work) and improve the quality of information (more updates, more flexibility, less errors and the ability to receive bookings until the last minute with no overbooking risks).</p>
<h3>The channel management solutions: updaters and switch.</h3>
<p>The channel management solutions are tools to update rooms’ prices and availability on several channel. They are a double issues in Europe.</p>
<p>Indeed, 80% of the hotels are independent hotels (in contrast with the North American hospitality industry). Independents can represent 89% of the offer in some country like France. So, on the top of making e-distribution possible, channel management solutions participate also in standardizing the hotels’ offer.</p>
<p>The first generation of channel management tools are the updaters. They allow hoteliers to update several distribution channel from a central point. However they only offer a one way connectivity, which means the solution doesn’t handle real time bookings. The reservation are received through fax or email.</p>
<p>The second generation of channel management systems offer 2 ways connectivity.  They can be called “switch” or 2 way connectivity platforms and they are the most powerful (but also the most expensive).</p>
<p>The information flows in two directions between the hotel PMS and third parties allow the hotelier to update availability and rates without the need to split the inventory between channels and with no risk of overbooking.</p>
<p style="text-align: center;"><a href="http://www.kraukoblog.com/wp-content/uploads/2011/01/channel-manager-solutions.jpg" rel="lightbox[1451]"><img class="aligncenter size-medium wp-image-1418" title="Some of the most used European channel management tools" src="http://www.kraukoblog.com/wp-content/uploads/2011/01/channel-manager-solutions-300x83.jpg" alt="" width="300" height="83" /></a></p>
<h3>Overview of the main players offering hotel connectivity in Europe.</h3>
<table align="left">
<tbody>
<tr align="left" valign="top">
<td class="shutter"><strong>Company</strong></td>
<td class="shutter"><strong>Fastbooking</strong></td>
<td class="shutter"><strong>eRevMax</strong></td>
</tr>
<tr align="left" valign="top">
<td class="shutter">Category</td>
<td class="shutter">Updater</td>
<td class="shutter">Updater</td>
</tr>
<tr>
<td>Creation date</td>
<td>2000</td>
<td>2001</td>
</tr>
<tr align="left" valign="top">
<td class="shutter">Historic</td>
<td class="shutter">Originaly it was positioned as a service company facilitating direct bookings (booking engine, online marketing services&#8230;).</p>
<p>Now, the company has become a specialist of hotel online reservation and on top of its previous services, FastBooking offers a channel management solution and a tool to compare competitors’ inventories and rates.</td>
<td class="shutter">RateTiger is the flagship product of the company. It has allowed eRevMax to become a major player in hotels’ rooms online distribution; and at the same time has supported the development of associated solutions (as for example RTConnect, a 2 ways channel management solution).</td>
</tr>
<tr align="left" valign="top">
<td class="shutter">CM solution</td>
<td class="shutter">Fastbooking Updater</td>
<td class="shutter">RateTiger Channelmanagement</td>
</tr>
<tr align="left" valign="top">
<td class="shutter">Business model</td>
<td class="shutter">Commission</td>
<td class="shutter">Annual cost between 99€ and 199€ (depending of the product version)</td>
</tr>
<tr>
<td class="shutter">Number of customers (hotels)</td>
<td class="shutter">6000 hotels</td>
<td class="shutter">- &#8211; -</td>
</tr>
<tr align="left" valign="top">
<td class="shutter">3<sup>rd</sup> party resellers connected</td>
<td class="shutter">100 sites</td>
<td class="shutter">600 sites</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr align="left" valign="top">
<td><strong>Company</strong></td>
<td><strong>AvailPro</strong></td>
<td><strong>Interface Technologies</strong></td>
<td><strong>TouriSoft</strong></td>
</tr>
<tr align="left" valign="top">
<td>Category</td>
<td>Channel Manager</td>
<td>Channel Manager</td>
<td>Channel Manager</td>
</tr>
<tr>
<td>Creation date</td>
<td>2001</td>
<td>1998</td>
<td>2001</td>
</tr>
<tr align="left" valign="top">
<td>Historic</td>
<td>The company was originally specialised in connectivity with distributors. In 2008, to expend its activity Availpro started to focus on PMS connection.</td>
<td>Firstly preoccupied in centralizing inventories (connecting PMS with chains’ CRS), Interface Technologies has now a strategy rather oriented in third party web sites connection.</p>
<p>They consider hotel direct reservations as essential and have adapted their business model to support this approach</td>
<td>Initially specialized in IT solutions for tourism offices, the company widened his activities in 2007 with the launch of Hotel Spider.</td>
</tr>
<tr align="left" valign="top">
<td>CM solution</td>
<td>The Smart Channel Manager®</td>
<td>ExplIT</td>
<td>Hotel Spider</td>
</tr>
<tr align="left" valign="top">
<td>Busines model</td>
<td>2.50€ per room reserved.</p>
<p>No entry fee, no annual fee.</td>
<td>Fees per 3<sup>rd</sup> party connected + 2.50€ per booking (with fee ceiling)</td>
<td>Annual fee (50€ per 10 rooms) + 0.50€ per night reserved</td>
</tr>
<tr align="left" valign="top">
<td>Number of customers (hotels)</td>
<td>7500 hotels</td>
<td>12000 hotels from chains + independant hotels</td>
<td>2500 hotels</td>
</tr>
<tr align="left" valign="top">
<td>3<sup>rd</sup> party resellers connected</td>
<td>Booking.com, Venere, HRS, Atrapalo, Expedia, Hotel.de, Hotels.com, LateRooms.com, RatesToGo, Easytobook, BudgetPlaces.com, Guides de Charme, Paris Hotels Booking, HotelaParis.com, HotelsChart.com, ToBook, UniTravel, Cybeasion.fr, Hotelbook, France hotels online, Heart of Paris Hotels, France.com, Francehotelguide, 123France, Prestigia</p>
<p>+ 4 GDS</td>
<td>AfricaResa, Ambiance Travel, Booking.com, CDS Groupe, Club Hotel, Expedia, Federal Hotel, French Travel Connection,  hotel.de, HRS, La France du nord au sud, Locasun.fr, Myboutiquehotel.com, Original France, Safarclick, Solar Tours, Transat, TransHotel, Venere, ViaMichelin, Weekenddesk.fr, Wonderbox</p>
<p>+ 4 GDS</td>
<td>Atel, Atrapalo, Berlin Tourismus, Booking.com, Bookit, Bookyourhotel, Budgetplaces, Caesar-Data, Easytobook, Ehotel, Expedia, Feratel, Globres, Holidayinsider, Hostelsclub, Hotel.de, HotelSpecials, Hoteladvisor, Hoteliers, Hotelletje.nl, Hotels.be, Hotels.nl, Hotelschart, HRS, LateRooms.com, Nethotels, Pegasus, RatesToGo, Reconline, Roomgenie, Switzerland Travel Centre, Tobook, Tomas, Venere, Weekendcompany, Weekendjeweg.nl</p>
<p>+ 4 GDS</td>
</tr>
<tr align="left" valign="top">
<td>PMS connected</td>
<td>Infor SoftBrands, Fiducial, Micros Fidelio, MediaLog, Vega, HotSoft, GHM Gesthotel, MultiMicro, Cudbe, He Hoteleasy, SoftInn, Jazotel</td>
<td>Winhotel(CEGID), Fiducial V3, Infhotik, Hotel , Vega, Bentisoft, SoftInn, MultiMicro, Micrologic, ADN, Informatique, GHM Gesthotel, Chloé, Hop Hotel Planning, Orchestra Hôtels</td>
<td>Betisoft, Elite solutions, Hotline Hotelsoftware, Netspirit-Zeeland, Planet WInner, Protel Hotelsoftware, , WebPmsPro</td>
</tr>
</tbody>
</table>
<p>Note : Amadeus also includes a channel management solution  (Amadeus Hotel Distribution) in Hotel Platform.</p>
<p>This stake of connectivity is mainly present in the hotel industry. Several IT players are positioned on this gap and we can say that they are now entering a consolidation phase. Thereby, the next big issue should be the integration of campsites and holiday residences’ products that are even less standardized.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/travel-technology/hotels-connectivity-a-stake-for-the-whole-travel-industry/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Cartographic search: a leading tool to answer all the traveller’s needs</title>
		<link>http://www.kraukoblog.com/marketing/cartographic-search-a-leading-tool-to-answer-all-the-traveller%e2%80%99s-needs/</link>
		<comments>http://www.kraukoblog.com/marketing/cartographic-search-a-leading-tool-to-answer-all-the-traveller%e2%80%99s-needs/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 22:34:24 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[needs]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[semantic]]></category>

		<guid isPermaLink="false">http://kraukoblog.fr/?p=1264</guid>
		<description><![CDATA[All the players related to the tourism sector offers maps based on Google, Bing, Mappy, ViaMichelin&#8230; However, most often these maps are only used to localise a place (an hotel, a monument, an agency&#8230;). Therefore this is quite [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kraukoblog.fr/wp-content/uploads/2010/12/London-HotelMap-on-LondonTown2-800x600.jpg" rel="lightbox[1264]"><img class="alignleft size-medium wp-image-1252" style="margin-right: 5px;" title="London HotelMap on LondonTown.com" src="http://kraukoblog.fr/wp-content/uploads/2010/12/London-HotelMap-on-LondonTown2-800x600-300x188.jpg" alt="" width="300" height="188" /></a></p>
<p>All the players related to the tourism sector offers maps based on Google, Bing, Mappy, ViaMichelin&#8230;</p>
<p>However, most often these maps are only used to localise a place (an hotel, a monument, an agency&#8230;). Therefore this is quite restrictive regarding to the traveller’s needs and the possibilities offered by the touristic sector.</p>
<p>Indeed, travellers need information, inspiration, and some help to plan their travels… A cartographic tool as a map can answer all these needs and at the same time help a company to differentiate it-self from the others.</p>
<h3>A map as an entry point in the search process</h3>
<p>All the travel industry players, either producers, retailers or metasearchers have search engine in evidence on their home page where the user need to fill several fields.</p>
<p><img class="alignright size-medium wp-image-1248" style="margin-left: 5px;" title="Example with Belvilla's map where the user can search in a radius" src="http://kraukoblog.fr/wp-content/uploads/2010/12/Recherche-sur-carte-Belvilla-800x600-300x165.jpg" alt="" width="300" height="165" /></p>
<p>We only find few exceptions as for example <a title="Belvilla web site" rel="nofollow" href="http://www.belvilla.co.uk/" target="_blank">Belvilla</a> or <a title="La France du Nord au Sud web site" rel="nofollow" href="http://www.lafrancedunordausud.com/en/" target="_blank">La France du Nord au Sud</a> (two specialists of holiday rentals) that rely on a map to start the search process. This map is as much visible as the search engine and its functionalities allow the user to go deeper in his search process without filling any fields.</p>
<p>These initiatives are interesting because they enrich the way of browsing a travel web site.</p>
<p>Some other players have been further and offer a web site completely build around the map like:</p>
<ul>
<li><a title="Mappy web site" rel="nofollow" href="http://en.mappy.com/" target="_blank">Mappy</a> , originally a cartographic      specialists</li>
<li><a title="HotelMap web site" rel="nofollow" href="http://www.hotelmap.com/hotelmap/" target="_blank">HotelMap</a> or <a title="RoomsAtlas web site" href="http://www.roomatlas.com/" target="_blank">RoomAtlas</a>, two website      mashup</li>
<li>Or some travel agencies or      hotel reservation specialists that have launch a dedicated web site like      <a title="Expedia Hotel View web site" rel="nofollow" href="http://www.expediahotelview.co.uk/" target="_blank">HotelView</a> (Expedia) or <a title="Explorotel web site - Search through the map" href="http://www.explorotel.com/france/ile-de-france/paris/mapview/" target="_blank">Explorotel</a> (WIHP &amp; Lookotel)</li>
</ul>
<p><img class="alignright size-medium wp-image-1249" style="margin-left: 5px;" title="Mode de recherche par carte sur Explorotel " src="http://kraukoblog.fr/wp-content/uploads/2010/12/Recherche-sur-carte-Explorotel-800x600-300x262.jpg" alt="" width="180" height="157" /></p>
<p>In spite of HotelView is not user friendly at the moment, the fact that a leading player like Expedia just launched (June 2010) an additional web site based on a map confirm that they are potential in this way. This is confirmed by a Tony Loeb from Explorotel. Among the 4 search modes offered (classic, map, pictures and based on reviews), their visitors prefer the search on map mode.</p>
<h3>A map as an inspirational tool</h3>
<p>These website built on a map make the exploration easier. They allow answering at the same time to the users searching for inspiration and to the others searching for information in order to take a decision.</p>
<p><a href="http://kraukoblog.fr/wp-content/uploads/2010/12/Recherche-sur-carte-18-à-36-degrés-Ete-2011-Kayak-Explore-800x600.jpg" rel="lightbox[1264]"><img class="alignleft size-medium wp-image-1250" style="margin-right: 5px;" title="Search on map - between 18 to 36 degres + summer 2011 on Kayak Explore " src="http://kraukoblog.fr/wp-content/uploads/2010/12/Recherche-sur-carte-18-à-36-degrés-Ete-2011-Kayak-Explore-800x600-300x169.jpg" alt="" width="240" height="135" /></a></p>
<p>All the websites named previously help the users to find inspiration and information. However there are some players that clearly create their map as an inspirational tool.</p>
<p>For example, we can talk about <a title="Kayak Explore" rel="nofollow" href="http://www.kayak.co.uk/explore/#/LPL" target="_blank">Kayak Explore</a> (on kayak.com) which use a lexical field related to inspiration (explore, thinking about&#8230;), use original search criteria (activities, temperatures, flight duration&#8230;) and a very visual display of the results (the whole page is a map).</p>
<p>On the offline side, we can find<a title="TTvisiondesk - Video on YouTube" rel="nofollow" href="http://www.youtube.com/watch?v=CGeNVj6MOPw" target="_blank"> TTvisiondesk</a> (also called Extreme Search) from TravelTainment/Amadeus. This tool is based on an interactive map and offer new possibilities to the travel agent to engage his customer in the search process.</p>
<h3>A map to plan and save a trip</h3>
<p>Finally, a map can be a visual way to display a trip. The Trip Planner tools like <a title="TripCase web site" href="http://www.tripcase.com/travelsmarter/" target="_blank">Tripcase</a>, <a title="TripIt web site" href="http://www.tripit.com/" target="_blank">TripIt</a>, <a title="Kukunu web site" href="http://www.kukunu.com/" target="_blank">Kukunu</a>, <a title="Yahoo! Trip Planer" rel="nofollow" href="http://travel.yahoo.com/trip" target="_blank">Yahoo Trip Planner</a>&#8230; use this functionality to display pass and coming trip on a map.</p>
<p>This allows displaying a visual resume of the trip, but it can also be a starting point for additional search like a hotel, in-destination events and activities&#8230;</p>
<p>Thus, a map can really be a planification tool. It offer wide opportunities, especially with the evolution of functionalities like Google Street View, Bing Streetside or the possibilities revealed by augmented reality (have a look for example at <a title="Urban Dive from the Yellow Pages - web site in French" rel="nofollow" href="http://www.pagesjaunesgroupe.com/innovation/urbandive-bienvenue-dans-la-ville-20" target="_blank">UrbanDive</a>, the service of immersive views from the French YellowPages).</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/N-SDszqDNKQ?fs=1&amp;hl=fr_FR" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/N-SDszqDNKQ?fs=1&amp;hl=fr_FR" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To conclude, if some of you are still not convinced by the possibilities and the potential of a map in the tourism sector (whatever your core activity), just have a look at what Google is doing. Its array of functionalities for travellers doesn’t stop growing on Google Maps: plan an itinerary (by foot, by car, or using the public transportation), find places and information about places (photos, description, reviews&#8230;), compare hotel prices, visualise a destination&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/marketing/cartographic-search-a-leading-tool-to-answer-all-the-traveller%e2%80%99s-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The last improvements in Google’s search results that impact the travel industry</title>
		<link>http://www.kraukoblog.com/travel-technology/the-last-improvements-in-google%e2%80%99s-search-results-that-impact-the-travel-industry/</link>
		<comments>http://www.kraukoblog.com/travel-technology/the-last-improvements-in-google%e2%80%99s-search-results-that-impact-the-travel-industry/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 22:52:58 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Techno]]></category>
		<category><![CDATA[Travel Industry]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[semantic]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1522</guid>
		<description><![CDATA[These past few months Google has released several new functionalities that will improve the search process from a user point of view but that can strongly impact the travel industry. In fact, these new functionalities are supposed to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kraukoblog.fr/wp-content/uploads/2010/11/Hotel_Paris_Google_Search_Results2-800x600.jpg" rel="lightbox[1522]"><img class="alignleft size-medium wp-image-1211" style="margin-right: 5px;" title="Google Search Results for &quot;Hotel Paris&quot;" src="http://kraukoblog.fr/wp-content/uploads/2010/11/Hotel_Paris_Google_Search_Results2-800x600-300x235.jpg" alt="" width="210" height="165" /></a>These past few months Google has released several new functionalities that will improve the search process from a user point of view but that can strongly impact the travel industry.</p>
<p>In fact, these new functionalities are supposed to help the user to find exactly what he is looking for, but they are also impacting his decision process. They bring more information in the search results and use more suggesting technologies. So the decision that is usually done when the user visits the first page of a site, now takes place at an earlier time (directly in Google).</p>
<h3 style="padding-top: 15px;">Instant previews</h3>
<p>Instant previews offer a graphic overview of the web page when the user clicks the glass next to the title of any search result.</p>
<p>Impact: if your design doesn’t look good or if your website doesn’t respect Google’s standards, this will impact in a negative way your organic traffic.</p>
<table border="0" align="center">
<tbody>
<tr>
<td><a href="http://kraukoblog.fr/wp-content/uploads/2010/11/Google_Preview_Example_Hotel_Well_Displayed-800x600.jpg" rel="lightbox[1522]"><img class="aligncenter size-medium wp-image-1213" title="Example of a website taking advantage of Google Preview" src="http://kraukoblog.fr/wp-content/uploads/2010/11/Google_Preview_Example_Hotel_Well_Displayed-800x600-300x169.jpg" alt="" width="300" height="169" /></a></td>
<td><a href="http://kraukoblog.fr/wp-content/uploads/2010/11/Google_Preview_Example_Hotel_Website_Badly_Impacted-800x600.jpg" rel="lightbox[1522]"><img class="aligncenter size-medium wp-image-1214" title="Example of an Hotel Website disavantaged by Google Preview" src="http://kraukoblog.fr/wp-content/uploads/2010/11/Google_Preview_Example_Hotel_Website_Badly_Impacted-800x600-300x96.jpg" alt="" width="300" height="96" /></a>&nbsp;</p>
<p>Click on these images to see a good and a bad examples of what could happen to your website with Google Preview.</p>
<p style="font-size: 12px;"><a title="More information about Instant Previews on Google Blog" rel="nofollow" href="http://googleblog.blogspot.com/2010/11/beyond-instant-results-instant-previews.html" target="_blank">Read more on Google blog</a></p>
</td>
</tr>
</tbody>
</table>
<h3>Instant results</h3>
<p>Instant results dynamically display search results as the user types. To do that, Google use new algorithms to predict what the user is looking for.</p>
<p>This is part of Google’s quest to speed things up. And the main aim is to reduce the average time spent on search by 2 to 5 seconds (before that, it took 24 seconds: 15 to type + 9 to chose which results to click).</p>
<p>Impact: this could mainly impact your long tail strategy if people stop typing after the first few keystrokes and click on the results that show up the most quickly.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ElubRNRIUg4?fs=1&amp;hl=fr_FR" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/ElubRNRIUg4?fs=1&amp;hl=fr_FR" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p style="font-size: 12px;"><a title="More information about Instant Results on Google Blog" rel="nofollow" href="http://googleblog.blogspot.com/2010/09/search-now-faster-than-speed-of-type.html" target="_blank">Read more on Google blog</a></p>
<h3>Google Place Search</h3>
<p><a href="http://kraukoblog.fr/wp-content/uploads/2010/11/Google_Place_Search-800x600.jpg" rel="lightbox[1522]"><img class="alignright size-medium wp-image-1218" title="Google Place Search - Impact on Hotel Results" src="http://kraukoblog.fr/wp-content/uploads/2010/11/Google_Place_Search-800x600-300x172.jpg" alt="" width="300" height="172" /></a>Google says that location-oriented searches currently accounts for 20% of all Google searches. So Google Place Search has been released to improve the relevance of the location-oriented search.</p>
<p>Concretely the top of the search results has been totally reorganized: the first results are local organizations (like hotels) and the map is now on the top right of the screen. So the separate local listings (also known as the seven-pack) is now combined with organic results.</p>
<p>Impact: this will improve the visibility of hotels’ own websites to the detriment of third party (OTA, accommodations specialists&#8230;). Indeed, above the fold line there are only the local results and the Google map. The “classic” SEO results and the Adwords have been pushed below this line.</p>
<p style="font-size: 12px;"><a title="More information about Google Place Search on Google Blog" rel="nofollow" href="http://googleblog.blogspot.com/2010/10/place-search-faster-easier-way-to-find.html" target="_blank">Read more on Google blog</a></p>
<h3>Rich snippets for shopping sites</h3>
<p>The snippets allow Google to display in the search results a small sample of content from the web page. In the travel industry it mainly concerns the average reviews and the number of reviews. But according to Google if the data were wrapped in microformats markup on the web page, it could also show the range of prices.</p>
<p style="text-align: center;"><a href="http://kraukoblog.fr/wp-content/uploads/2010/11/Example_of_Google_Rich_Snippets_on_an_Hotel-800x600.jpg" rel="lightbox[1522]"><img class="size-medium wp-image-1221 aligncenter" title="How Google use Rich Snippets on Hotels" src="http://kraukoblog.fr/wp-content/uploads/2010/11/Example_of_Google_Rich_Snippets_on_an_Hotel-800x600-300x56.jpg" alt="" width="300" height="56" /></a></p>
<p>Impact: highlighting the web page that have these information on Google’s search results and allow the user to compare product directly in Google’s search results. So, that will directly impact the user decision to visit (or not) your web site.</p>
<p style="font-size: 12px;"><a title="More information about Google RichSnippet on Google Blog" rel="nofollow" href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html" target="_blank">Read more on Google blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/travel-technology/the-last-improvements-in-google%e2%80%99s-search-results-that-impact-the-travel-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Car hire companies revamp their websites</title>
		<link>http://www.kraukoblog.com/case-study/car-hire-companies-revamp-their-websites/</link>
		<comments>http://www.kraukoblog.com/case-study/car-hire-companies-revamp-their-websites/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 14:43:48 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Case study]]></category>
		<category><![CDATA[booking path]]></category>
		<category><![CDATA[car rental]]></category>
		<category><![CDATA[revenus additionnels]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1067</guid>
		<description><![CDATA[Hertz and Sixt in 2008, Avis in June 2010 and Europcar in September 2010, the Big Four, as they are called in the car rental industry, have quite nice websites and advanced booking paths comparing to other players [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/10/Websites-car-rental-players.jpg" rel="lightbox[1067]"><img class="alignleft size-medium wp-image-1068" style="margin-right: 5px;" title="Websites car rental players in 2010 (Sixt, Europcar, Avis et Hertz)" src="http://www.kraukoblog.com/wp-content/uploads/2010/10/Websites-car-rental-players-300x187.jpg" alt="" width="300" height="187" /></a>Hertz and Sixt in 2008, Avis in June 2010 and Europcar in September 2010, the Big Four, as they are called in the car rental industry, have quite nice websites and advanced booking paths comparing to other players of the travel industry.</p>
<p>In fact, the 3 main pages of the booking process, the ones leading the customer to a booking are very instructive.</p>
<h3 style="padding-top: 35px;">Home Page: search form and marketing content</h3>
<p>In the home pages, two elements are taking almost all of the space: the search form (or booking pod) and the marketing content.</p>
<p>The search forms take from 1/3 (Hertz and Sixt) to 2/3 (Europcar and Avis) of the width. All the rest of the space above the fold line is filled with marketing content (promotions, lead-in prices, special offers&#8230;).</p>
<p>The classic three column design that was dominating is now changing. The tendency is more to an interface with two large panels on the top of the page with 3 columns below. Only Hertz still has three columns but it is the older of the 4 websites.</p>
<p>Concerning the search form, it is quite interesting to notice the number of functionalities offered by the car hire companies. Each one has a different approach.</p>
<p>Avis has the most basic one, which is in fact not the most attractive, neither the most user friendly. Systematically, it displays a list of rental stations related to the user query or redirect the user to a map.</p>
<p>Hertz has an interesting suggestion engine. In fact the user can enter what he wants in the field, after the third letter a suggestion list will appear. The engine is quite intelligent because it is able to suggest countries, cities, rental stations, and when there is no match it suggests alternatives that could be related to the query. So the user never ends with an empty field or an error message.</p>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/10/Europcars-suggestion-engine.jpg" rel="lightbox[1067]"><img class="alignright size-medium wp-image-1071" title="Europcar's suggestion engine" src="http://www.kraukoblog.com/wp-content/uploads/2010/10/Europcars-suggestion-engine-300x150.jpg" alt="" width="300" height="150" /></a>Europcar has a suggestion engine like Hertz but without the fuzzy match. The interesting functionality is rather the map in the search field. In fact, in the suggestion list there are normal links to select a station and there are destination links that allow the user to choose a rental station on a map without leaving the suggestion list.</p>
<p>Finally what we can retain from Sixt is the simplicity and the adaptability to the user. In fact the same search form allows two different usages. The very classic one, where the user selects a country and then selects a station from a list. Or using the same fields, the user can type what he wants and the field behaves like a suggestion engine. This is very interesting because all of the users don’t have the same internet background.</p>
<p>Concerning the marketing content, we have to notice that the use of carousel is very popular. Europcar, Hertz and Sixt have one in their home pages. The main advantage is that they can display several ads above the fold line.</p>
<h3>Results page: tabs and filters to maximize the number of vehicles displayed</h3>
<p>The results pages of the Big Four are all quite similar.</p>
<p><img class="size-medium wp-image-1073 alignright" title="Car-rental---Avis-vs-Sixt---Resuls-Page" src="http://www.kraukoblog.com/wp-content/uploads/2010/10/Car-rental-Avis-vs-Sixt-Resuls-Page-300x173.jpg" alt="" width="300" height="173" /></p>
<p>Avis, Europcar and Hertz have long pages of results with tabs and filters to help the user to choose. Consequently to make the booking process seamless, there is a booking button on every products (product = vehicle).</p>
<p>Sixt does quite the same, but in a very compact version. In fact there are less results and the product has to be clicked to view more information. This could be less convenient for the user, but presents two advantages: first with a correct tracking it allows Sixt to know exactly which vehicles have been seen before booking (or leaving the website), from the user point of view this enables to display more information without loading a new page, opening a pop-up or an overlay.</p>
<h3>Ancillary products related to the hired vehicle</h3>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/10/Car-rental-Hertz-Additional-step-to-offer-ancillary-products.jpg" rel="lightbox[1067]"><img class="alignright size-medium wp-image-1077" title="Car-rental - Hertz - Additional step to offer ancillary products" src="http://www.kraukoblog.com/wp-content/uploads/2010/10/Car-rental-Hertz-Additional-step-to-offer-ancillary-products-300x231.jpg" alt="" width="210" height="162" /></a>By looking at the booking path, we also notice some improvement in the selling of ancillary products. In fact, it seems that there are two schools of thought: the very integrated version and the one more step version. Each one has its own advantages and disadvantages.</p>
<p>Avis and Hertz have one extra step, that makes the booking process a bit longer but they can display more additional products and more information about each one. The main advantage is that all the customers will have been informed about the additional products and there is enough space to explain to the customer why he should add equipments, insurances&#8230;</p>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/10/Car-rental-Sixt-Payment-Page.jpg" rel="lightbox[1067]"><img class="alignleft size-medium wp-image-1075" style="margin-right: 5px;" title="Car-rental - Sixt - Payment Page: Upgrade and Navigation System offered" src="http://www.kraukoblog.com/wp-content/uploads/2010/10/Car-rental-Sixt-Payment-Page-300x126.jpg" alt="" width="216" height="91" /></a>Europcar and Sixt have integrated them in the results page. Europcar’s website presents a drop down list displayed if the “extras” button is clicked. On Sixt website they are all the time displayed but each additional product has only one short line of text. So to compensate this, Europcar and Sixt also offer extras on the top of the payment page. That allows them to feature specific products and make sure that the customer has been at least exposed to the 2 items displayed.</p>
<p style="padding-top: 15px;">Travel agencies are supposed to be website optimization champions and airlines are since shortly quite crazy about selling ancillary products. But in fact, nobody seems to watch enough what is happening in the car rental industry. These players that have less connectivity issues than the others producers and that are working in a very competitive environment are becoming very good in the online field. They all have (the Big Four at least) performing booking paths, advanced user experience and interesting approach of ancillary revenues.</p>
<p>Have a look at them!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/case-study/car-hire-companies-revamp-their-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking into account the non linear behavior of the customer in travel bookings</title>
		<link>http://www.kraukoblog.com/marketing/taking-into-account-the-non-linear-behavior-of-the-customer-in-travel-bookings/</link>
		<comments>http://www.kraukoblog.com/marketing/taking-into-account-the-non-linear-behavior-of-the-customer-in-travel-bookings/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 22:01:37 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[behaviour]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[multichannel]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=1041</guid>
		<description><![CDATA[Whatever their roles in the travel industry, suppliers and distributors have the same goal: raise their revenues. And to achieve this goal, the two main leverages consist in increasing the number of bookings and increase the value of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/09/understanding-customers-behaviors.jpg" rel="lightbox[1041]"><img class="alignright size-medium wp-image-1043" title="Understanding customers' behaviors" src="http://www.kraukoblog.com/wp-content/uploads/2010/09/understanding-customers-behaviors-300x225.jpg" alt="" width="210" height="158" /></a>Whatever their roles in the travel industry, suppliers and distributors have the same goal: raise their revenues. And to achieve this goal, the two main leverages consist in increasing the number of bookings and increase the value of the bookings.</p>
<p>Both will depend of your website conversion rate and the quality of the traffic you drive in it. But as an online marketer, to improve conversion and qualified traffic you need to deeply know your customers.</p>
<p>You can divide your customers into segments, engage conversation with them, personalize your marketing actions… These are good points that will for sure improve your performances, but they don’t consider the root of the question. Moreover depending of his aim (family trip, romantic weekend, business travel…) a same customer can have different behaviors.</p>
<p>You need to know how they are searching your products and why they book or don’t book your products when they visit your website. These are the fundamental questions, but also the most difficult points because nobody knows the answers.</p>
<p>The only certitude is that customers’ behaviors are not linear. When they book a travel product, they will visit 22 websites before (according to a <a title="Consumers visit 20 travel sites before booking - Travolution" href="http://www.travolution.co.uk/articles/2009/04/24/2458/consumers-visit-20-travel-sites-before-booking-google.htm" target="_blank">Google research</a>), being exposed to a lot of advertisements (online and offline) and to friends recommendations, so they will do numerous back-and-forth between several players of the travel industry.</p>
<p>Thus, the question will be how to deal with this lack of understanding of the customer to setup a strategy and increase revenues?</p>
<h3>Optimizing website conversion</h3>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/09/User_Centered_Design_Testing.jpg" rel="lightbox[1041]"><img class="alignright size-full wp-image-1046" title="Testing to optimize website conversion" src="http://www.kraukoblog.com/wp-content/uploads/2010/09/User_Centered_Design_Testing.jpg" alt="" width="178" height="172" /></a>They are a lot of recommendations concerning website optimization. Generally they all go in the direction that simple is better. But due to the amount of time we spend on the web, our experience is too influenced and we are no capable of doing simple any more. Moreover, we have a lot of received ideas that influence our way of thinking the perfect customer experience. Confront your ideas to Which test won,  you will be surprised.</p>
<p>So to understand the difficulty customers are facing the best way is to run tests. The aim is to find how to make your web site relevant and compelling to your audience. To do that, numerous tools are available like /B split testing, multivariable testing, clicks mapping… All these tools will provide you data to understand what is not working. But they will never tell why, so to get this information you need to interact with your customers using call center feedbacks, live chat, usability test, survey…</p>
<h3>Generate qualified traffic</h3>
<p>Concerning the traffic, the more qualified it is, the more it will convert on the website. However, the difficulty is that there is not straight line from an ad to a purchase. In fact, a customer can use many paths to arrive on your website and being exposed to several ads.</p>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/09/Alice_which_way.jpg" rel="lightbox[1041]"><img class="alignleft size-medium wp-image-1049" style="margin-right: 5px;" title="From which ways is my customer coming?" src="http://www.kraukoblog.com/wp-content/uploads/2010/09/Alice_which_way-300x203.jpg" alt="" width="240" height="162" /></a>In the hotel industry <a title="Re-think Your Metrics - Tom McCallum interview" href="http://www.hotelmarketingstrategies.com/re-think-your-metrics/" target="_blank">40% of the customers</a> found hotel website by tipping their name in a search engine. That makes the metric completely wrong because you don’t know from where these customers are coming from. They can have been exposed to an offline ad, seen a special promotion, discovered the hotel on an affiliate website…</p>
<p>So to be able to understand the multi ways your customers used, you need first to adopt analytic tools that go beyond the “last click wins” model. This model attributes the sale to the last marketing channel the customer had been exposed, which is a wrong approach.</p>
<p>So, the keys to better understand travelers’ online behaviors are tests and experimentations. The use of the  right tools in site and on your marketing channels will lead you to the right conclusions and help to improve the pertinence and the user experience of your web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/marketing/taking-into-account-the-non-linear-behavior-of-the-customer-in-travel-bookings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opaque products, a niche on the rise in the travel industry</title>
		<link>http://www.kraukoblog.com/travel-industry/opaque-products-a-niche-on-the-rise-in-the-travel-industry/</link>
		<comments>http://www.kraukoblog.com/travel-industry/opaque-products-a-niche-on-the-rise-in-the-travel-industry/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 07:11:18 +0000</pubDate>
		<dc:creator>Julia</dc:creator>
				<category><![CDATA[Travel Industry]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[pricing]]></category>

		<guid isPermaLink="false">http://www.kraukoblog.com/?p=969</guid>
		<description><![CDATA[At the age of rich media, web 2.0 and (price) transparency, a business model again the grain is extending in the travel industry: the sale of opaque products. This model consists in offering products (flight, hotel, rentals…) without [...]]]></description>
			<content:encoded><![CDATA[<p>At the age of rich media, web 2.0 and (price) transparency, a business model again the grain is extending in the travel industry: the sale of opaque products.</p>
<table border="0">
<tbody>
<tr>
<td><a href="http://www.kraukoblog.com/wp-content/uploads/2010/07/Ventes-Opaques-Hotwire.jpg" rel="lightbox[969]"><img class="alignleft size-medium wp-image-945" style="margin-right: 5px;" title="Opaque Selling in Hotwire" src="http://www.kraukoblog.com/wp-content/uploads/2010/07/Ventes-Opaques-Hotwire-296x300.jpg" alt="" width="266" height="270" /></a></td>
<td valign="top">This model consists in offering products (flight, hotel, rentals…) without disclosing the identity of the supplier. It will be revealed only after making a nonrefundable commitment to buy. This model is totally consistent with the behavior of price-sensitive customer. These customers are very numerous on the web (<a title="Source: Le Réseau de veille en tourisme, quotation from Gregg Brockway" href="http://veilletourisme.ca/2005/02/08/les-modeles-«opaques»-revolutionneront-ils-la-distribution/" target="_blank">3/4 of the Internet users</a> according to Gregg Brockway from Hotwire.com), they are brand switcher and they are above all looking for good prices.</p>
<p>In the travel industry, this model has been supported by Hotwire and Priceline since 2000. Initially it was perceived as an unconventional model, but we notice that since last year this kind of offers is multiplying, especially in hotels businesses.</td>
</tr>
</tbody>
</table>
<h3>Main travel industry players positioned in opaque products sale</h3>
<p><a href="http://www.kraukoblog.com/wp-content/uploads/2010/07/shatner_priceline3.jpg" rel="lightbox[969]"><img class="alignright size-full wp-image-950" title="Priceline Negociator" src="http://www.kraukoblog.com/wp-content/uploads/2010/07/shatner_priceline3.jpg" alt="" width="179" height="186" /></a></p>
<p>Hotwire and Priceline are the leaders in this segment in the United-States. Hotwire is an online travel agency, which works with fixed price and doesn’t show hotels’ names. Priceline is also an online travel agency, but it differs with its “Name Your Own Price” (NYOP) tool.  This is a reverse auction system to buy hotel without knowing the supplier’s name or to buy flight without knowing the schedule.</p>
<p>In early 2010, two main players of the travel industry joined this segment: Travelocity/Lastimute with Top Secret Hotels and Expedia (through Hotwire) by displaying unpublished rate into its hotels search results.</p>
<p>Although we don’t speak a lot about them, they are also a multitude of lesser-known players on opaque products sales like Getaroom.com (Unpublished Rates), LateRooms.com (Secret Rooms) Wotif.com (Wot Hotel ?), HotelDirect.co.uk (Hidden Gem’ Hotels), Quickbook.com (Secret Sale), Booklt.com (Mystery Hotel )…</p>
<h3>Advantages for hoteliers</h3>
<p>The main benefit for hoteliers is inventory clearance. Indeed, opaque selling are an excellent alternative to promotions for these reasons:</p>
<p>*Maintain the coherency of the pricing strategy (rate integrity)</p>
<p>*Limit the negative impact on hotel brand</p>
<p>*Raise RevPar (revenue per available room)</p>
<p>*Attract a new segment of customers who will initially weren’t interested in the product (induce less cannibalization than a promotion regarding to the loyal customers)</p>
<p>*Introduce our product to client that maybe would never have stayed in your hotel (this can also generate a web 2.0 positive impact with reviews or word of mouth)</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="370" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="height=370&amp;image=http://vtv.vfmleonardo.com/images/vtv_frame1.jpg&amp;width=500&amp;file=http://www.vfmii.com/medlib/progressiveMedia/25792945.fl8.flv" /><param name="src" value="http://vtv.vfmleonardo.com/wp-content/plugins/flvplayer.swf" /><embed type="application/x-shockwave-flash" width="500" height="370" src="http://vtv.vfmleonardo.com/wp-content/plugins/flvplayer.swf" flashvars="height=370&amp;image=http://vtv.vfmleonardo.com/images/vtv_frame1.jpg&amp;width=500&amp;file=http://www.vfmii.com/medlib/progressiveMedia/25792945.fl8.flv"></embed></object></p>
<p>Moreover, working with opaque intermediaries also confers a better view of market demand to the hoteliers. Indeed,  Priceline give statistics on all bids made on the establishment (so it allows to know how high is the demand and what customers want/were willing to pay). Concerning Hotwire, they give statistics on how many time the hotel has been viewed.</p>
<p><strong><a href="http://www.kraukoblog.com/wp-content/uploads/2010/07/Lastminute_top_secret_hotel_sale.jpg" rel="lightbox[969]"><img class="alignright size-medium wp-image-972" title="Lastminute Top secret hotel sale" src="http://www.kraukoblog.com/wp-content/uploads/2010/07/Lastminute_top_secret_hotel_sale-300x197.jpg" alt="" width="300" height="197" /></a>Advantages for online travel agencies exploiting this business model</strong></p>
<p>The reason that this model is currently very popular and experimented by more and more travel agencies is differentiation (unique tool, different offer…) and loyalty-building.</p>
<p>Actually, non-brand loyal consumers who are adepts to opaque shopping are in fact really loyal to the mechanism of selling opaque products. According to Chris K. Anderson studies : &laquo;&nbsp;Opaque site users are hardcore loyal to that mechanism&nbsp;&raquo;.</p>
<h3>Advantage for travelers</h3>
<p>Finally, for travelers, the benefit comes from the price attractivity. In fact, they have to find a balance between incertitude about the product and best price.</p>
<p>However, this incertitude should be nuanced because we can find a lot of tips and debates about the way to buy these products (especially hotels) in TripAdvisor’s forums, or in specialized websites like biddingfortravel.yuku.com ou betterbidding.com.</p>
<p>Even through this model is booming in the North American market, it extensions to Europe is only in its early days and the right formula has not yet been found: Priceline made a U-turn in the UK market and Expedia is only testing unpublished rates in the US market. Thus, currently, there is only Lastminute.com /Travelocity and LateRooms.com positioned on the opaque selling in Europe (and their strategies seem to target mainly the UK market).</p>
<p>Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kraukoblog.com/travel-industry/opaque-products-a-niche-on-the-rise-in-the-travel-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.vfmii.com/medlib/progressiveMedia/25792945.fl8.flv" length="114409661" type="video/x-flv" />
		</item>
	</channel>
</rss>

