主题 : 统计数问题
级别: 举人
UID: 111986
积分:114 加为好友
威望: 10 精华: 0
主题:15 回复:52
注册时间:2017-03-29
在线时长:0
1#   发表于:2017-09-27 14:35:06  IP:183.19.*.*
统计数怎么开启?js代码是什么?
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
2#   发表于:2017-09-27 14:36:01  IP:220.64.*.*
什么页面的统计,栏目,内容还是全站的
1
级别: 举人
UID: 111986
积分:114 加为好友
威望: 10 精华: 0
主题:15 回复:52
注册时间:2017-03-29
在线时长:0
3#   发表于:2017-09-27 14:38:35  IP:183.16.*.*
栏目,内容跟全站的,都要!
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
4#   发表于:2017-09-27 14:39:39  IP:220.64.*.*
首页
$(function() {
 Cms.siteFlow("${base}", location.href, document.referrer, "${site.config.flowSwitch?string}");
 $.cookie("_site_id_cookie","${site.id!}",{path: '${base}' });
});
栏目页
$(function() {
 Cms.channelViewCount("${base}","${channel.id}");
 Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}");
});
内容页
$(function() {
 Cms.checkPerm("${base}","${content.id}");
 Cms.collectCsi("${base}","collectCsiDiv","collect_csi","${content.id}");
 Cms.attachment("${base}","${content.id}","${content.attachments?size}","attach");
 Cms.viewCount("${base}","${content.id}");
 Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}");
});
1
级别: 举人
UID: 111986
积分:114 加为好友
威望: 10 精华: 0
主题:15 回复:52
注册时间:2017-03-29
在线时长:0
5#   发表于:2017-09-27 14:41:33  IP:183.16.*.*
谢谢!!
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
6#   发表于:2017-09-27 14:42:40  IP:220.64.*.*
1
1 共1页