facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==event取得== (function(){ _gaq.push(['_trackEvent', 'category1', 'action1', 'label1', 1, true]); })(); ==click_event取得== <<nowiki />a href="#" onclick="_g...」)
(相違点なし)

2015年5月20日 (水) 03:10時点における版

event取得

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

click_event取得

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