0
我想要做的是將整個piwik儀表板整合到網站管理面板中,以便只有管理員才能看到統計信息。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
我在做什麼錯?