このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Open Web Analytics Plugin

説明

This is a basic wordpress plugin for the excellent Open Web Analytics (OWA) tool.
It adds the open web analytics javascript code into every page of your weblog, so
you don’t have to code PHP to add it to your templates.

It is based quite heavily on the Piwik Analytics plugin by Jules Stuifbergen,
which is based heavily on the Google Analytics wordpress plugin by Joost de Valk.

The following options are supported:

  • owa hostname
  • owa path
  • site ID
  • option to control download tracking
  • option to exclude the admin user (probably you)

Please note, this plugin requires a running Open Web Analytics installation somewhere under
your control. It does not include Open Web Analytics itself.

See also The plugin URL, and
The OWA website

スクリーンショット

  • Settings of the Plugin

インストール

  1. Upload the open-web-analytics-plugin directory containing openwebanalyticsplugin.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Make sure your template has a call to wp_footer() somewhere in the footer.
  4. Configure the Plugin: enter site ID, and the path to your OWA-Installation (for example /owa/)

FAQ

Q: My OWA code does not show up.
A1: Make sure your theme has a call to wp_footer() in the footer.php file
A2: Make sure you’re not logged in as admin.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Open Web Analytics Plugin はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Open Web Analytics Plugin” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.3

  • fixed naming issues resulting in conflict with official OWA plugin again

1.2

  • fixed naming issues resulting in conflict with official OWA plugin

1.1

  • typo fixed in the settings page
  • added to official wordpress plugin repository

1.0

  • first release
  • no need for a 0.x release, considered stable enough, as based on popular plugins