我想要做的是,将整个piwik信息中心集成到网站管理员面板中,以便只有管理员才能看到统计信息。
使用以下代码。
<iframe src="<url to piwik folder>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Dashboard&actionToWidgetize=index&idSite=1&period=week&date=yesterday" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%"></iframe>
但是piwik给了我关注屏幕
The requested website idSite is not found in the request, or is invalid. Please check that you are logged in Piwik and have permission to access the specified website.
Go to Piwik
Login
我做错了什么?
答案 0 :(得分:0)
这是因为您没有通过piwik认证。如果您登录piwik,iframe应该适合您。 如果您希望匿名用户查看仪表板,则必须在“用户管理”部分中为其授予查看权限。
Widgets首页也提到了这一点。 “小部件认证”