Tracking tag
Installation of measurement tag
サイトに計測タグを設置することで、行動計測やアクション配信を開始できます。 このドキュメントでは設置する計測タグの確認と、Webサイトへの設置手順を解説します。 __注意__ 次に当てはまるサイトに...
Read the documentationYusaku Miura
How Tracking Tag Operates
This section explains the general behavior of KARTE and the identification of users when tracking tag are embedded in the site. When the tracking tag is embedded in the site, KARTE JavaScript is executed on the browser, and the following three things ...
Read the documentationYusaku Miura
Reading method of tracking tag
There are two main methods for reading JavaScript tracking tag. ** Synchronous tag ** and ** Asynchronous tag **. These are how to separate the timing of JavaScript processing.
Read the documentationMasaaki Akiba
Special tracking tag installation procedure on SPA site
SPA (Single Page Application) is a site or Web application that dynamically rewrites elements within one page and realizes virtual page transition without loading the page of the browser.
Read the documentationJumpei Ikegami
How to install tracking tag SPA site (for engineers)
# SPAサイトへの導入手順 KARTE計測タグ設置サイトがSPAである場合、通常の計測タグ設置とは異なり、本ページで紹介する手順で設置する必要があります。 SPAサイトで特別な対応が必要な理由につ...
Read the documentationJumpei Ikegami
Change the behavior of tracking tag for each web page
計測タグの動作は KARTE の管理サイトで設定し、基本的にページごとに変更することはできません。ただし、一部の動作についてはページごとの変更が可能です。 この記事では変更可能な項目とその方法につい...
Read the documentationHajime Shiozawa
How to set web event track to Opt-In mode (not track until user consent is obtained)
KARTEを導入するWebサイトにおいて、Opt-Inモードを有効にする方法について説明します。 実装方法については、下記の2つに分けて説明します。 - 独自に実装する方法 - 同意管理ツール(C...
Read the documentationHajime Shiozawa
When it becomes a direct / if the value of the link source page (referrer) can not be acquired
流入元であるリンク元ページ(リファラ)のパス/URL/ホスト/クエリ文字列/プロトコル/URIアンカーの値が取得できない原因としては下記のことが考えられます。 ・ブラウザのブックマーク(お気に入り)...
Read the documentationMasaaki Akiba
About the value that enters the browser name
You can determine the type of browser the user is using in the "Browser name at access" (`access.browser.name`) of the tracking tag. For browsers that support tracking tag[this article] (/ ...
Read the documentationMasaaki Akiba
Change the name of the object (krt) loaded in track tag
計測タグでWebページ上に読み込まれるオブジェクト (`krt`) のグローバル変数名を変更することができます。 # 前提 KARTEの計測タグは、内部的にはイベント計測用のオブジェクトをサイト上...
Read the documentationMasaaki Akiba