Piwik页面名称未定义

时间:2014-04-04 17:24:24

标签: javascript matomo

感谢这个伟大的程序,它远远优于我从其他网络程序员那里继承的Adobe Omniture。

我一直在关注文档,所有工作都很顺利,因为我能够以某种方式跟踪页面浏览量。我成功地以这种方式跟踪页面视图。我已经撕破了代码,数据库仍然困惑。我也打开了调试器。

第一个例子是一个完美运作的工作示例! (点击滚动中的视频) 这是网站:http://widgets.digitalmediacommunications.com/all/embed/index/1/

http://xul.digitalmediacommunications.com/piwik/piwik.php?action_name=all%20%7C%202943143%20%7C%20Peach%20County%3A%20Equipment%20Operator%20%7C%20index&idsite=1&rec=1&r=237473&h=11&m=6&s=11&url=http%3A%2F%2Fwidgets.digitalmediacommunications.com%2Fall%2Fembed%2Findex%2F1%2F&_id=49f5164d43914f5c&_idts=1396111918&_idvc=18&_idn=0&_refts=1396626497&_viewts=1396623636&_ref=http%3A%2F%2Fxul.digitalmediacommunications.com%2Findex.php%2Fadmin%2Fpublications%2Fedit%2Fpublication%2F903&pdf=1&qt=1&realp=0&wma=1&dir=0&fla=1&java=0&gears=0&ag=0&cookie=1&res=2100x1313&gt_ms=704

然而,当我创建一个新网站进行跟踪时(siteid 6)这是我得到“未定义页面名称”的地方:

http://widgets.digitalmediacommunications.com/widget/embed/index/?p=903&k=ban

更正:这是失败代码的调试链接: http://xul.digitalmediacommunications.com/piwik/piwik.php?action_name=0005132008-01%20|%20Quora%2C%20Inc.%3A%20Infrastructure%20Performance%20Engineer&idsite=6&rec=1&r=123305&h=11&m=3&s=7&url=http%3A%2F%2Fwidgets.digitalmediacommunications.com%2Fwidget%2Fembed%2Findex%2F%3Fp%3D903%26k%3Dban&_id=1e9c3c7c7fed0551&_idts=1396630987&_idvc=1&_idn=0&_refts=0&_viewts=1396630987&pdf=1&qt=1&realp=0&wma=1&dir=0&fla=1&java=0&gears=0&ag=0&cookie=1&res=2100x1313&gt_ms=455

出于某种原因,我似乎无法将此特定操作插入到piwik_log_action中?

提前致谢。

乍得

1 个答案:

答案 0 :(得分:0)

我不确定d-bag给了我一个-1,但是哦,这就是答案。

我在跟踪少数网站上的网页标题方面取得了成功: 例如:bestoftheinternets.com或widgets.digitalmediacommunications.com/all/embed/index/2。 (这些网址是在网站管理中输入的)

这是我从成功的页面视图中获得的响应: 这不是网站搜索请求) 行动是PAGE_URL,行动名称=黑色周末更新2014年3月15日,行动网址= http://www.bestoftheinternets.com/

然而,已经提供"页面名称未定义的网站"如下:http://widgets.digitalmediacommunications.com/widget/embed/index/?p=903&k=ban(这也是作为网站管理中的URL输入的)

注意K =禁令。

当我调试该网站时:

检测到的网站搜索关键字'禁止' 注意:在网站搜索检测期间,页面URL已更改/删除,是http://widgets.digitalmediacommunications.com/widget/embed/index/?p=903&k=ban'现在是' http://widgets.digitalmediacommunications.com/widget/embed/index/?p=903' 操作是SITE_SEARCH,操作名称=禁止,操作URL = http://widgets.digitalmediacommunications.com/widget/embed/index/?p=903

我认为我的k =禁令正在触发piwik网站搜索功能。所以,当我关闭网站搜索它工作!如果我有一天选择使用网站搜索,我会解决这个问题。

与此同时,感谢维持Piwik,因为我不知道你是否曾经与Omniture(Adobe)合作过,但我保证没有更好的地狱!

希望有一天这对某人有帮助!