CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Joomlaのアクセス解析 [#w6582d3f]

Joomala3で構築したWebSiteのアクセス解析を Google Analistics でやってみる、という話。

**BIGSHOT Google Analytics [#laec002a]
http://extensions.joomla.org/extensions/site-management/site-analytics/6170

http://www.thinkbigshot.com/resources/joomla-extensions.html

設定するのは、Web Property ID UA-xxxxxxxxxx-x だけという・・・w

***System - BIGSHOT Google Analytics 有効化で、error [#labce1f2]

 Strict Standards: Only variables should be assigned by reference in
 /usr/local/www/joomla31/plugins/system/bigshotgoogleanalytics/bigshotgoogleanalytics.php on line 29

http://stackoverflow.com/questions/11777908/strict-standards-only-variables-should-be-assigned-by-reference-php-5-4

/usr/local/etc/php.ini
 ;error_reporting = E_ALL & ~E_DEPRECATED
 error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT

http://php.net/manual/ja/errorfunc.configuration.php#ini.error-reporting
 error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS