[共通] WebAgentのインストール
1. WPM単独使用 (WebAgentインストール)
CDNサーバから受信
// Connect IMQA web-agent.js
<script src="https://cdn.imqa.io/agent/web-agent-1.1.11.js"></script>
// IMQA web-agent script required value
<script>
((w, c, _wv, _w, _wk, _mh, _b) => {
w[c] = w[c] || {};
function imqaConf(key, value){w[c][key]=value};
imqaConf("imqaAgentUse", true);
imqaConf("projectKey", "PROJECT_KEY");
w[_w](w);
})(window, 'imqaClientConfig', 'IMQAWebviewMain', 'IMQAWebMain', 'webkit', 'messageHandlers', 'ImqaBridge')
</script>
ローカルインストール
2. WPM / MPM 統合使用 (WebAgent+WebviewAgentインストール)
CDNサーバから受信
ローカルインストール
Last updated