提供: defeatedcrow mod wiki
移動先: 案内検索
(ページの作成:「- <script type="text/javascript">jQuery(function() { jQuery("a").click(function(e) { var ahref = jQuery(this).attr('href'); if (ahref.indexO...」)
 
(ページの白紙化)
 
(同じ利用者による、間の3版が非表示)
1行目: 1行目:
-
+
 
<script type="text/javascript">jQuery(function() { 
+
    jQuery("a").click(function(e) {       
+
        var ahref = jQuery(this).attr('href');
+
        if (ahref.indexOf("defeatedcrow.jp/modwiki/") != -1 || ahref.indexOf("http") == -1 ) {
+
            ga('send', 'event', 'Inbound', 'Click', ahref);}
+
        else {
+
            ga('send', 'event', 'Outbound', 'Click', ahref);}
+
        });
+
    });
+
</script>
+

2016年2月9日 (火) 12:47時点における最新版