facebook twitter hatena line email

その他サービス/GoogleAnalytics/javascript

提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 03:10時点における127.0.0.1 (トーク)による版 (ページの作成:「==event取得== (function(){ _gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]); })(); ==click_event取得== <<nowiki />a href="#" onclick="_g...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

event取得

(function(){
    _gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]);
})();

click_event取得

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