joomla中的Piwik Custom Variable无法正常工作

时间:2011-10-18 10:49:48

标签: php mysql joomla1.5

我已添加此代码以设置自定义变量

piwikTracker.setCustomVariable(
          1, // Index, the number from 1 to 5 where this Custom Variable name is stored for the current page view
          "username", // Name, the name of the variable, for example: Category, Sub-category, UserType
          "santosh", // Value, for example: "Sports", "News", "World", "Business", etc.
          "visit"
        );

我生成了一个像

这样的网址
http://localhost/news_wire/index.php?option=com_content&username=santosh&view=category&id=1&Itemid=2

当我点击访问者时 - >自定义变量没有任何反应。

1 个答案:

答案 0 :(得分:0)

检查您正在查看正确的日期,您的代码是否正确。