計測タグ
計測タグの設置
<html>
<head>
<title>サンプルページ</title>
<!-- Start KARTE Tag -->
<script>!function(n){if(!window[n]){var o=window[n]=function(){var n=[].slice.call(arguments);return o.x?o.x.apply(0,n):o.q.push(n)};o.q=[],o.i=Date.now(),o.allow=function(){o.o="allow"},o.deny=function(){o.o="deny"}}}("krt")</script>
<script async src="https://cdn-edge.karte.io/xxxxxxxxxxxxxxxxxxxxxxx/edge.js"></script>
<!-- End KARTE Tag -->
</head>
<body>
この部分はページの本文です
</body>
</html><!-- index.html -->
<!doctype html>
<html lang="en">
<head>
...
<!-- Start KARTE Tag -->
<script>!function(n){if(!window[n]){var o=window[n]=function(){var n=[].slice.call(arguments);return o.x?o.x.apply(0,n):o.q.push(n)};o.q=[],o.i=Date.now(),o.allow=function(){o.o="allow"},o.deny=function(){o.o="deny"}}}("krt")</script>
<script async src="https://cdn-edge.karte.io/xxxxxxxxxxxxxxxxxxxxxxx/edge.js"></script>
<!-- End KARTE Tag -->
<title>React App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
イベント送信設定
設置後の確認方法

計測するデータの拡張
方法
概要
計測タグの重複設置について

Content Security Policyについて
最終更新
役に立ちましたか?










