私がやりたいことは、piwikダッシュボード全体を Web サイトの管理パネルに統合して、管理者だけが統計を表示できるようにすることです。
次のコードを使用します。
<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
私は何を間違っていますか?