Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Piwik仪表板与网站集成_Php_Iframe_Integration_Matomo_Web Statistics - Fatal编程技术网

Php Piwik仪表板与网站集成

Php Piwik仪表板与网站集成,php,iframe,integration,matomo,web-statistics,Php,Iframe,Integration,Matomo,Web Statistics,我想做的是,将整个仪表板集成到网站管理面板中,这样只有管理员才能看到统计数据 使用下面的代码 <iframe src="<url to piwik folder>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Dashboard&actionToWidgetize=index&idSite=1&period=week&date=yesterday" frame

我想做的是,将整个仪表板集成到网站管理面板中,这样只有管理员才能看到统计数据

使用下面的代码

<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的身份验证。如果您登录到piwik,iframe应该适合您。 如果希望匿名用户查看仪表板,则必须在“用户管理”部分授予他们查看权限

Widgets startpage中也提到了这一点。小部件身份验证

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