差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン | |||
| dokuwiki:googleanalytics [2010/07/22] – administrator | dokuwiki:googleanalytics [2010/07/22] (現在) – 外部編集 (不明な日付) 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== GoogleAnalyticsプラグイン ====== | ||
| + | ===== 入手元 ===== | ||
| + | http:// | ||
| + | |||
| + | ===== 日本語リソース ===== | ||
| + | / | ||
| + | < | ||
| + | ====== Google Analytics ====== | ||
| + | |||
| + | このツールは、サイトに[[wp> | ||
| + | 訪問ユーザーがどのようにサイトを見つけたか、サイトでどのような操作を行ったかなど、 | ||
| + | 必要なあらゆる情報を収集できます。 | ||
| + | |||
| + | プラグインは、テンプレートに書き込むことで、機能が有効になります。 | ||
| + | テンプレートの**< | ||
| + | |||
| + | <code php> | ||
| + | <?php | ||
| + | if (file_exists(DOKU_PLUGIN.' | ||
| + | if (function_exists(' | ||
| + | ?> | ||
| + | </ | ||
| + | |||
| + | **注意**:上記のコードの挿入は、**必須**です。任意ではありません。 | ||
| + | |||
| + | 下記のオプションを設定してください。 | ||
| + | </ | ||
| + | |||
| + | / | ||
| + | <code php> | ||
| + | <?php | ||
| + | /** | ||
| + | * japanese language file | ||
| + | * | ||
| + | * @license | ||
| + | * @author | ||
| + | */ | ||
| + | |||
| + | // settings must be present and set appropriately for the language | ||
| + | $lang[' | ||
| + | $lang[' | ||
| + | |||
| + | // for admin plugins, the menu prompt to be displayed in the admin menu | ||
| + | // if set here, the plugin doesn' | ||
| + | $lang[' | ||
| + | |||
| + | $lang[' | ||
| + | $lang[' | ||
| + | |||
| + | $lang[' | ||
| + | $lang[' | ||
| + | $lang[' | ||
| + | $lang[' | ||
| + | </ | ||