<?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>GZ | ウダ2Blog</title>
	<atom:link href="https://uda2.com/blog/tag/gz/feed/" rel="self" type="application/rss+xml" />
	<link>https://uda2.com/blog</link>
	<description>大阪でフリーランスとしてWEB制作している管理人が気になった技術をメモったり、作ったツールの紹介などを綴っているブログです。</description>
	<lastBuildDate>Thu, 11 Dec 2008 08:34:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>ケータイの利用者動向</title>
		<link>https://uda2.com/blog/post_49/</link>
					<comments>https://uda2.com/blog/post_49/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:34:52 +0000</pubDate>
				<category><![CDATA[制作日記]]></category>
		<category><![CDATA[amcharts]]></category>
		<category><![CDATA[FlashLite]]></category>
		<category><![CDATA[GZ]]></category>
		<category><![CDATA[ケータイ]]></category>
		<category><![CDATA[生ログ]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2008/12/post_49.html</guid>

					<description><![CDATA[<p>仕事で携帯のトップページをFlashにしたいという話があり（オレが作る訳じゃないが）、気になったので調べる事にした。 アナライザーを探したが無さそうだ、そもそも携帯電話のアクセスログは取りづらい。 GoodleAnaly</p>
The post <a href="https://uda2.com/blog/post_49/">ケータイの利用者動向</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://uda2.com/logviewer/index.php?view=32" target="_blank"><img decoding="async" src="http://capture.heartrails.com/medium/delay=1?http://uda2.com/logviewer/index.php?view=32" alt="携帯用：生ログビューアー" width="200" height="150" hspace="4" vspace="4" border="0" class="left" style="margin:0 5px 5px 0"></a>仕事で携帯のトップページをFlashにしたいという話があり（オレが作る訳じゃないが）、気になったので調べる事にした。<br />
アナライザーを探したが無さそうだ、そもそも携帯電話のアクセスログは取りづらい。<br />
GoodleAnalycsが非対応なのはもちろん、携帯でもアクセス数やキャリアや機種が分かる程度しか分からない。<br />
運営者ならそれでもいいかもしれないが、開発者としてはそれでは不足している。<br />
今、使われてる携帯でFlash Liteのバージョンは何にするのがいいのかはFlash Lite1.1という話になっているが、本来は微妙な話だ<br />
サイトによってはユーザーが違うし、インターネット白書などで調べるという事も考えられるが、インターネット白書は過去一年の情報を纏めて発行するので最大2年のタイムラグが発生する。<br />
普通の社会では2年ぐらい気にならないかもしれないが、WEB（特に携帯）の世界だと2年は長い。<br />
そこで、生ログを調べる事にした。<br />
以前もやった事があるが生ログからエディタやエクセルを駆使して目的のデータを抽出するのは結構な手間と時間がかかる。<br />
一回だけならまだしも、何かの度に調べるには厳しいのでスクリプトで処理する事にした。<br />
チカッパは生ログをGZの圧縮データで落とせる。<br />
そこでGZの圧縮データをメモリ上で展開し、Bot（検索エンジン等）を除外し、更に携帯の呼称とキャリアとフルブラウザかのデータにし保存する。<br />
保存したデータを読み込み、インプレスR&#038;Dの<a href="http://r.impressrd.jp/iil/k-taiprofile/?q=k-taiprofile/" target="_blank">ケータイ端末プロファイルデータ（無償版）</a>と組み合わせた配列を<a href="http://d.hatena.ne.jp/pirokyun/20071104/1194161217" target="_blank">Flash製グラフ作成「amcharts」のクラス</a>を使ってXMLを書き出したファイルを<a href="http://www.amcharts.com/" target="_blank">amcharts</a>に読ませて円グラフにしてみた。<br />
<a href="http://uda2.com/logviewer/index.php?view=47" target="_blank"><br />
http://uda2.com/logviewer/index.php?view=47</a><br />
データは2008年11月30日から2008年12月6日までの一週間のログを纏めてみた。<br />
一番下のは「ケータイ端末プロファイルデータ（無償版）」に無かったので弾いた機種だけどY901i YH01はパソコンから「モバイル版Yahoo!カテゴリ」を見る為に<a href="http://help.yahoo.co.jp/help/jp/dir/dir-36.html" target="_blank">Yahoo!</a>が偽装したユーザーエージェント。<br />
なんだかんんだでコレを作るのにも丸一日かかってしまった。</p>The post <a href="https://uda2.com/blog/post_49/">ケータイの利用者動向</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/post_49/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
