[共通] WebAgent設定
1. 必須設定
IMQA 使用設定
Option Name
Type
Default Value
Description
// Connect IMQA web-agent.js
<script src="https://cdn.imqa.io/agent/web-agent-1.1.11.js"></script>
<script>
((w, c, _wv, _w, _wk, _mh, _b) => {
w[c] = w[c] || {};
function imqaConf(key, value){w[c][key]=value};
imqaConf("imqaAgentUse", true); // Whether IMQA Agent is enabled
imqaConf("projectKey", "PROJECT_KEY"); // User Project Key
w[_w](w);
})(window, 'imqaClientConfig', 'IMQAWebviewMain', 'IMQAWebMain', 'webkit', 'messageHandlers', 'ImqaBridge')
</script> クロスドメイン設定
URLパターン設定
2. [WPM] SPA専用オプション
Option Name
Type
Default Value
Description
3. [WPM] 行動分析の維持時間オプション
Option Name
Type
Default Value
Description
4. [WPM] スクリプトの実行時間の測定
5. [WCrash] Custom Web Crash 発生
ユーザー定義エラーを生成
ユーザー定義エラーメッセージ指定
Webクラッシュ分析
Error Type
Description
Last updated