2012-02-19 79 views
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 

我在做什麼錯?

回答

0

這是因爲您沒有通過piwik認證。如果你登錄到piwik,iframe應該爲你工作。 如果您希望匿名用戶查看儀表板,則必須在「用戶管理」部分爲他們提供查看權限。

這也是在Widgets首頁上提到的。 「Widget身份驗證」