After installing QA Heatmap Analytics, you may find yourself in the following situation. Too many users for 30 minutes. Action data completed within 24 hours is not available. This phenomenon occurs when the aggregation program in cron is not running properly. If this phenomenon occurs, disabling and then enabling the plugin may solve the problem. Or you may have a mechanism in your wp-config.php to prevent cron from running. For example, the code define(‘DISABLE_WP_CRON’, true);. In this case, cron will not work, so remove this code itself or set DISABLE_WP_CRON to false. If the problem persists, please check this question/inquiry […]
I get a 504 error when activating the plugin.
QA Heatmap Analytics takes a little time during the initial installation process to build the Table in the DB and register search engines, etc. Some rental servers are set to have a short timeout for the connection to the administration screen, so you may get a 504 error and timeout. In this case, if you reload the page, you will find that the plugin has already been activated in most cases. If it has been activated, you can use it as is. If it is still disabled, please try to enable it again. If you still get 504 errors and […]
Ver 0.8.3.2を公開しています。
QA Heatmap Analyticsのご愛顧ありがとうございます。 10月26日にVer0.8.3.2を公開しています。 * 特定の環境でスマートフォンのデータを取得できない不具合を修正
Handling URL parameters
QA Analytics considers URLs with different URL parameters as different pages. However, for some special URL parameters below, special processing is performed. What is determined to be a special URL parameter in QA Analytics: URL parameter Significance Processing ?s WordPress standard site search Store keywords and consider them as access to the ?s page. ?utm_xxx Google Analytics URL parameter The same determination as Google Analytics is used, and the access is considered to be to a page without the utm parameter. Only four parameters are considered: campaign (utm_campaign), source (utm_source), media (utm_medium), and term (utm_term). Other utm-related parameters are ignored. […]
Ver 0.8.3.0を公開しています。
QA Heatmap Analyticsのご愛顧ありがとうございます。 10月15日にVer0.8.3.0を公開しています。 * 特定の環境で管理画面が正常に表示されない不具合を修正 * データ保存期間のデフォルト値を3から2に変更 * 一部のデータを軽量化
How to create a monthly report
Please refer to our previous article on how to create a monthly report. https://webtan.impress.co.jp/e/2014/03/31/17217
How to replace a domain name when multiple domains are registered
Q;I currently own 5 domains. I’m planning to register a light plan this time, but the limit is 3 domains. Is it possible to replace one of the first domains with a new one in the future? A: Yes, it is possible. With the Lite Plan, you can only activate three sites at the same time. Therefore, as you said, if you no longer need the first site you registered, you can replace it with a different site. The procedure is as follows: de-authenticate on the license authentication screen of the old site, and then authenticate a new one on […]
If you want to make a video file of the recorded heat map data
Although it is not included as a feature of QA Analytics, it can be easily recorded by using the standard OS recording function. Visit below for details. > Teach me how to use Windows 10’s new “Video Capture” feature! (ASCII) https://ascii.jp/elem/000/001/066/1066550/ > How to record your screen on a Mac (Apple) https://support.apple.com/ja-jp/HT208721
What can QA Analytics do that Google Analytics (GA) can’t?
The most obvious thing only QA Analytics can do is reproduce videos. This cannot be done with Google Analytics by any means. There is also a big difference in the ease of setup. If you were to use Google Analytics to measure scrolling, it would be difficult to set up unless you are an expert, but with QA Analytics, you just install a plugin and it automatically measures the scrolling. However, this question is not a question of which one to use. Rather, we strongly recommend that you use both. It may not be a good analogy, but this question […]
The communication performed by QA Analytics
QA Analytics communicates mainly in three ways: with site readers (visitors), with administrators on the administration screen, and with license authentication. Communication with site readers (viewers) side When a reader visits a site with QA Analytics installed, JavaScript in QA Analytics runs in the reader’s browser and performs the standard WordPress Ajax communication asynchronously every few seconds. The data sent from the reader browser through Ajax communication includes scroll position and clicked DOM data. The content is mainly text, often only a few tens or hundreds of bytes in size, and does not occupy or burden the communication bandwidth. Communication […]