=== Google Analytics Popular Posts === Contributors: koichiyaima Donate link: http://yaima.sakuraweb.com/ Tags: Yaima surf, Widget, Google, Analytics, Google Analytics, API, Google Analytics API, Stats, Google Stats, Analytics Stats, Popular Posts Requires at least: 2.8.0 Tested up to: 3.2.0 Stable tag: 1.1.2 Uses Google Analytics API to fetch data from your analytics account and displays popular posts in your contents. (by koichiyaima) == Description == (English)
This wordpress plugin uses Google Analytics API to fetch data from your analytics account and displays popular posts in your contents.
You will have to enter your analytics account details in "admin menu" -> "Option" -> "Google Analytics Popular Posts".
(Japanese)
Google Analytics Popular Postsは、Google Analytics APIを利用して人気記事データを取得し、コンテンツに表示するWordPressプラグインです。
Analyticsアカウント詳細は、"管理メニュ" -> "設定" -> "Google Analytics Popular Posts"にて入力できます。
= Some features: = (English) * You can edit CSS in your theme directory.(google-analytics-popular-posts.css copy to your theme directory then edit it!)
* You can freely set the period of the statistics.
* You can freely set the number of popular posts.
* You can enter the settings of your Analytics Account etc.. at the admin option menu.
* Admin option menu with the preview.
* You can add the Google Analytics Popular Posts into your .php files, such as <?php GoogleAnalyticsPopularPosts_view(); ?> code. Can not be used simultaneously with the widget.
* Implementation of the short code macro. You can view the popular posts in posts to be filled in the [GAPP_VIEW] shortcode. Can not be used simultaneously with the widget.
* Can be tested in debug mode.
* ***NEW*** You can enable / disable the custom style sheet. Also applies to the preview.
= Some features: = (Japanese) * 使用中のテーマ内でCSSを編集できます。(google-analytics-popular-posts.css を使用中のテーマディレクトリにコピーしてから編集をして下さい!)
* 統計の集計期間を自由に設定できます。
* 人気記事の表示数を自由に設定できます。
* Analyticsアカウント等の設定は、"管理メニュ"の"設定"から入力が可能です。
* 設定画面上で人気記事のプレビュができます。
* 次のようなコード、<?php GoogleAnalyticsPopularPosts_view(); ?> を使用中のテーマの.phpファイルに埋め込むことができます。
* ショートコードマクロの実装。ショートコード[GAPP_VIEW]を記事内に記入することで人気記事が表示できます。ウィジェットとの同時使用はできません。
* デバッグモードで動作確認ができます。
* ***NEW*** カスタムスタイルシートの有効化 / 無効化ができます。プレビューにも適用されます。
= Translations: = * Japanese (ja) - [koichiyaima](http://yaima.sakuraweb.com/) = Support: = * [Plugin Homepage](http://yaima.sakuraweb.com/plug-ins/google-analytics-popular-posts/)
* [Support](http://yaima.sakuraweb.com/plug-ins/google-analytics-popular-posts/) - Japanese
* [Support](http://wordpress.org/tags/google-analytics-popular-posts) - English
== Installation == (English)
1. Download it.
2. Extract all files from the zip archive.
3. Copy the "google-analytics-popular-post" folder to wp-content/plugins/
4. Activate the plugin through the "Plugins" menu in WordPress.
5. Go to "Admin Menu" -> "Option" -> "Google Analytics Popular Posts".
6. Enter the settings of your Analytics Account, username/password, enter the Profile ID of your website (get Profile ID from Analytics Home Page -> Edit).
7. Go to the widget page.
8. Add the widget to the sidebar and give it a title.
(Japanese)
1. ダウンロードします。
2. zipアーカイブから全てのファイルを解凍します。
3. "google-analytics-popular-post"フォルダを wp-content/plugins/ にコピーします。
4. WordPressの"Plugins"メニュからプラグインを有効化します。
5. "管理メニュ" -> "設定" -> "Google Analytics Popular Posts" と進みます。
6. Analyticsアカウント、ユーザ名/パスワード、プロファイルIDを入力します。(プロファイルIDはAnalyticsホームページ -> 編集と進み、表示されているプロファイルIDを確認して下さい。)
7. ウィジェットメニュに進みます。
8. ウィジェットをサイドバーに追加しタイトルを入力して下さい。
== Frequently Asked Questions == = It doesn't work! = (English) * Please fill the Username field with the email address you use to login to your Google Analytics.
* Please fill password correct too again.
* check for your Profile ID.
* If the difference between public site URL and private site URL, the Post ID can not get it.
In this case, "Google Analytics Popular Posts" is displayed raw data from the Google Analytics.
(UA-xxxxxxx-xx is not the Profile ID, The profile ID of your account can be found in the URL of your reports. For example, if you select a profile from an account and view your reports, you may see a URL string that looks like this:
https://www.google.com/analytics/reporting/?reset=1&id=123456&pdr=00000000-00000000
The profile ID is the number that comes right after the &id parameter. So, in this case, your profile ID would be 123456.)
= 動きません! = (Japanese) * Google Analyticsにログインする時のメールアドレスおよびパスワードを入力して下さい。
* パスワードを再確認して下さい。
* プロファイルIDを確認して下さい。
* 外部公開URLと内部サーバURLが異なっている場合、動作に必要なPost IDが取得できません。
この場合、"Google Analytics Popular Posts"はGoogle Analyticsから取得した生データを表示します。
(UA-xxxxxxx-xx はプロファイル IDではありません。アカウントに登録されているプロファイル IDはレポートのURLから確認できます。例えば、特定のプロファイルを選択してレポートを表示すると、ブラウザのアドレスバーで下記のようなURL文字列を確認できます:
https://www.google.com/analytics/reporting/?reset=1&id=123456&pdr=00000000-00000000
プロファイル IDは、&idパラメータの直後に表示される数字です。この例の場合、プロファイル IDは123456になります。)
== Upgrade Notice == * none == Screenshots == 1. Widget options. 2. Admin options (English). 3. Admin options (Japanese). 4. Preview (Disabled the custom style sheet). 5. Preview (Enabled the custom style sheet). == Changelog == = 1.1.2 = * Additional features enable / disable the custom style sheet.
* Apply styles to the preview.
= 1.1.1 = * Add the short code macro.
= 1.1.0 = * You can enter the settings of your Analytics Account etc.. at the admin option menu.
* Admin option menu with the preview.
* You can add the Google Analytics Popular Posts into your .php files, such as <?php GoogleAnalyticsPopularPosts_view(); ?> code.
* Add debug mode.
= 1.0.9 = * The hostname from Google Analytics.
= 1.0.8 = * GAPI filter input format changes.
= 1.0.7 = * If you can not get post ID, "Google Analytics Popular Posts" is displayed raw data from the Google Analytics.
* Bug fixed.
= 1.0.6 = * Translations for Japanese has been updated.
= 1.0.5 = * You can edit CSS in your theme directory.
= 1.0.4 = * Add SiteURL input field.
= 1.0.3 = * Change the password input field. type="text" => type="password".
* The input field design is updated.
= 1.0.2 = * Add Description in Readme.txt.
= 1.0.1 = * Add input field GAPI filter control.
= 1.0.0 = * First release.