
最近では、サイトを再設計および最適化し、Googleのスクリプトおよびトラッキングコードに関する多くの問題に遭遇しました。 すなわち:
- ページコード内の過剰なGoogleコードの問題(イベントトラッキング、Google A / Bテスト、Googleアナリティクス)
- スクリプトの管理と追跡の不便。
- 定数は、ページテンプレートを編集して、スクリプトに変更や追加のパラメーターを加える必要があります。
- サブドメインのリリースへの依存(個々のケース)。 たとえば、個人アカウントではなく、バージョン管理(VSC)を使用する開発チームで作業している人がいます。わずかな変更を加えるには、次のリリースを待たなければなりませんでした。
この記事では、Googleタグマネージャー(Googleタグマネージャー)を使用して、Googleアナリティクスの例を使用してこれらの問題の解決策を検討し、スクリプトを使用して作業を整理する新しいモデルを検討して、サイトが実際の例と一連の写真でどのように機能するかを分析します。
Google Tag Managerについてです 。
私たちの意見では、タグマネージャに切り替える主な利点は次のとおりです。
- ページの最小コーディング。 Googleからページコードからすべてのスクリプトを削除します。 残っているのは、タグマネージャの挿入コード(コンテナコード)だけです
- 透明性と利便性。 セットアップおよび追跡スクリプトの便利さ。 すべては、タグマネージャーコントロールパネルから管理および構成されます。 すべてのスクリプトと、それらが添付されているページとイベントが表示されます。
- スケーラビリティ。 ページコードに触れる必要はありません。 Googleアナリティクスコード、AdWordsコンバージョントラッキング、AdWordsリマーケティングなどをタグマネージャーダッシュボードから追加してカスタマイズできます。
- バージョン管理システム。 変更は簡単にキャンセルして以前の状態に戻すことができます。また、誰が、どこで、いつ変更したかを監視できます。
- マルチユーザーモード。
また、バージョン管理を使用して開発され、ページコードを変更するためのリソースがある場合、次のリリースを待つ必要があります。Googleタグマネージャーがまさに必要なものです。
少し理論的な部分
または直行して練習する
クイックスタートを行うには、Googleタグマネージャーを開始するために必要な基本的な用語、つまり次の用語を解析する必要があります。
- アカウント
- コンテナ
- タグ
- ルール
- マクロ
これらの条件は、記事とGoogleのドキュメントの両方に記載されています。
アカウントはアカウントです=)Googleアナリティクスのように、提示する必要はありません。
コンテナは、サイトのすべてのページに挿入するメインで唯一のJSコードです。 本質的にはタグですが、その機能は、すべてのタグのコンテナとして機能することです。 それらについては以下に書かれています。 設定したルールに従って、他のすべてのタグを実行する一種の「アーキテクト」です。
タグはJSコードの一部です。 Googleアナリティクスコード、Adwordsコンバージョントラッキングコード、ユーザーコードなど、サイトのページに手動で貼り付けるために使用したすべてのスクリプト
ルールとは、タグが呼び出されて実行される条件、またはその逆(ブロック)です。 たとえば、Googleアナリティクスコードの場合、「ショット」ルールは「すべてのページで」になります。
マクロ -「マクロは、プロセスで値が転送される名前/値のペアです。」 ルールを構成するときに使用されます。 私たちの場合、Google Analyticsの目標と連動したイベントトラッキングのデータレベル変数は、より実用的な部分で
要約すると、ページコードにはコンテナコードがあります。 アクティベーションルールに準拠するタグは、Googleサーバーからコンテナにロードされ、アクティベートされます。 タグとルールを設定するにはマクロが必要です。

図1要素の相互作用のスキーム
実用例
次に、主な機能を使用した最も簡単な例で上記を検討します。
Googleには、Google Chromeのプラグインという形で優れたツール、 「タグアシスタント」があります。 しばらくしてからインストールしてください。
だから、あると仮定します:
- ウェブサイト-example.com
- サブドメインの個人アカウント-accounts.example.com
必要です:
- Googleアナリティクスコードを投稿する
- 特定のボタンをクリックしたときにコンバージョントラッキングを設定する
Google AnalyticsとGoogle Tag Managerを登録しています。
タグマネージャーでアカウントを作成します(図2)。

図2アカウントの作成
次に、コンテナを作成します(図3)。 「Webページ」または「モバイルアプリケーション」というタイプを示し、ドメインを示します(原則的にはオプションです)。 この場合、クロスドメイントラッキングを使用するため、サブドメインは指定しません。

図3コンテナの作成
できた! 非常に切望されているコンテナコードが与えられます。これは開始タグの直後に配置する必要があり
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
.7 Google Analytics
(.8). , «event»
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
. 11
: «Tag Assistant», .
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
.7 Google Analytics
(.8). , «event»
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
. 11
: «Tag Assistant», .
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .
.
, (Event Tracking) . , , .
- .
- . «Google Analytics»(.4)
![]()
.4
, Google Analytics, :
« -» - « » - « ». Google Analytics . - « » > « » « » ( )
![]()
.5 Google Analytics
Google Analytics . (Event Tracking). 3 , - .
, 3 : eventCategory , eventAction , eventLabel . , «event», .
![]()
.6
, - «Google Analytics», , - «» , :
- GA Event Category - GA Event Action - GA Event Label
![]()
.7 Google Analytics
(.8). , «event»
![]()
.8
?
, :
<a href="#" onclick="dataLayer.push({'event':'value', 'eventCategory':'value', 'eventAction':'value', 'eventLabel':'value'})">
, jQuery Google Tag Manager( ), :
<script> $(document).ready(function(){ $(' ').click(function() { dataLayer.push({'event':'GAevent', 'eventCategory':' ', 'eventAction':' ', 'eventLabel':' '}); }); }); </script>
![]()
. 9
, , .push() , Google Analytics.
, 4 : «event», «eventCategory», «eventAction», «eventLabel»
:
'event' : 'GAevent' 'eventCategory' : 'value' 'eventAction' : 'value' 'eventLabel' : 'value'
Google Analytics, « ».
- . .10
![]()
. 10 , Google Analytics
Google Analytics, dataLayer.push() .
Google Analytics , , , . « » - (.11).
![]()
. 11
: «Tag Assistant», .
![]()
.12 Tag Assistant
, . «working» , . , . , Data Layer.(, dataLayer "tag assistant" ).
.
, :
- , (Google Tag Manager) .