追記 レポートを投稿しました。 計測確認!Google Analytics で携帯のアクセス解析 英語版公式ブログでは、Google Analytics の携帯対応のドキュメントが ダウンロードできます。 Google Analytics Blog: Google Analytics Now More Powerful, Flexible And Intelligent (モバイルについて書かれている文中がダウンロードリンク) 例えばPHPであれば、以下のようなタグを埋め込んでモバイル対応する模様。 上記サンプルファイルに書かれています。 <?php $googleAnalyticsImageUrl = googleAnalyticsGetImageUrl(); ?> <img src=”” /> Testing: <?= $googleAnalyticsImageUrl ?> PHP、J