ねむすぎノート
トップ
メニュー
一覧
検索
web/google_analytics
をテンプレートにして作成
開始行:
* GoogleAnalytics [#d453ac0d]
#contents
https://analytics.google.com/analytics/web/#/
** クリックを測定する [#abc4d4b0]
- [[Googleアナリティクスで「ページ内でどのリンクがクリッ...
-- 単純にクリックを測定するならイベントトラッキングが無難
*** クリックのログが落ちない(2018年) [#l4b99606]
原因はGAタグが最新版なことでした。
新しいGAタグで動かす方法はないかは未検証。
NG(head内に記述)
#code_x{{
<script async src="https://www.googletagmanager.com/gtag/...
<script>
window.dataLayer = window.dataLayer || [[];
function gtag(]]{dataLayer.push(arguments]];}
gtag('js', new Date(`;
gtag('config', 'UA-000000000-1']];
</script>
}}
OK(body最後に記述)
#code_x{{
<script>
(function(i,s,o,g,r,a,m]]{i[['GoogleAnalyticsObject']=r;i...
(i[[r].q=i[[r].q||[[]]].push(arguments]]},i[[r].l=1#new D...
m=s.getElementsByTagName(o]][[0];a.async=1;a.src=g;m.pare...
}]](window,document,'script','//www.google-analytics.com/...
ga('create', 'UA-000000000-1', 'auto']];
ga('send', 'pageview']];
</script>
}}
** Adsenseと連動(2017年) [#xfb56e4e]
Adsense関連で取得できる情報が増える
- [[GoogleAdsense:https://www.google.com/adsense/]]の管理...
- リンクをクリック。GoogleAnalyticsに遷移。
- プロパティとプロファイルを選択し、続行ボタンを押せば完...
- データが表示されるまでに48時間必要。
** あとでみる [#jc0f81df]
- [[アクセス解析担当が必ずやってるGoogleAnalytics設定のま...
- [[初心者の為のGoogleアナリティクスを図解で説明した完全...
** Cookie同意ポップアップについて [#c48e6c4c]
- [[GA4を使うのにcookie同意ポップアップは結局必要なのか:h...
- [[GDPR対応もOK!「ウェブサイト向けCookie同意管理バナー...
** プライバシーポリシーの書き方 [#w89e9c93]
- [[【テンプレート有】Googleアナリティクス(GA4)設置時のプ...
#include(parts/feedback,notitle)
終了行:
* GoogleAnalytics [#d453ac0d]
#contents
https://analytics.google.com/analytics/web/#/
** クリックを測定する [#abc4d4b0]
- [[Googleアナリティクスで「ページ内でどのリンクがクリッ...
-- 単純にクリックを測定するならイベントトラッキングが無難
*** クリックのログが落ちない(2018年) [#l4b99606]
原因はGAタグが最新版なことでした。
新しいGAタグで動かす方法はないかは未検証。
NG(head内に記述)
#code_x{{
<script async src="https://www.googletagmanager.com/gtag/...
<script>
window.dataLayer = window.dataLayer || [[];
function gtag(]]{dataLayer.push(arguments]];}
gtag('js', new Date(`;
gtag('config', 'UA-000000000-1']];
</script>
}}
OK(body最後に記述)
#code_x{{
<script>
(function(i,s,o,g,r,a,m]]{i[['GoogleAnalyticsObject']=r;i...
(i[[r].q=i[[r].q||[[]]].push(arguments]]},i[[r].l=1#new D...
m=s.getElementsByTagName(o]][[0];a.async=1;a.src=g;m.pare...
}]](window,document,'script','//www.google-analytics.com/...
ga('create', 'UA-000000000-1', 'auto']];
ga('send', 'pageview']];
</script>
}}
** Adsenseと連動(2017年) [#xfb56e4e]
Adsense関連で取得できる情報が増える
- [[GoogleAdsense:https://www.google.com/adsense/]]の管理...
- リンクをクリック。GoogleAnalyticsに遷移。
- プロパティとプロファイルを選択し、続行ボタンを押せば完...
- データが表示されるまでに48時間必要。
** あとでみる [#jc0f81df]
- [[アクセス解析担当が必ずやってるGoogleAnalytics設定のま...
- [[初心者の為のGoogleアナリティクスを図解で説明した完全...
** Cookie同意ポップアップについて [#c48e6c4c]
- [[GA4を使うのにcookie同意ポップアップは結局必要なのか:h...
- [[GDPR対応もOK!「ウェブサイト向けCookie同意管理バナー...
** プライバシーポリシーの書き方 [#w89e9c93]
- [[【テンプレート有】Googleアナリティクス(GA4)設置時のプ...
#include(parts/feedback,notitle)
ページ名:
トップ
新規
一覧
検索
最終更新
RSS