QA Heatmap Analyticsのご愛顧ありがとうございます。 2月15日にVer2.1.1.0を公開しています。 ヒートマップ管理画面に取得できない記事一覧の表を追加 クリックヒートマップ、クリックカウントマップの計算処理を高速化 不具合修正 ぜひお試しください。
Regard page cache lifetime.
QA Analytics uses a WordPress “nonce” mechanism to avoid recording improper data. The nonce security token is a random value and is used as a one-time password.The token has an expiration date, and after that date, the value will cause an authentication error. Specifically, QA Analytics only issues tokens and records data when accessed by actual users and within 24 hours. (※WordPressCodex「WordPress Nonce」)Reference: Differences in nonce functions used in WordPress secure processing (Anti-CSRF) >Page cache and token expiration The token will be output to the HTML source code. A cached page may expire in the background while its token is […]
Ver 2.1.0.1 を公開しています。
QA Heatmap Analyticsのご愛顧ありがとうございます。 1月31日にVer2.1.0.1を公開しています。 一部文章の修正 ぜひお試しください。
Ver 2.1.0.0 を公開しています。
QA Heatmap Analyticsのご愛顧ありがとうございます。 1月31日にVer2.1.0.0を公開しています。 滞在時間の精度を向上 QAが適用されるページの読み込み速度を高速化 ヒートマップ構築の仕様を変更 アテンションマップの情報を細分化 スクロールマップ表示時、マウスカーソル位置まで滞在した人数を左下に表示 ヒートマップビューのクリックマップにて、position absolute または fixedが指定されている場合、背景色を青色に変更 ヒートマップビューの上部メニューにヘルプを追加 ヒートマップビューの上部チェック状況をcookieに保存する処理を追加 設定画面の「データ保存期間」の項目を選択不可に仕様変更 一部のサイトにて、QAの管理画面が開かない不具合の修正 その他不具合の修正 ぜひお試しください。 ※アテンションマップの色合いは今後変更する可能性があります。
Introduction (Starter Guide)
* This article was wrote when: Ver 2.0.7. This is a simple summary of what you may want to know.For more information, please refer to the respective manual articles. Where will the data be stored? The data will be stored on your server. Two areas are used to store data.(1) The database is used as a temporary storage location. (After a certain period of time, the old data will be deleted.)2) The plugin creates a folder in “wp_content” directory of your server and saves the data as a file.The storage period for the free version is limited to the previous […]
Data storage (location and period)
Where to store the data The data will be stored on your server. The following two areas are used for storage. (1) DatabaseThe plugin uses a database as a temporary storage location.After a certain period of time, the old ones are deleted. (2) In your “wp-content” directoryThe plugin creates a dedicated folder “qa-heatmap-analytics-data” and saves the daily data in file format in that folder.*Do not change the folder hierarchy, as this will be the data to refer to. Data storage period The data stored in the dedicated folder “qa-heatmap-analytics-data” will be handled:– In free version, the data prior to the […]
When I made the article “private” and then “public” again, it disappeared from the heatmap list.
In the “Heat Map Management” section, we use the “get_posts” function of WordPress to retrieve posts and display them in a list.Articles that have been made private are probably not listed because they could not be retrieved by “get_posts”. The list of articles in the heat map management is retrieved and updated every night.The next day, the article will appear in the article list again. The measurement itself is based on URLs, so the accessed data will be saved regardless of whether the article is published or not.Even if it is not listed (as long as the URL has not […]
If using “defer” to load jQuery
QA Analytics utilizes jQuery, which is registered with WordPress, for measurement.Therefore, you need to load the QA JS file after loading jQuery. If you have a “defer” in the script tag to load ‘jquery,’ this order will be affected.As a result, the measurement may not work properly, causing “no data” or “the heatmap does not show up even though the number of data is there”.In addition, it cannot be denied that JS errors may occur and affect other plugins. To avoid this, you will need to take one of the following actions. Do not add “defer” to ‘jquery’. Add QA […]
Ver 2.0.7.3 を公開しています。
QA Heatmap Analyticsのご愛顧ありがとうございます。 12月14日にVer2.0.7.3を公開しています。 行動記録対象ページの読み込み速度を向上 ぜひお試しください。
Ver 2.0.7.2 を公開しています。
QA Heatmap Analyticsのご愛顧ありがとうございます。 11月26日にVer2.0.7.2を公開しています。 メンテナンス中メッセージ文の加筆 ぜひお試しください。