<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>British Transport Police &#8211; Pickpockets QR Code &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Thu, 23 Jan 2025 07:08:34 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>British Transport Police &#8211; Pickpockets QR Code &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[British Transport Police - Pickpockets QR Code]]></title>
		<link>https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/</link>
					<comments>https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 11:24:01 +0000</pubDate>
				<category><![CDATA[qr]]></category>
		<category><![CDATA[badvertising]]></category>
		<category><![CDATA[BTP]]></category>
		<category><![CDATA[police]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=5141</guid>

					<description><![CDATA[Terence Eden specialises in helping organisations craft amazing QR campaigns. Contact Terence for a consultation  Wander around the London Underground and you&#039;re likely to see safety posters from the British Transport Police (BTP).  This is the first one that I&#039;ve seen with a QR code on it.   It&#039;s a fairly good poster.  A good call to action, a URL in case your phone can&#039;t read QR codes, and the…]]></description>
										<content:encoded><![CDATA[<blockquote>Terence Eden specialises in helping organisations craft amazing QR campaigns. <a href="http://edent.tel/">Contact Terence for a consultation</a></blockquote>

<p>Wander around the London Underground and you're likely to see safety posters from the British Transport Police (BTP).  This is the first one that I've seen with a QR code on it.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-QR-Poster.jpg" alt="BTP QR Poster" title="BTP QR Poster" width="600" height="800" class="aligncenter size-full wp-image-5142"></p>

<p>It's a fairly good poster.  A good call to action, a URL in case your phone can't read QR codes, and the code itself is well sized and has a high level of error correction.</p>

<p>Scanning the code, however, leads to a rather disappointing user experience.</p>

<h2 id="a-non-mobile-mobile-site"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#a-non-mobile-mobile-site">A non-mobile mobile site</a></h2>

<p>Here's what the user sees when they land on <a href="https://web.archive.org/web/20120328120812/https://www.btp.police.uk/pickpockets/mobile.html">the BTP's "mobile" site</a>.</p>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-Mobile-Site-Screenshot.jpg" alt="BTP Mobile Site Screenshot" title="BTP Mobile Site Screenshot" width="320" height="533" class="alignleft size-full wp-image-5145"> The site is incredibly poorly formatted.  It is evidently not designed for mobile, nor has it been tested on a wide range of phones.</p>

<p>No viewport has been set, meaning most phones will show the site zoomed out.</p>

<p>The images are all fixed at 480px wide, so any phones with a smaller screen may have difficultly rendering the page.</p>

<h2 style="clear:both;" id="the-videos"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#the-videos">The Videos</a></h2>

<p>The videos themselves are well produced, but almost totally unsuitable for mobile.  The videos are around 30 seconds long - yet weigh in at around 3.6MB!</p>

<p>Even on 3G, that's a a long wait for the file to download.  On 2G? Forget it.</p>

<p>The files aren't streamed - they have to be downloaded. Finally, the resolution is fixed at 640*360, and so the videos are not adapted to each device's screen resolution.</p>

<h2 id="click-to-call"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#click-to-call">Click To Call</a></h2>

<p>If you are the police, you probably want people to be able to phone you.  So the BTP place their phone numbers on their site.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-non-click-to-call.png" alt="BTP non click-to-call" title="BTP non click-to-call" width="480" height="289" class="aligncenter size-full wp-image-5152">
There's only one problem - you can't click on the number to call them!  So, you're left in the annoying situation where you either have to remember the phone number, or borrow another phone to call them.</p>

<p><a href="https://shkspr.mobi/blog/2010/03/mobile-badvertising-guardian-sta/">Making telephone numbers "click-to-call" is really easy</a>.  Literally, all you need to do is write</p>

<pre>&lt;a href="tel:0800405040"&gt;Call us on 0800 40 50 40&lt;/a&gt;</pre>

<p>Hey presto! Users can click on your phone number and place a call from their mobile phone.</p>

<h2 id="the-stats"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#the-stats">The Stats</a></h2>

<p>As I discussed in an earlier post, <a href="https://shkspr.mobi/blog/2011/12/bit-ly-considered-unsafe-for-qr-codes/">using a URL shortner means that anyone can see your QR statistics</a>!</p>

<p>So let's take a look at how the BTP have done.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-QR-Stats.png" alt="BTP QR Stats" title="BTP QR Stats" width="600" height="757" class="aligncenter size-full wp-image-5143"></p>

<p>At the moment, they're averaging 12 scans a day for this poster (I don't know if other posters have the same code - I suspect so).  Naturally, iPhone is at the top of the scans, with BlackBerry following close behind.</p>

<p>Is this a good result?  I don't know.  If there was just a URL on there, how many visits would it get?</p>

<h2 id="making-it-better"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#making-it-better">Making It Better</a></h2>

<p>This is such a brilliant idea for a QR poster campaign.  With only a little work, it can be made really useful for Londoners.</p>

<ul>
    <li>Create a responsive mobile site.</li>
    <li>Use click-to-call for all phone numbers.</li>
    <li>Optimise the videos for mobile download and viewing.</li>
    <li>Consider streaming the videos - perhaps using a service like YouTube.</li>
</ul>

<p>If you would like a bespoke QR consultation, <a href="http://edent.tel/">contact me</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=5141&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
