Home  >  Article  >  Backend Development  >  wordpress使用google analysis问题

wordpress使用google analysis问题

WBOY
WBOYOriginal
2016-06-23 13:50:191009browse

网站的是用的Wordpress后台数据统计用google analysis。 在wordpress管理页面中添加了google analysis插件, 其他数据都能统计到但发现访问者的年龄,兴趣等数据统计不到。

于是我参考网上的方法在footer.php中加代码

但发现保存不了。 我猜想是没有写入的权限。Wordpress管理页面能修改footer.php吗? 我是不是该通过终端模拟软件进入服务器修改?为什么google analysis插件统计不到兴趣等数据,是不是要设置什么?


回复讨论(解决方案)

图片1

Wordpress管理页面能修改footer.php,在editor那里就可以改,不过需要你的文件有可权限。
看提示是没有写权限了,chmod 0775 试试。

统计不到年龄你有使用验证跟踪代码呢?

Wordpress管理页面能修改footer.php,在editor那里就可以改,不过需要你的文件有可权限。
看提示是没有写权限了,chmod 0775 试试。

统计不到年龄你有使用验证跟踪代码呢?


chmod 0775 怎么操作呢?  
验证跟踪代码提示要把js加入源码 现在就是加不进去啊

linux 命令
chmod 0775 file

linux 命令
chmod 0775 file


我还没修改....会不会和网络有问题 见贴
http://tieba.baidu.com/p/3270769965

linux 命令
chmod 0775 file



http://tieba.baidu.com/p/3270769965

百度?

已经解决了 谢谢大家

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn