Piwik仪表板融入网站集成


Piwik dashboard into website integration

我想做的是,将整个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

我做错了什么?

这是因为您没有通过piwik身份验证。如果您登录到piwik,iframe应该对您有效。如果希望匿名用户查看仪表板,则必须在"用户管理"部分授予他们查看权限。

Widgets起始页中也提到了这一点。"Widget authentication"