facebook twitter hatena line email

「その他サービス/GoogleAnalytics/javascript」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==event取得== (function(){ _gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]); })(); ==click_event取得== <<nowiki />a href="#" onclick="_g...」)
 
行1: 行1:
 
==event取得==
 
==event取得==
  (function(){
+
  [[その他サービス/GoogleAnalyticsga.jsからanalytics.jsへ移行]] [ショートカット]
    _gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]);
+
})();
+
  
 
==click_event取得==
 
==click_event取得==
 
  <<nowiki />a href="#" onclick="_gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]);">リンク</a>
 
  <<nowiki />a href="#" onclick="_gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]);">リンク</a>

2015年8月11日 (火) 03:33時点における版

event取得

その他サービス/GoogleAnalyticsga.jsからanalytics.jsへ移行 [ショートカット]

click_event取得

<a href="#" onclick="_gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]);">リンク</a>